net.sf.arise.delegate
Class ServiceInvokerBean

java.lang.Object
  |
  +--net.sf.arise.delegate.ServiceInvokerBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class ServiceInvokerBean
extends java.lang.Object
implements javax.ejb.SessionBean

See Also:
Serialized Form

Constructor Summary
ServiceInvokerBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
static javax.ejb.SessionContext getSessionContext()
           
 java.lang.Object invoke(java.lang.String serviceInterfaceName, java.lang.String methodName, java.lang.String[] typeNames, java.lang.Object[] args)
           
 void setSessionContext(javax.ejb.SessionContext sc)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceInvokerBean

public ServiceInvokerBean()
Method Detail

getSessionContext

public static final javax.ejb.SessionContext getSessionContext()

invoke

public java.lang.Object invoke(java.lang.String serviceInterfaceName,
                               java.lang.String methodName,
                               java.lang.String[] typeNames,
                               java.lang.Object[] args)
                        throws ServiceException
ServiceException

ejbCreate

public void ejbCreate()

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.SessionBean

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.SessionBean

setSessionContext

public void setSessionContext(javax.ejb.SessionContext sc)
Specified by:
setSessionContext in interface javax.ejb.SessionBean

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth