public class EJBMetaDataImplIIOP extends Object implements javax.ejb.EJBMetaData, Serializable
EJBMetaData implementation used in remote IIOP invocations.| Constructor and Description |
|---|
EJBMetaDataImplIIOP(Class remoteClass,
Class homeClass,
Class pkClass,
boolean session,
boolean statelessSession,
javax.ejb.HomeHandle home) |
| Modifier and Type | Method and Description |
|---|---|
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".
|
public javax.ejb.EJBHome getEJBHome()
getEJBHome in interface javax.ejb.EJBMetaDatapublic Class getHomeInterfaceClass()
Class object for the enterprise Bean's home
interface.getHomeInterfaceClass in interface javax.ejb.EJBMetaDatapublic Class getRemoteInterfaceClass()
Class object for the enterprise Bean's remote
interface.getRemoteInterfaceClass in interface javax.ejb.EJBMetaDatapublic Class getPrimaryKeyClass()
Class object for the enterprise Bean's primary
key class.getPrimaryKeyClass in interface javax.ejb.EJBMetaDatapublic boolean isSession()
isSession in interface javax.ejb.EJBMetaDatapublic boolean isStatelessSession()
isStatelessSession in interface javax.ejb.EJBMetaDataCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.