Package org.jboss.ejb.iiop
Class EJBMetaDataImplIIOP
java.lang.Object
org.jboss.ejb.iiop.EJBMetaDataImplIIOP
- All Implemented Interfaces:
jakarta.ejb.EJBMetaData,Serializable
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, jakarta.ejb.HomeHandle home) -
Method Summary
Modifier and TypeMethodDescriptionbooleanjakarta.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 jakarta.ejb.EJBHome getEJBHome()Obtains the home interface of the enterprise Bean.- Specified by:
getEJBHomein interfacejakarta.ejb.EJBMetaData
-
getHomeInterfaceClass
Obtains theClassobject for the enterprise Bean's home interface.- Specified by:
getHomeInterfaceClassin interfacejakarta.ejb.EJBMetaData
-
getRemoteInterfaceClass
Obtains theClassobject for the enterprise Bean's remote interface.- Specified by:
getRemoteInterfaceClassin interfacejakarta.ejb.EJBMetaData
-
getPrimaryKeyClass
Obtains theClassobject for the enterprise Bean's primary key class.- Specified by:
getPrimaryKeyClassin interfacejakarta.ejb.EJBMetaData
-
isSession
public boolean isSession()Tests if the enterprise Bean's type is "session".- Specified by:
isSessionin interfacejakarta.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 interfacejakarta.ejb.EJBMetaData- Returns:
- true if the type of the enterprise Bean is stateless session.
-
equals
-
hashCode
public int hashCode()
-