@Service public class IIOPUtils extends Object implements org.glassfish.hk2.api.PostConstruct
Constructor and Description |
---|
IIOPUtils() |
Modifier and Type | Method and Description |
---|---|
Collection<IIOPInterceptorFactory> |
getAllIIOPInterceptrFactories() |
Collection<ThreadPool> |
getAllThreadPools() |
ClassLoader |
getCommonClassLoader() |
Collection<GlassFishORBLifeCycleListener> |
getGlassFishORBLifeCycleListeners() |
org.glassfish.hk2.api.ServiceLocator |
getHabitat() |
List<IiopListener> |
getIiopListeners() |
IiopService |
getIiopService() |
static IIOPUtils |
getInstance() |
ORB |
getORB() |
ProcessEnvironment.ProcessType |
getProcessType() |
Collection<ServerRef> |
getServerRefs() |
void |
postConstruct() |
static void |
setInstance(IIOPUtils utils) |
void |
setORB(ORB orb) |
public void postConstruct()
postConstruct
in interface org.glassfish.hk2.api.PostConstruct
public static IIOPUtils getInstance()
public static void setInstance(IIOPUtils utils)
public ClassLoader getCommonClassLoader()
public IiopService getIiopService()
public Collection<ThreadPool> getAllThreadPools()
public Collection<ServerRef> getServerRefs()
public List<IiopListener> getIiopListeners()
public Collection<IIOPInterceptorFactory> getAllIIOPInterceptrFactories()
public Collection<GlassFishORBLifeCycleListener> getGlassFishORBLifeCycleListeners()
public ProcessEnvironment.ProcessType getProcessType()
public org.glassfish.hk2.api.ServiceLocator getHabitat()
public void setORB(ORB orb)
public ORB getORB()
Copyright © 2019. All rights reserved.