Java EE 5 SDK

com.sun.appserv.management.config
Class CommonConfigKeys

java.lang.Object
  extended by com.sun.appserv.management.config.CommonConfigKeys
Direct Known Subclasses:
ConnectorConnectionPoolConfigKeys, HTTPListenerConfigKeys

public class CommonConfigKeys
extends Object

Optional keys for use with any create() method. Note that keys defined here may or may not apply to a particular create method.

NOTE: in Appserver 9.0, all key values are of type java.lang.String


Field Summary
static String IGNORE_MISSING_REFERENCES_KEY
          Key for use with any create method which indicates that missing references are to be ignored.
 
Constructor Summary
protected CommonConfigKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IGNORE_MISSING_REFERENCES_KEY

public static final String IGNORE_MISSING_REFERENCES_KEY
Key for use with any create method which indicates that missing references are to be ignored. If not specified, all references must be to items that exist. Value must be java.lang.Boolean.

See Also:
Constant Field Values
Constructor Detail

CommonConfigKeys

protected CommonConfigKeys()

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.