J2EE1.4 SDK

com.sun.appserv.management.config
Class CommonConfigKeys

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

public class CommonConfigKeys
extends java.lang.Object

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


Field Summary
static java.lang.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()
           
 
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 java.lang.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()

J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.