|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ideo.sweetdev.core.facade.ejb.EjbFacade
XDoclet-based stateless session bean. The class must be declared
public, according to the EJB specification.
To generate code:

| Constructor Summary | |
EjbFacade()
|
|
| Method Summary | |
void |
ejbActivate()
The ejbActivate() method as required by the EJB specification. |
void |
ejbCreate()
An ejbCreate method as required by the EJB specification. |
void |
ejbPassivate()
The ejbPassivate() method as required by the EJB specification. |
void |
ejbRemove()
The ejbRemove() method as required by the EJB specification. |
java.lang.Object |
execute(java.util.Map _params)
execute |
void |
setSessionContext(javax.ejb.SessionContext newContext)
Set the associated session context. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EjbFacade()
| Method Detail |
public void ejbCreate()
throws javax.ejb.CreateException
ejbCreate method as required by the EJB specification. ejbCreate method whose
signature matches the signature of the create method invoked
by the client. The input parameters sent from the client are passed to
the ejbCreate method. Each session bean class must have at
least one ejbCreate method. The number and signatures
of a session bean’s create methods are specific to each
session bean class.
javax.ejb.CreateException - Thrown if the instance could not perform
the function requested by the container because of an system-level error.
public void ejbActivate()
throws javax.ejb.EJBException
ejbActivate() method as required by the EJB specification.ejbPassivate() method.
ejbActivate in interface javax.ejb.SessionBeanjavax.ejb.EJBException - Thrown if the instance could not perform
the function requested by the container because of an system-level error.
public void ejbPassivate()
throws javax.ejb.EJBException
ejbPassivate() method as required by the EJB specification.ejbActivate() method.
ejbPassivate in interface javax.ejb.SessionBeanjavax.ejb.EJBException - Thrown if the instance could not perform
the function requested by the container because of an system-level error.
public void ejbRemove()
throws javax.ejb.EJBException
ejbRemove() method as required by the EJB specification.
ejbRemove in interface javax.ejb.SessionBeanjavax.ejb.EJBException - Thrown if the instance could not perform
the function requested by the container because of an system-level error.
public void setSessionContext(javax.ejb.SessionContext newContext)
throws javax.ejb.EJBException
setSessionContext in interface javax.ejb.SessionBeanjavax.ejb.EJBException - Thrown if the instance could not perform
the function requested by the container because of an system-level error.
public java.lang.Object execute(java.util.Map _params)
throws javax.ejb.EJBException,
TechnicalException,
FunctionalException
javax.ejb.EJBException - Thrown if the instance could not perform
the function requested by the container because of an system-level error.
TechnicalException
FunctionalException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||