|
JBoss IIOP Client 1.0.0.Final-redhat-2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.iiop.EJBMetaDataImplIIOP
public class EJBMetaDataImplIIOP
The EJBMetaData
implementation used in remote IIOP invocations.
Constructor Summary | |
---|---|
EJBMetaDataImplIIOP(Class remoteClass,
Class homeClass,
Class pkClass,
boolean session,
boolean statelessSession,
javax.ejb.HomeHandle home)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
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. |
int |
hashCode()
|
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EJBMetaDataImplIIOP(Class remoteClass, Class homeClass, Class pkClass, boolean session, boolean statelessSession, javax.ejb.HomeHandle home)
Method Detail |
---|
public javax.ejb.EJBHome getEJBHome()
getEJBHome
in interface javax.ejb.EJBMetaData
public Class getHomeInterfaceClass()
Class
object for the enterprise Bean's home
interface.
getHomeInterfaceClass
in interface javax.ejb.EJBMetaData
public Class getRemoteInterfaceClass()
Class
object for the enterprise Bean's remote
interface.
getRemoteInterfaceClass
in interface javax.ejb.EJBMetaData
public Class getPrimaryKeyClass()
Class
object for the enterprise Bean's primary
key class.
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 boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
JBoss IIOP Client 1.0.0.Final-redhat-2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |