Uses of Interface
org.jbpm.services.ejb.client.ClientServiceFactory
-
Packages that use ClientServiceFactory Package Description org.jbpm.services.ejb.client org.jbpm.services.ejb.client.impl -
-
Uses of ClientServiceFactory in org.jbpm.services.ejb.client
Methods in org.jbpm.services.ejb.client that return ClientServiceFactory Modifier and Type Method Description static ClientServiceFactoryServiceFactoryProvider. getProvider(String name) -
Uses of ClientServiceFactory in org.jbpm.services.ejb.client.impl
Classes in org.jbpm.services.ejb.client.impl that implement ClientServiceFactory Modifier and Type Class Description classJBossEJBClientServiceFactoryJBoss specific (AS 7 / EAP6 / WildFly 8) implementation ofClientServiceFactorythat is responsible for remote EJB look up.
-