Uses of Class
org.jboss.ejb.client.EJBClientConnection
-
Packages that use EJBClientConnection Package Description org.jboss.ejb.client -
-
Uses of EJBClientConnection in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBClientConnection Modifier and Type Method Description EJBClientConnectionEJBClientConnection.Builder. build()Build a newEJBClientConnectioninstance based on the current contents of this builder.Methods in org.jboss.ejb.client that return types with arguments of type EJBClientConnection Modifier and Type Method Description List<EJBClientConnection>EJBClientContext. getConfiguredConnections()Get the pre-configured connections for this context.Methods in org.jboss.ejb.client with parameters of type EJBClientConnection Modifier and Type Method Description EJBClientContext.BuilderEJBClientContext.Builder. addClientConnection(EJBClientConnection connection)
-