Package org.jboss.ejb.iiop
Class EJBMetaDataImplIIOP
java.lang.Object
org.jboss.ejb.iiop.EJBMetaDataImplIIOP
- All Implemented Interfaces:
Serializable,javax.ejb.EJBMetaData
The
EJBMetaData implementation used in remote IIOP invocations.- Author:
- Stuart Douglas
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEJBMetaDataImplIIOP(Class remoteClass, Class homeClass, Class pkClass, boolean session, boolean statelessSession, javax.ejb.HomeHandle home) -
Method Summary
Modifier and TypeMethodDescriptionbooleanjavax.ejb.EJBHomeObtains the home interface of the enterprise Bean.Obtains theClassobject for the enterprise Bean's home interface.Obtains theClassobject for the enterprise Bean's primary key class.Obtains theClassobject for the enterprise Bean's remote interface.inthashCode()booleanTests if the enterprise Bean's type is "session".booleanTests if the enterprise Bean's type is "stateless session".
-
Constructor Details
-
EJBMetaDataImplIIOP
-
-
Method Details
-
getEJBHome
public javax.ejb.EJBHome getEJBHome()Obtains the home interface of the enterprise Bean.- Specified by:
getEJBHomein interfacejavax.ejb.EJBMetaData
-
getHomeInterfaceClass
Obtains theClassobject for the enterprise Bean's home interface.- Specified by:
getHomeInterfaceClassin interfacejavax.ejb.EJBMetaData
-
getRemoteInterfaceClass
Obtains theClassobject for the enterprise Bean's remote interface.- Specified by:
getRemoteInterfaceClassin interfacejavax.ejb.EJBMetaData
-
getPrimaryKeyClass
Obtains theClassobject for the enterprise Bean's primary key class.- Specified by:
getPrimaryKeyClassin interfacejavax.ejb.EJBMetaData
-
isSession
public boolean isSession()Tests if the enterprise Bean's type is "session".- Specified by:
isSessionin interfacejavax.ejb.EJBMetaData- Returns:
- true if the type of the enterprise Bean is session bean.
-
isStatelessSession
public boolean isStatelessSession()Tests if the enterprise Bean's type is "stateless session".- Specified by:
isStatelessSessionin interfacejavax.ejb.EJBMetaData- Returns:
- true if the type of the enterprise Bean is stateless session.
-
equals
-
hashCode
public int hashCode()
-