JBoss EJB client 1.0.3.Final

Uses of Class
org.jboss.ejb.client.StatefulEJBLocator

Packages that use StatefulEJBLocator
org.jboss.ejb.client   
org.jboss.ejb.client.remoting   
 

Uses of StatefulEJBLocator in org.jboss.ejb.client
 

Methods in org.jboss.ejb.client that return StatefulEJBLocator
static
<T> StatefulEJBLocator<T>
EJBClient.createSession(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.
 

Methods in org.jboss.ejb.client with parameters of type StatefulEJBLocator
 boolean StatefulEJBLocator.equals(StatefulEJBLocator<?> other)
          Determine whether this object is equal to another.
 

Uses of StatefulEJBLocator in org.jboss.ejb.client.remoting
 

Methods in org.jboss.ejb.client.remoting that return StatefulEJBLocator
protected
<T> StatefulEJBLocator<T>
RemotingConnectionEJBReceiver.openSession(EJBReceiverContext receiverContext, Class<T> viewType, String appName, String moduleName, String distinctName, String beanName)
           
 


JBoss EJB client 1.0.3.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.