JBoss EJB client 1.0.5.Final

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

Packages that use EJBLocator
org.jboss.ejb.client   
 

Uses of EJBLocator in org.jboss.ejb.client
 

Subclasses of EJBLocator in org.jboss.ejb.client
 class EJBHomeLocator<T extends EJBHome>
          A locator for an EJB's home interface.
 class EntityEJBLocator<T extends EJBObject>
          A locator for an entity EJB.
 class StatefulEJBLocator<T>
          A locator for a stateful session EJB.
 class StatelessEJBLocator<T>
          A locator for a stateless session EJB.
 

Methods in org.jboss.ejb.client that return EJBLocator
 EJBLocator<T> EJBHandle.getLocator()
           
 EJBLocator<?> EJBClientInvocationContext.getLocator()
          Get the locator for the invocation target.
 EJBLocator<?> SerializedEJBInvocationHandler.getLocator()
          Get the invocation locator.
static
<T> EJBLocator<? extends T>
EJBClient.getLocatorFor(T proxy)
          Get the locator for a proxy, if it has one.
 

Methods in org.jboss.ejb.client with parameters of type EJBLocator
static
<T> T
EJBClient.createProxy(EJBLocator<T> locator)
          Create a new proxy for the remote object identified by the given locator.
 boolean StatelessEJBLocator.equals(EJBLocator<?> other)
          Determine whether this object is equal to another.
 boolean EntityEJBLocator.equals(EJBLocator<?> other)
          Determine whether this object is equal to another.
 boolean EJBHomeLocator.equals(EJBLocator<?> other)
          Determine whether this object is equal to another.
 boolean EJBLocator.equals(EJBLocator<?> other)
          Determine whether this object is equal to another.
 boolean StatefulEJBLocator.equals(EJBLocator<?> other)
          Determine whether this object is equal to another.
 void SerializedEJBInvocationHandler.setLocator(EJBLocator<?> locator)
          Set the invocation locator.
 

Constructors in org.jboss.ejb.client with parameters of type EJBLocator
EJBHandle(EJBLocator<T> locator)
          Construct a new instance.
SerializedEJBInvocationHandler(EJBLocator<?> locator)
          Construct a new instance.
 


JBoss EJB client 1.0.5.Final

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