J2EE1.4 SDK

com.sun.appserv.management.config
Class ObjectTypeValues

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

Field Summary
static java.lang.String SYSTEM_ADMIN
           
static java.lang.String SYSTEM_ALL
           
static java.lang.String SYSTEM_INSTANCE
           
static java.lang.String USER
           
 
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 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

J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.