Class GlassFishORBManager
- java.lang.Object
-
- org.glassfish.enterprise.iiop.impl.GlassFishORBManager
-
public final class GlassFishORBManager extends Object
This class initializes the ORB with a list of (standard) properties and provides a few convenience methods to get the ORB etc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ORB_INIT_HOSTstatic StringDEFAULT_ORB_INIT_PORTstatic StringIIOP_ENDPOINTS_PROPERTYstatic StringJNDI_CORBA_ORB_PROPERTYstatic StringJNDI_PROVIDER_URL_PROPERTYstatic StringOMG_ORB_CLASS_PROPERTYstatic StringOMG_ORB_SINGLETON_CLASS_PROPERTYstatic StringORB_UTIL_CLASS_PROPERTYstatic StringRMIIIOP_PRO_DELEGATE_CLASS_PROPERTYstatic StringRMIIIOP_STUB_DELEGATE_CLASS_PROPERTYstatic StringS1AS_ORB_IDstatic StringSUN_ORB_SOCKET_FACTORY_CLASS_PROPERTY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleandisableSSLCheck()booleanisClusterActive()booleanisEjbAdapterName(String[] adapterName)Returns whether an adapterName (from ServerRequestInfo.adapter_name) represents an EJB or not.
-
-
-
Field Detail
-
JNDI_PROVIDER_URL_PROPERTY
public static final String JNDI_PROVIDER_URL_PROPERTY
- See Also:
- Constant Field Values
-
JNDI_CORBA_ORB_PROPERTY
public static final String JNDI_CORBA_ORB_PROPERTY
- See Also:
- Constant Field Values
-
ORB_UTIL_CLASS_PROPERTY
public static final String ORB_UTIL_CLASS_PROPERTY
- See Also:
- Constant Field Values
-
RMIIIOP_STUB_DELEGATE_CLASS_PROPERTY
public static final String RMIIIOP_STUB_DELEGATE_CLASS_PROPERTY
- See Also:
- Constant Field Values
-
RMIIIOP_PRO_DELEGATE_CLASS_PROPERTY
public static final String RMIIIOP_PRO_DELEGATE_CLASS_PROPERTY
- See Also:
- Constant Field Values
-
OMG_ORB_CLASS_PROPERTY
public static final String OMG_ORB_CLASS_PROPERTY
- See Also:
- Constant Field Values
-
OMG_ORB_SINGLETON_CLASS_PROPERTY
public static final String OMG_ORB_SINGLETON_CLASS_PROPERTY
- See Also:
- Constant Field Values
-
SUN_ORB_SOCKET_FACTORY_CLASS_PROPERTY
public static final String SUN_ORB_SOCKET_FACTORY_CLASS_PROPERTY
- See Also:
- Constant Field Values
-
DEFAULT_ORB_INIT_HOST
public static final String DEFAULT_ORB_INIT_HOST
- See Also:
- Constant Field Values
-
DEFAULT_ORB_INIT_PORT
public static final String DEFAULT_ORB_INIT_PORT
- See Also:
- Constant Field Values
-
S1AS_ORB_ID
public static final String S1AS_ORB_ID
- See Also:
- Constant Field Values
-
IIOP_ENDPOINTS_PROPERTY
public static final String IIOP_ENDPOINTS_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
isEjbAdapterName
public boolean isEjbAdapterName(String[] adapterName)
Returns whether an adapterName (from ServerRequestInfo.adapter_name) represents an EJB or not.- Parameters:
adapterName- The adapter name- Returns:
- whether this adapter is an EJB or not
-
isClusterActive
public boolean isClusterActive()
-
disableSSLCheck
public static boolean disableSSLCheck()
-
-