|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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(java.lang.Class remote,
java.lang.Class home,
java.lang.Class pkClass,
boolean session,
boolean statelessSession,
HomeHandle (src) homeHandle)
Construct an EJBMetaDataImpl. |
|
| Method Summary | |
EJBHome (src) |
getEJBHome()
Obtain the home interface of the enterprise Bean. |
java.lang.Class |
getHomeInterfaceClass()
Obtain the Class object for the enterprise Bean's home interface. |
java.lang.Class |
getPrimaryKeyClass()
Obtain the Class object for the enterprise Bean's primary key class. |
java.lang.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(java.lang.Class remote,
java.lang.Class home,
java.lang.Class pkClass,
boolean session,
boolean statelessSession,
HomeHandle (src) homeHandle)
| Method Detail |
public EJBHome (src) getEJBHome()
getEJBHome in interface EJBMetaData (src) EJBException (src) - Failed to get EJBHome object.public java.lang.Class getHomeInterfaceClass()
getHomeInterfaceClass in interface EJBMetaData (src) public java.lang.Class getRemoteInterfaceClass()
getRemoteInterfaceClass in interface EJBMetaData (src) public java.lang.Class getPrimaryKeyClass()
getPrimaryKeyClass in interface EJBMetaData (src) public boolean isSession()
isSession in interface EJBMetaData (src) public boolean isStatelessSession()
isStatelessSession in interface EJBMetaData (src)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||