JBoss EJB client 1.0.5.Final

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

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

Uses of EJBClientContext in org.jboss.ejb.client
 

Methods in org.jboss.ejb.client that return EJBClientContext
static EJBClientContext EJBClientContext.create()
          Creates and returns a new client context.
static EJBClientContext EJBClientContext.create(ClassLoader classLoader)
          Creates and returns a new client context, using the given class loader to look for initializers.
static EJBClientContext EJBClientContext.create(EJBClientConfiguration ejbClientConfiguration)
          Creates and returns a new client context.
static EJBClientContext EJBClientContext.create(EJBClientConfiguration ejbClientConfiguration, ClassLoader classLoader)
          Creates and returns a new client context, using the given class loader to look for initializers.
 EJBClientContext EJBReceiverContext.getClientContext()
           
 EJBClientContext EJBClientInvocationContext.getClientContext()
          Get the EJB client context associated with this invocation.
static EJBClientContext EJBClientContext.getCurrent()
          Get the current client context for this thread.
 EJBClientContext ClusterContext.getEJBClientContext()
           
static EJBClientContext EJBClientContext.requireCurrent()
          Get the current client context for this thread, throwing an exception if none is set.
 

Methods in org.jboss.ejb.client that return types with arguments of type EJBClientContext
static ContextSelector<EJBClientContext> EJBClientContext.setConstantContext(EJBClientContext context)
          Set a constant EJB client context.
static ContextSelector<EJBClientContext> EJBClientContext.setSelector(ContextSelector<EJBClientContext> newSelector)
          Sets the EJB client context selector.
 

Methods in org.jboss.ejb.client with parameters of type EJBClientContext
 void EJBClientContextInitializer.initialize(EJBClientContext context)
          Initialize a new client context.
 void DefaultInterceptorsClientContextInitializer.initialize(EJBClientContext context)
           
static ContextSelector<EJBClientContext> EJBClientContext.setConstantContext(EJBClientContext context)
          Set a constant EJB client context.
 

Method parameters in org.jboss.ejb.client with type arguments of type EJBClientContext
static ContextSelector<EJBClientContext> EJBClientContext.setSelector(ContextSelector<EJBClientContext> newSelector)
          Sets the EJB client context selector.
 

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

Methods in org.jboss.ejb.client.remoting that return EJBClientContext
 EJBClientContext ConfigBasedEJBClientContextSelector.getCurrent()
           
 


JBoss EJB client 1.0.5.Final

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