|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openejb.corba.core.EJBMetaData
This class is a simple implementation of the "javax.ejb.EJBMetaData" interface.
Constructor Summary | |
EJBMetaData(java.lang.Class homeItf,
java.lang.Class remoteItf,
java.lang.Class primaryKey,
int type,
javax.ejb.EJBHome home)
Constructor |
Method Summary | |
javax.ejb.EJBHome |
getEJBHome()
Return the EJB Home reference |
java.lang.Class |
getHomeInterfaceClass()
Return the Home interface description |
java.lang.Class |
getPrimaryKeyClass()
Return the Primary Key description ( only for entity ) |
java.lang.Class |
getRemoteInterfaceClass()
Return the Remote interace description |
boolean |
isSession()
Return TRUE if the component is a Session. |
boolean |
isStatelessSession()
Return TRUE if the component is a Session stateless |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public EJBMetaData(java.lang.Class homeItf, java.lang.Class remoteItf, java.lang.Class primaryKey, int type, javax.ejb.EJBHome home)
Method Detail |
public java.lang.Class getHomeInterfaceClass()
getHomeInterfaceClass
in interface javax.ejb.EJBMetaData
public java.lang.Class getRemoteInterfaceClass()
getRemoteInterfaceClass
in interface javax.ejb.EJBMetaData
public java.lang.Class getPrimaryKeyClass()
getPrimaryKeyClass
in interface javax.ejb.EJBMetaData
public boolean isSession()
isSession
in interface javax.ejb.EJBMetaData
public boolean isStatelessSession()
isStatelessSession
in interface javax.ejb.EJBMetaData
public javax.ejb.EJBHome getEJBHome()
getEJBHome
in interface javax.ejb.EJBMetaData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |