JBoss EJB client 1.0.5.Final

Uses of Interface
org.jboss.ejb.client.EJBClientConfiguration

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

Uses of EJBClientConfiguration in org.jboss.ejb.client
 

Classes in org.jboss.ejb.client that implement EJBClientConfiguration
 class PropertiesBasedEJBClientConfiguration
          A EJBClientConfiguration which is configured through Properties.
 

Methods in org.jboss.ejb.client that return EJBClientConfiguration
 EJBClientConfiguration EJBClientContext.getEJBClientConfiguration()
          Returns the EJBClientConfiguration applicable to this EJB client context.
 

Methods in org.jboss.ejb.client with parameters of type EJBClientConfiguration
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.
 

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

Constructors in org.jboss.ejb.client.remoting with parameters of type EJBClientConfiguration
ConfigBasedEJBClientContextSelector(EJBClientConfiguration ejbClientConfiguration)
          Creates a ConfigBasedEJBClientContextSelector using the passed ejbClientConfiguration.
 


JBoss EJB client 1.0.5.Final

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