com.sun.enterprise.config.util
Class PortConstants
java.lang.Object
com.sun.enterprise.config.util.PortConstants
public final class PortConstants
- extends Object
- Author:
- bnevins
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PORT_MAX_VAL
public static final int PORT_MAX_VAL
- See Also:
- Constant Field Values
DEFAULT_HTTPSSL_PORT
public static final int DEFAULT_HTTPSSL_PORT
- See Also:
- Constant Field Values
DEFAULT_IIOPSSL_PORT
public static final int DEFAULT_IIOPSSL_PORT
- See Also:
- Constant Field Values
DEFAULT_IIOPMUTUALAUTH_PORT
public static final int DEFAULT_IIOPMUTUALAUTH_PORT
- See Also:
- Constant Field Values
DEFAULT_INSTANCE_PORT
public static final int DEFAULT_INSTANCE_PORT
- See Also:
- Constant Field Values
DEFAULT_JMS_PORT
public static final int DEFAULT_JMS_PORT
- See Also:
- Constant Field Values
DEFAULT_IIOP_PORT
public static final int DEFAULT_IIOP_PORT
- See Also:
- Constant Field Values
DEFAULT_JMX_PORT
public static final int DEFAULT_JMX_PORT
- See Also:
- Constant Field Values
DEFAULT_OSGI_SHELL_TELNET_PORT
public static final int DEFAULT_OSGI_SHELL_TELNET_PORT
- See Also:
- Constant Field Values
DEFAULT_JAVA_DEBUGGER_PORT
public static final int DEFAULT_JAVA_DEBUGGER_PORT
- See Also:
- Constant Field Values
PORTBASE_ADMINPORT_SUFFIX
public static final int PORTBASE_ADMINPORT_SUFFIX
- See Also:
- Constant Field Values
PORTBASE_HTTPSSL_SUFFIX
public static final int PORTBASE_HTTPSSL_SUFFIX
- See Also:
- Constant Field Values
PORTBASE_IIOPSSL_SUFFIX
public static final int PORTBASE_IIOPSSL_SUFFIX
- See Also:
- Constant Field Values
PORTBASE_IIOPMUTUALAUTH_SUFFIX
public static final int PORTBASE_IIOPMUTUALAUTH_SUFFIX
- See Also:
- Constant Field Values
PORTBASE_INSTANCE_SUFFIX
public static final int PORTBASE_INSTANCE_SUFFIX
- See Also:
- Constant Field Values
PORTBASE_JMS_SUFFIX
public static final int PORTBASE_JMS_SUFFIX
- See Also:
- Constant Field Values
PORTBASE_IIOP_SUFFIX
public static final int PORTBASE_IIOP_SUFFIX
- See Also:
- Constant Field Values
PORTBASE_JMX_SUFFIX
public static final int PORTBASE_JMX_SUFFIX
- See Also:
- Constant Field Values
PORTBASE_OSGI_SUFFIX
public static final int PORTBASE_OSGI_SUFFIX
- See Also:
- Constant Field Values
PORTBASE_DEBUG_SUFFIX
public static final int PORTBASE_DEBUG_SUFFIX
- See Also:
- Constant Field Values
ADMIN
public static final String ADMIN
- See Also:
- Constant Field Values
HTTP
public static final String HTTP
- See Also:
- Constant Field Values
HTTPS
public static final String HTTPS
- See Also:
- Constant Field Values
IIOP
public static final String IIOP
- See Also:
- Constant Field Values
IIOPM
public static final String IIOPM
- See Also:
- Constant Field Values
IIOPS
public static final String IIOPS
- See Also:
- Constant Field Values
JMS
public static final String JMS
- See Also:
- Constant Field Values
JMX
public static final String JMX
- See Also:
- Constant Field Values
OSGI
public static final String OSGI
- See Also:
- Constant Field Values
DEBUG
public static final String DEBUG
- See Also:
- Constant Field Values
PORTS
public static final String[] PORTS
PORTSLIST
public static final List<String> PORTSLIST
Copyright © 2012 GlassFish Community. All Rights Reserved.