Jetif v1.8.0

jetif.ext.proxy
Class EJBProxyAgentBean

java.lang.Object
  extended byjetif.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

Constructor Summary
EJBProxyAgentBean()
           
 
Method Summary
 void close()
           
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void open(String data)
           
 String runCase(String input)
           
 void setSessionContext(javax.ejb.SessionContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBProxyAgentBean

public EJBProxyAgentBean()
Method Detail

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()

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.