|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.proxy.ejb.EJBMetaDataImplIIOP
An implementation of the EJBMetaData interface which allows a client to obtain the enterprise Bean's meta-data information.
| Constructor Summary | |
EJBMetaDataImplIIOP(Class remoteClass,
Class homeClass,
Class pkClass,
boolean session,
boolean statelessSession,
javax.ejb.EJBHome home)
Constructs an EJBMetaDataImplIIOP. |
|
| Method Summary | |
javax.ejb.EJBHome |
getEJBHome()
Obtains the home interface of the enterprise Bean. |
Class |
getHomeInterfaceClass()
Obtains the Class object for the enterprise Bean's home
interface. |
Class |
getPrimaryKeyClass()
Obtains the Class object for the enterprise Bean's primary
key class. |
Class |
getRemoteInterfaceClass()
Obtains the Class object for the enterprise Bean's remote
interface. |
boolean |
isSession()
Tests if the enterprise Bean's type is "session". |
boolean |
isStatelessSession()
Tests 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 EJBMetaDataImplIIOP(Class remoteClass, Class homeClass, Class pkClass, boolean session, boolean statelessSession, javax.ejb.EJBHome home)
EJBMetaDataImplIIOP.
| Method Detail |
public javax.ejb.EJBHome getEJBHome()
getEJBHome in interface javax.ejb.EJBMetaDatapublic Class getHomeInterfaceClass()
Class object for the enterprise Bean's home
interface.
getHomeInterfaceClass in interface javax.ejb.EJBMetaDatapublic Class getRemoteInterfaceClass()
Class object for the enterprise Bean's remote
interface.
getRemoteInterfaceClass in interface javax.ejb.EJBMetaDatapublic Class getPrimaryKeyClass()
Class object for the enterprise Bean's primary
key class.
getPrimaryKeyClass in interface javax.ejb.EJBMetaDatapublic boolean isSession()
isSession in interface javax.ejb.EJBMetaDatapublic boolean isStatelessSession()
isStatelessSession in interface javax.ejb.EJBMetaData
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||