|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.proxy.ejb.EJBMetaDataImpl
An implementation of the EJBMetaData interface which allows a client to obtain the enterprise Bean's meta-data information.
Constructor Summary | |
EJBMetaDataImpl(Class remote,
Class home,
Class pkClass,
boolean session,
boolean statelessSession,
javax.ejb.HomeHandle homeHandle)
Construct an EJBMetaDataImpl. |
Method Summary | |
javax.ejb.EJBHome |
getEJBHome()
Obtain the home interface of the enterprise Bean. |
Class |
getHomeInterfaceClass()
Obtain the Class object for the enterprise Bean's home interface. |
Class |
getPrimaryKeyClass()
Obtain the Class object for the enterprise Bean's primary key class. |
Class |
getRemoteInterfaceClass()
Obtain the Class object for the enterprise Bean's remote interface. |
boolean |
isSession()
Test if the enterprise Bean's type is "session". |
boolean |
isStatelessSession()
Test if the enterprise Bean's type is "stateless session". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EJBMetaDataImpl(Class remote, Class home, Class pkClass, boolean session, boolean statelessSession, javax.ejb.HomeHandle homeHandle)
Method Detail |
public javax.ejb.EJBHome getEJBHome()
getEJBHome
in interface javax.ejb.EJBMetaData
javax.ejb.EJBException
- Failed to get EJBHome object.public Class getHomeInterfaceClass()
getHomeInterfaceClass
in interface javax.ejb.EJBMetaData
public Class getRemoteInterfaceClass()
getRemoteInterfaceClass
in interface javax.ejb.EJBMetaData
public 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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |