|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | 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(java.lang.Class remoteClass,
java.lang.Class homeClass,
java.lang.Class pkClass,
boolean session,
boolean statelessSession,
EJBHome (src) home)
Constructs an EJBMetaDataImplIIOP . |
Method Summary | |
EJBHome (src) |
getEJBHome()
Obtains the home interface of the enterprise Bean. |
java.lang.Class |
getHomeInterfaceClass()
Obtains the Class object for the enterprise Bean's home
interface. |
java.lang.Class |
getPrimaryKeyClass()
Obtains the Class object for the enterprise Bean's primary
key class. |
java.lang.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(java.lang.Class remoteClass, java.lang.Class homeClass, java.lang.Class pkClass, boolean session, boolean statelessSession, EJBHome (src) home)
EJBMetaDataImplIIOP
.
Method Detail |
public EJBHome (src) getEJBHome()
getEJBHome
in interface EJBMetaData (src)
public java.lang.Class getHomeInterfaceClass()
Class
object for the enterprise Bean's home
interface.
getHomeInterfaceClass
in interface EJBMetaData (src)
public java.lang.Class getRemoteInterfaceClass()
Class
object for the enterprise Bean's remote
interface.
getRemoteInterfaceClass
in interface EJBMetaData (src)
public java.lang.Class getPrimaryKeyClass()
Class
object for the enterprise Bean's primary
key class.
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 |