Oracle Corporation

com.bea.wlcp.wlng.api.management
Class ObjectNameConstants

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.management.ObjectNameConstants

public class ObjectNameConstants
extends Object

Constants for the objectName Use LEVEL1_TYPE and LEVEL1_INSTANCE_NAME for level1 in the hierarchy Use similar format for subsequent levels

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Field Summary
static String LEVEL1_INSTANCE_NAME
           
static String LEVEL1_TYPE
           
static String LEVEL2_INSTANCE_NAME
           
static String LEVEL2_TYPE
           
 
Constructor Summary
ObjectNameConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEVEL1_INSTANCE_NAME

public static final String LEVEL1_INSTANCE_NAME
See Also:
Constant Field Values

LEVEL1_TYPE

public static final String LEVEL1_TYPE
See Also:
Constant Field Values

LEVEL2_INSTANCE_NAME

public static final String LEVEL2_INSTANCE_NAME
See Also:
Constant Field Values

LEVEL2_TYPE

public static final String LEVEL2_TYPE
See Also:
Constant Field Values
Constructor Detail

ObjectNameConstants

public ObjectNameConstants()

Oracle Corporation