Package org.glassfish.internal.api
Interface ORBLocator
-
@Contract public interface ORBLocatorContract for ORB provider.- Author:
- Jerome Dochez
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ORB_INIT_HOSTstatic StringDEFAULT_ORB_INIT_PORTstatic StringFOLB_CLIENT_GROUP_INFO_SERVICEstatic StringJNDI_CORBA_ORB_PROPERTYstatic StringJNDI_PROVIDER_URL_PROPERTYstatic StringOMG_ORB_INIT_HOST_PROPERTYstatic StringOMG_ORB_INIT_PORT_PROPERTYstatic StringORB_CLIENT_AUTH_REQUIREDstatic StringORB_SSL_CLIENT_REQUIREDstatic StringORB_SSL_SERVER_REQUIRED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.omg.CORBA.ORBgetORB()Get or create the default orb.StringgetORBHost(org.omg.CORBA.ORB orb)intgetORBPort(org.omg.CORBA.ORB orb)
-
-
-
Field Detail
-
JNDI_CORBA_ORB_PROPERTY
static final String JNDI_CORBA_ORB_PROPERTY
- See Also:
- Constant Field Values
-
JNDI_PROVIDER_URL_PROPERTY
static final String JNDI_PROVIDER_URL_PROPERTY
- See Also:
- Constant Field Values
-
OMG_ORB_INIT_HOST_PROPERTY
static final String OMG_ORB_INIT_HOST_PROPERTY
- See Also:
- Constant Field Values
-
OMG_ORB_INIT_PORT_PROPERTY
static final String OMG_ORB_INIT_PORT_PROPERTY
- See Also:
- Constant Field Values
-
FOLB_CLIENT_GROUP_INFO_SERVICE
static final String FOLB_CLIENT_GROUP_INFO_SERVICE
- See Also:
- Constant Field Values
-
DEFAULT_ORB_INIT_HOST
static final String DEFAULT_ORB_INIT_HOST
- See Also:
- Constant Field Values
-
DEFAULT_ORB_INIT_PORT
static final String DEFAULT_ORB_INIT_PORT
- See Also:
- Constant Field Values
-
ORB_SSL_SERVER_REQUIRED
static final String ORB_SSL_SERVER_REQUIRED
- See Also:
- Constant Field Values
-
ORB_CLIENT_AUTH_REQUIRED
static final String ORB_CLIENT_AUTH_REQUIRED
- See Also:
- Constant Field Values
-
ORB_SSL_CLIENT_REQUIRED
static final String ORB_SSL_CLIENT_REQUIRED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getORB
org.omg.CORBA.ORB getORB()
Get or create the default orb. This can be called for any process type. However, protocol manager and CosNaming initialization only take place for the Server.- Returns:
- an initialized ORB instance
-
getORBPort
int getORBPort(org.omg.CORBA.ORB orb)
-
getORBHost
String getORBHost(org.omg.CORBA.ORB orb)
-
-