Uses of Class
org.jboss.ejb.client.EJBClientCluster
-
Packages that use EJBClientCluster Package Description org.jboss.ejb.client -
-
Uses of EJBClientCluster in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBClientCluster Modifier and Type Method Description EJBClientClusterEJBClientCluster.Builder. build()Build a newEJBClientClusterinstance based on the current contents of this builder.Methods in org.jboss.ejb.client that return types with arguments of type EJBClientCluster Modifier and Type Method Description Collection<EJBClientCluster>EJBClientContext. getInitialConfiguredClusters()Get the initially configured clusters for this context.Methods in org.jboss.ejb.client with parameters of type EJBClientCluster Modifier and Type Method Description EJBClientContext.BuilderEJBClientContext.Builder. addClientCluster(EJBClientCluster cluster)
-