com.sun.appserv.management.config
Class ObjectTypeValues
java.lang.Object
com.sun.appserv.management.config.ObjectTypeValues
public final class ObjectTypeValues
- extends Object
Values which are legal to pass for the object-type.
object-type defines the type of the resource. It can be:
system-all These are system resources for all instances and DAS
system-admin These are system resources only in DAS
system-instance These are system resources only in instances (and not DAS)
user User resources (This is the default for all elements)
- See Also:
ObjectType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SYSTEM_ALL
public static final String SYSTEM_ALL
- See Also:
- Constant Field Values
SYSTEM_ADMIN
public static final String SYSTEM_ADMIN
- See Also:
- Constant Field Values
SYSTEM_INSTANCE
public static final String SYSTEM_INSTANCE
- See Also:
- Constant Field Values
USER
public static final String USER
- See Also:
- Constant Field Values
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.