org.glassfish.internal.api
Interface ORBLocator


@Contract
public interface ORBLocator

Contract for ORB provider.

Author:
Jerome Dochez

Field Summary
static String DEFAULT_ORB_INIT_HOST
           
static String DEFAULT_ORB_INIT_PORT
           
static String FOLB_CLIENT_GROUP_INFO_SERVICE
           
static String JNDI_CORBA_ORB_PROPERTY
           
static String JNDI_PROVIDER_URL_PROPERTY
           
static String OMG_ORB_INIT_HOST_PROPERTY
           
static String OMG_ORB_INIT_PORT_PROPERTY
           
static String ORB_CLIENT_AUTH_REQUIRED
           
static String ORB_SSL_CLIENT_REQUIRED
           
static String ORB_SSL_SERVER_REQUIRED
           
 
Method Summary
 ORB getORB()
          Get or create the default orb.
 String getORBHost(ORB orb)
           
 int getORBPort(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

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(ORB orb)

getORBHost

String getORBHost(ORB orb)


Copyright © 2012 GlassFish Community. All Rights Reserved.