jetif.ext.proxy
Interface EJBProxyAgent
- All Superinterfaces:
- javax.ejb.EJBObject, Remote
- public interface EJBProxyAgent
- extends javax.ejb.EJBObject
This interface EJBProxyAgent is the EJB interface for the proxy agent bean.
Please refer to information in EJBProxy.
- Author:
- Vicky Wang
- See Also:
EJBProxy
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
open
public void open(String data)
throws RemoteException
- Throws:
RemoteException
runCase
public String runCase(String input)
throws RemoteException
- Throws:
RemoteException
close
public void close()
throws RemoteException
- Throws:
RemoteException
Copyright © 2004,2005 Vicky Wang - All Rights Reserved.