|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBControl
Enterprise Java Bean Control base interface
Nested Class Summary | |
---|---|
static interface |
EJBControl.EJBHome
EJBHome specifies the target EJB's home interface for the EJB control - jndiName specifies the JNDI name of the target EJB's home interface (e.g. |
static interface |
EJBControl.JNDIContextEnv
JNDIContextEnv specifies the environment properties for the JNDI context that will be used to lookup the target EJB. |
Method Summary | |
---|---|
Object |
getEJBBeanInstance()
Returns the current target instance of the bean business interface used for business interface method invocations. |
Throwable |
getEJBException()
Returns the last EJB exception serviced by the EJB control on the developers behalf. |
Object |
getEJBHomeInstance()
Returns an instance of the home interface associated with the target bean component. |
boolean |
hasEJBBeanInstance()
Returns true if the EJB control currently has a target bean instance upon which bean business interface methods may be invoked. |
Method Detail |
---|
Object getEJBHomeInstance()
boolean hasEJBBeanInstance()
Object getEJBBeanInstance()
null
if no target instance is currently
selected.
Throwable getEJBException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |