com.sun.ejb.containers
Class EjbAsyncInvocationManager
java.lang.Object
com.sun.ejb.containers.EjbAsyncInvocationManager
@Service
public class EjbAsyncInvocationManager
- extends Object
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbAsyncInvocationManager
public EjbAsyncInvocationManager()
createLocalFuture
public Future createLocalFuture(EjbInvocation inv)
createRemoteFuture
public Future createRemoteFuture(EjbInvocation inv,
Container container,
GenericEJBHome ejbHome)
submit
public Future submit(EjbInvocation inv)
cleanupContainerTasks
public void cleanupContainerTasks(Container container)
Copyright © 2012 GlassFish Community. All Rights Reserved.