|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EjbListener
Used to create and invoke EJBs.
| Method Summary | |
|---|---|
java.lang.Class |
getListenerHome()
Returns the home of the listener that receives a callback. |
java.lang.String |
getListenerHomeAsString()
Returns the home of the listener that receives a callback. |
java.lang.String |
getListenerJndiName()
Returns the JNDI name of the listener that receives a callback. |
void |
setListener(java.lang.String jndiName,
java.lang.Class home)
Sets the listener that receives a callback. |
void |
setListener(java.lang.String jndiName,
java.lang.String home)
Sets the listener that receives a callback. |
| Method Detail |
|---|
java.lang.Class getListenerHome()
throws EngineException
EngineException - If a system error occurs.getListenerHomeAsString()java.lang.String getListenerHomeAsString()
getListenerHome()java.lang.String getListenerJndiName()
void setListener(java.lang.String jndiName,
java.lang.Class home)
jndiName - The JNDI name of the EJB.home - The home interface of the EJB.setListener(String, String)
void setListener(java.lang.String jndiName,
java.lang.String home)
jndiName - The JNDI name of the EJB.home - The fully-qualified name of the home interface class of the
EJB.setListener(String, Class)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||