@Service public class ContainerUtilImpl extends Object implements ContainerUtil, org.glassfish.hk2.api.PreDestroy
| Constructor and Description |
|---|
ContainerUtilImpl() |
| Modifier and Type | Method and Description |
|---|---|
CallFlowAgent |
getCallFlowAgent() |
ComponentEnvManager |
getComponentEnvManager()
Utility method to return ComponentEnvManager
|
static ContainerUtil |
getContainerUtil() |
org.glassfish.api.invocation.InvocationManager |
getInvocationManager()
Utility method to get hold of InvocationManager
|
Timer |
getTimer()
Utility method to return a JDK Timer.
|
void |
preDestroy()
The component is about to be removed from commission
|
void |
scheduleTask(Runnable runnable)
Utility method to schedule an asynchronous task.
|
public static ContainerUtil getContainerUtil()
public org.glassfish.api.invocation.InvocationManager getInvocationManager()
ContainerUtilgetInvocationManager in interface ContainerUtilpublic ComponentEnvManager getComponentEnvManager()
ContainerUtilgetComponentEnvManager in interface ContainerUtilpublic CallFlowAgent getCallFlowAgent()
getCallFlowAgent in interface ContainerUtilpublic Timer getTimer()
ContainerUtilgetTimer in interface ContainerUtilpublic void scheduleTask(Runnable runnable)
ContainerUtilscheduleTask in interface ContainerUtilpublic void preDestroy()
preDestroy in interface org.glassfish.hk2.api.PreDestroyCopyright © 2017–2019 Eclipse Foundation. All rights reserved.