com.sun.appserv.management.config
Class ObjectTypeValues
java.lang.Object
   com.sun.appserv.management.config.ObjectTypeValues
com.sun.appserv.management.config.ObjectTypeValues
- public final class ObjectTypeValues- extends java.lang.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 java.lang.String SYSTEM_ALL
- See Also:
- Constant Field Values
SYSTEM_ADMIN
public static final java.lang.String SYSTEM_ADMIN
- See Also:
- Constant Field Values
SYSTEM_INSTANCE
public static final java.lang.String SYSTEM_INSTANCE
- See Also:
- Constant Field Values
USER
public static final java.lang.String USER
- See Also:
- Constant Field Values
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.