com.sun.ejb.containers
Class EjbAsyncTask<V>
java.lang.Object
com.sun.ejb.containers.EjbAsyncTask<V>
- All Implemented Interfaces:
- Callable<V>
public class EjbAsyncTask<V>
- extends Object
- implements Callable<V>
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbAsyncTask
public EjbAsyncTask()
initialize
public void initialize(EjbInvocation inv)
getInvId
public long getInvId()
call
public V call()
throws Exception
- Specified by:
call in interface Callable<V>
- Throws:
Exception
Copyright © 2012 GlassFish Community. All Rights Reserved.