org.glassfish.admin.amx.intf.config
Class ObjectTypeValues
java.lang.Object
org.glassfish.admin.amx.intf.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
Copyright © 2012 GlassFish Community. All Rights Reserved.