| |
|
| java.lang.Object org.apache.beehive.controls.system.ejb.EJBControlImpl
All known Subclasses: org.apache.beehive.controls.system.ejb.EntityEJBControlImpl, org.apache.beehive.controls.system.ejb.SessionEJBControlImpl,
ENTITY_BEAN | final public static int ENTITY_BEAN(Code) | | |
JNDI_APPSCOPED_PREFIX | final public static String JNDI_APPSCOPED_PREFIX(Code) | | |
JNDI_GLOBAL_PREFIX | final public static String JNDI_GLOBAL_PREFIX(Code) | | |
SESSION_BEAN | final public static int SESSION_BEAN(Code) | | |
_beanHandle | protected Handle _beanHandle(Code) | | |
_beanType | protected int _beanType(Code) | | |
_controlInterface | protected Class _controlInterface(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
findEjbMethod | protected Method findEjbMethod(Method controlBeanMethod, Class ejbInterface)(Code) | | Find the method which has the same signature in the specified class.
Parameters: controlBeanMethod - Method signature find. Parameters: ejbInterface - Class to search for method signature. Method from ejbInterface if found, null if not found. |
getEJBBeanInstance | public Object getEJBBeanInstance()(Code) | | EJBControl.getEJBBeanInstance()
|
getEJBException | public Throwable getEJBException()(Code) | | EJBControl.getEJBException()
|
getEJBHomeInstance | public Object getEJBHomeInstance()(Code) | | EJBControl.getEJBHomeInstance()
|
hasEJBBeanInstance | public boolean hasEJBBeanInstance()(Code) | | EJBControl.getEJBBeanInstance()
|
invoke | public Object invoke(Method m, Object[] args) throws Throwable(Code) | | Extensible.invoke
Handles all extended interface methods (i.e. EJB home and remote
interface invocation)
|
isControlBeanMethod | protected boolean isControlBeanMethod(Method m)(Code) | | Return true if the method is from the ControlBean.
Parameters: m - Method to check. |
isCreateMethod | protected static boolean isCreateMethod(Method m)(Code) | | |
isFinderMethod | protected static boolean isFinderMethod(Method m)(Code) | | |
isRemoveMethod | protected static boolean isRemoveMethod(Method m)(Code) | | |
isSelectorMethod | protected boolean isSelectorMethod(Method m)(Code) | | |
mapControlBeanMethodToEJB | protected Method mapControlBeanMethodToEJB(Method m)(Code) | | Map a control bean method to an EJB method.
Parameters: m - The control bean method. The corresponding method of the EJB. |
methodThrows | protected static boolean methodThrows(Method m, Class exceptionClass)(Code) | | |
onAcquire | public void onAcquire()(Code) | | |
onCreate | public void onCreate()(Code) | | |
onRelease | public void onRelease()(Code) | | |
onReset | public void onReset()(Code) | | |
releaseBeanInstance | protected void releaseBeanInstance(boolean alreadyRemoved)(Code) | | |
resolveBeanInstance | abstract protected Object resolveBeanInstance()(Code) | | |
resolveBeanInstanceFromHandle | protected Object resolveBeanInstanceFromHandle()(Code) | | |
saveBeanInstance | protected boolean saveBeanInstance()(Code) | | |
|
|
|