com.sun.enterprise.config.util
Class PortConstants

java.lang.Object
  extended by com.sun.enterprise.config.util.PortConstants

public final class PortConstants
extends Object

Author:
bnevins

Field Summary
static String ADMIN
           
static String DEBUG
           
static int DEFAULT_HTTPSSL_PORT
           
static int DEFAULT_IIOP_PORT
           
static int DEFAULT_IIOPMUTUALAUTH_PORT
           
static int DEFAULT_IIOPSSL_PORT
           
static int DEFAULT_INSTANCE_PORT
           
static int DEFAULT_JAVA_DEBUGGER_PORT
           
static int DEFAULT_JMS_PORT
           
static int DEFAULT_JMX_PORT
           
static int DEFAULT_OSGI_SHELL_TELNET_PORT
           
static String HTTP
           
static String HTTPS
           
static String IIOP
           
static String IIOPM
           
static String IIOPS
           
static String JMS
           
static String JMX
           
static String OSGI
           
static int PORT_MAX_VAL
           
static int PORTBASE_ADMINPORT_SUFFIX
           
static int PORTBASE_DEBUG_SUFFIX
           
static int PORTBASE_HTTPSSL_SUFFIX
           
static int PORTBASE_IIOP_SUFFIX
           
static int PORTBASE_IIOPMUTUALAUTH_SUFFIX
           
static int PORTBASE_IIOPSSL_SUFFIX
           
static int PORTBASE_INSTANCE_SUFFIX
           
static int PORTBASE_JMS_SUFFIX
           
static int PORTBASE_JMX_SUFFIX
           
static int PORTBASE_OSGI_SUFFIX
           
static String[] PORTS
           
static List<String> PORTSLIST
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.