Class IIOPUtils
- java.lang.Object
-
- org.glassfish.enterprise.iiop.util.IIOPUtils
-
- All Implemented Interfaces:
org.glassfish.hk2.api.PostConstruct
@Service public class IIOPUtils extends Object implements org.glassfish.hk2.api.PostConstruct
- Author:
- Mahesh Kannan Date: Jan 15, 2009
-
-
Constructor Summary
Constructors Constructor Description IIOPUtils()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<IIOPInterceptorFactory>getAllIIOPInterceptrFactories()Collection<ThreadPool>getAllThreadPools()ClassLoadergetCommonClassLoader()Collection<GlassFishORBLifeCycleListener>getGlassFishORBLifeCycleListeners()org.glassfish.hk2.api.ServiceLocatorgetHabitat()List<IiopListener>getIiopListeners()IiopServicegetIiopService()static IIOPUtilsgetInstance()org.omg.CORBA.ORBgetORB()ProcessEnvironment.ProcessTypegetProcessType()Collection<ServerRef>getServerRefs()voidpostConstruct()static voidsetInstance(IIOPUtils utils)voidsetORB(org.omg.CORBA.ORB orb)
-
-
-
Method Detail
-
postConstruct
public void postConstruct()
- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
getInstance
public static IIOPUtils getInstance()
-
setInstance
public static void setInstance(IIOPUtils utils)
-
getCommonClassLoader
public ClassLoader getCommonClassLoader()
-
getIiopService
public IiopService getIiopService()
-
getAllThreadPools
public Collection<ThreadPool> getAllThreadPools()
-
getServerRefs
public Collection<ServerRef> getServerRefs()
-
getIiopListeners
public List<IiopListener> getIiopListeners()
-
getAllIIOPInterceptrFactories
public Collection<IIOPInterceptorFactory> getAllIIOPInterceptrFactories()
-
getGlassFishORBLifeCycleListeners
public Collection<GlassFishORBLifeCycleListener> getGlassFishORBLifeCycleListeners()
-
getProcessType
public ProcessEnvironment.ProcessType getProcessType()
-
getHabitat
public org.glassfish.hk2.api.ServiceLocator getHabitat()
-
setORB
public void setORB(org.omg.CORBA.ORB orb)
-
getORB
public org.omg.CORBA.ORB getORB()
-
-