jetif.ext.proxy
Class EJBProxyAgentBean
java.lang.Object
jetif.ext.proxy.EJBProxyAgentBean
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, Serializable, javax.ejb.SessionBean
- public class EJBProxyAgentBean
- extends Object
- implements javax.ejb.SessionBean
This class EJBProxyAgentBean represents implementation of the proxy agent bean.
Please refer to information in EJBProxy.
- Author:
- Vicky Wang
- See Also:
EJBProxy,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBProxyAgentBean
public EJBProxyAgentBean()
setSessionContext
public void setSessionContext(javax.ejb.SessionContext arg0)
throws javax.ejb.EJBException,
RemoteException
- Specified by:
setSessionContext in interface javax.ejb.SessionBean
- Throws:
javax.ejb.EJBException
RemoteException
ejbCreate
public void ejbCreate()
throws javax.ejb.EJBException
- Throws:
javax.ejb.EJBException
ejbRemove
public void ejbRemove()
throws javax.ejb.EJBException
- Specified by:
ejbRemove in interface javax.ejb.SessionBean
- Throws:
javax.ejb.EJBException
ejbActivate
public void ejbActivate()
throws javax.ejb.EJBException,
RemoteException
- Specified by:
ejbActivate in interface javax.ejb.SessionBean
- Throws:
javax.ejb.EJBException
RemoteException
ejbPassivate
public void ejbPassivate()
throws javax.ejb.EJBException,
RemoteException
- Specified by:
ejbPassivate in interface javax.ejb.SessionBean
- Throws:
javax.ejb.EJBException
RemoteException
open
public void open(String data)
throws javax.ejb.EJBException
- Throws:
javax.ejb.EJBException
runCase
public String runCase(String input)
throws javax.ejb.EJBException
- Throws:
javax.ejb.EJBException
close
public void close()
Copyright © 2004,2005 Vicky Wang - All Rights Reserved.