FileDocCategorySizeDatePackage
ServerConfigKeys.javaAPI DocGlassfish v2 API4272Fri May 04 22:30:36 BST 2007com.sun.appserv.management.config

ServerConfigKeys

public final class ServerConfigKeys extends Object
Keys for use with {@link DomainConfig#createStandaloneServerConfig} and {@link DomainConfig#createClusteredServerConfig}

Fields Summary
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
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
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
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
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
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
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
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
Constructors Summary
private ServerConfigKeys()

Methods Summary