Java EE 5 SDK

com.sun.appserv.management.config
Class ObjectTypeValues

java.lang.Object
  extended by 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

Field Summary
static String SYSTEM_ADMIN
           
static String SYSTEM_ALL
           
static String SYSTEM_INSTANCE
           
static String USER
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.