Interface GlassFishORBFactory
-
- All Known Implementing Classes:
GlassFishORBFactoryImpl
@Contract public interface GlassFishORBFactory- Author:
- Mahesh Kannan Date: Jan 17, 2009
-
-
Field Summary
Fields Modifier and Type Field Description static StringENV_IS_SERVER_PROPERTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.omg.CORBA.ORBcreateORB(Properties props)intgetCSIv2PolicyType()PropertiesgetCSIv2Props()StringgetIIOPEndpoints()StringgetORBHost(org.omg.CORBA.ORB orb)intgetORBInitialPort()intgetORBPort(org.omg.CORBA.ORB orb)intgetOTSPolicyType()booleanisClusterActive()booleanisEjbCall(org.omg.PortableInterceptor.ServerRequestInfo sri)voidsetCSIv2Prop(String name, String value)
-
-
-
Field Detail
-
ENV_IS_SERVER_PROPERTY
static final String ENV_IS_SERVER_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
createORB
org.omg.CORBA.ORB createORB(Properties props)
-
getOTSPolicyType
int getOTSPolicyType()
-
getCSIv2PolicyType
int getCSIv2PolicyType()
-
getCSIv2Props
Properties getCSIv2Props()
-
getORBInitialPort
int getORBInitialPort()
-
getORBHost
String getORBHost(org.omg.CORBA.ORB orb)
-
getORBPort
int getORBPort(org.omg.CORBA.ORB orb)
-
isEjbCall
boolean isEjbCall(org.omg.PortableInterceptor.ServerRequestInfo sri)
-
getIIOPEndpoints
String getIIOPEndpoints()
-
isClusterActive
boolean isClusterActive()
-
-