public interface EjbListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)© 2000-2025 Flux Corporation. All rights reserved.