T
- the remote interface typeH
- the home interface typepublic final class StatefulEJBMetaData<T extends EJBObject,H extends EJBHome> extends AbstractEJBMetaData<T,H>
Constructor and Description |
---|
StatefulEJBMetaData(Class<T> remoteInterfaceClass,
EJBHomeLocator<H> homeLocator)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
static <T extends EJBObject,H extends EJBHome> |
create(Class<T> remoteInterfaceClass,
EJBHomeLocator<H> homeLocator)
Construct a new instance.
|
getEJBHome, getHomeInterfaceClass, getHomeLocator, getPrimaryKeyClass, getRemoteInterfaceClass, isSession, isStatelessSession
public StatefulEJBMetaData(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator)
remoteInterfaceClass
- the remote interface classhomeLocator
- the EJB home locatorpublic static <T extends EJBObject,H extends EJBHome> StatefulEJBMetaData<T,H> create(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator)
T
- the remote interface typeH
- the home interface typeremoteInterfaceClass
- the remote interface class (must not be null
)homeLocator
- the EJB home locator (must not be null
)null
)Copyright © 2017 JBoss by Red Hat. All rights reserved.