FileDocCategorySizeDatePackage
ObjectTypeValues.javaAPI DocGlassfish v2 API2933Fri May 04 22:30:34 BST 2007com.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
ObjectType

(Omit source code)

Fields Summary
public static final String
SYSTEM_ALL
public static final String
SYSTEM_ADMIN
public static final String
SYSTEM_INSTANCE
public static final String
USER
Constructors Summary
private ObjectTypeValues()

Methods Summary