Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.client.remoting |
Modifier and Type | Method and Description |
---|---|
static <T> StatefulEJBLocator<T> |
EJBClient.createSession(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName)
Create a new EJB session.
|
static <T> StatefulEJBLocator<T> |
EJBClient.createSession(EJBClientContextIdentifier ejbClientContextIdentifier,
Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName)
Create a new EJB session.
|
protected abstract <T> StatefulEJBLocator<T> |
EJBReceiver.openSession(EJBReceiverContext context,
Class<T> viewType,
String appName,
String moduleName,
String distinctName,
String beanName)
Creates a session for a stateful session bean represented by the passed app name, module name, distinct name
and bean name combination.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StatefulEJBLocator.equals(StatefulEJBLocator<?> other)
Determine whether this object is equal to another.
|
Modifier and Type | Method and Description |
---|---|
protected <T> StatefulEJBLocator<T> |
RemotingConnectionEJBReceiver.openSession(EJBReceiverContext receiverContext,
Class<T> viewType,
String appName,
String moduleName,
String distinctName,
String beanName) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.