Java EE 5 SDK

com.sun.appserv.management.config
Class ServerConfigKeys

java.lang.Object
  extended by com.sun.appserv.management.config.ServerConfigKeys

public final class ServerConfigKeys
extends Object

Keys for use with DomainConfig.createStandaloneServerConfig(java.lang.String, java.lang.String, java.lang.String, java.util.Map) and DomainConfig.createClusteredServerConfig(java.lang.String, java.lang.String, java.lang.String, java.util.Map)


Field Summary
static String ADMIN_LISTENER_PORT_KEY
          Key for the system property that would be used to assign port value for the iiop listener named admin-listener-port
static String HTTP_LISTENER_1_PORT_KEY
          Key for the system property that would be used to assign port value for the listener named http-listener-1
static String HTTP_LISTENER_2_PORT_KEY
          Key for the system property that would be used to assign port value for the listener named http-listener-2
static String JMS_PROVIDER_PORT_KEY
          Key for the system property that would be used to assign port value for the secure iiop listener named JMX_SYSTEM_CONNECTOR
static String JMX_SYSTEM_CONNECTOR_PORT_KEY
          Key for the system property that would be used to assign port value for the secure iiop listener named JMX_SYSTEM_CONNECTOR
static String ORB_LISTENER_1_PORT_KEY
          Key for the system property that would be used to assign port value for the iiop listener named orb-listener-1
static String SSL_MUTUALAUTH_PORT_KEY
          Key for the system property that would be used to assign port value for the secure client-auth supporting SSL enabled iiop listenerlistener named SSL_MUTUALAUTH
static String SSL_PORT_KEY
          Key for the system property that would be used to assign port value for the secure iiop listener named SSL
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_LISTENER_1_PORT_KEY

public static final String HTTP_LISTENER_1_PORT_KEY
Key for the system property that would be used to assign port value for the listener named http-listener-1

See Also:
Constant Field Values

HTTP_LISTENER_2_PORT_KEY

public static final String HTTP_LISTENER_2_PORT_KEY
Key for the system property that would be used to assign port value for the listener named http-listener-2

See Also:
Constant Field Values

ORB_LISTENER_1_PORT_KEY

public static final String ORB_LISTENER_1_PORT_KEY
Key for the system property that would be used to assign port value for the iiop listener named orb-listener-1

See Also:
Constant Field Values

ADMIN_LISTENER_PORT_KEY

public static final String ADMIN_LISTENER_PORT_KEY
Key for the system property that would be used to assign port value for the iiop listener named admin-listener-port

See Also:
Constant Field Values

SSL_PORT_KEY

public static final String SSL_PORT_KEY
Key for the system property that would be used to assign port value for the secure iiop listener named SSL

See Also:
Constant Field Values

SSL_MUTUALAUTH_PORT_KEY

public static final String SSL_MUTUALAUTH_PORT_KEY
Key for the system property that would be used to assign port value for the secure client-auth supporting SSL enabled iiop listenerlistener named SSL_MUTUALAUTH

See Also:
Constant Field Values

JMX_SYSTEM_CONNECTOR_PORT_KEY

public static final String JMX_SYSTEM_CONNECTOR_PORT_KEY
Key for the system property that would be used to assign port value for the secure iiop listener named JMX_SYSTEM_CONNECTOR

See Also:
Constant Field Values

JMS_PROVIDER_PORT_KEY

public static final String JMS_PROVIDER_PORT_KEY
Key for the system property that would be used to assign port value for the secure iiop listener named JMX_SYSTEM_CONNECTOR

See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.