Package org.glassfish.internal.api
Interface ORBLocator
@Contract
public interface ORBLocator
Contract for ORB provider.
- Author:
- Jerome Dochez
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.omg.CORBA.ORBgetORB()Get or create the default orb.getORBHost(org.omg.CORBA.ORB orb) intgetORBPort(org.omg.CORBA.ORB orb)
-
Field Details
-
JNDI_CORBA_ORB_PROPERTY
- See Also:
-
JNDI_PROVIDER_URL_PROPERTY
- See Also:
-
OMG_ORB_INIT_HOST_PROPERTY
- See Also:
-
OMG_ORB_INIT_PORT_PROPERTY
- See Also:
-
FOLB_CLIENT_GROUP_INFO_SERVICE
- See Also:
-
DEFAULT_ORB_INIT_HOST
- See Also:
-
DEFAULT_ORB_INIT_PORT
- See Also:
-
ORB_SSL_SERVER_REQUIRED
- See Also:
-
ORB_CLIENT_AUTH_REQUIRED
- See Also:
-
ORB_SSL_CLIENT_REQUIRED
- See Also:
-
-
Method Details
-
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
-