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 ClientServiceFactory
ServiceFactoryProvider. 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 class
JBossEJBClientServiceFactory
JBoss specific (AS 7 / EAP6 / WildFly 8) implementation ofClientServiceFactory
that is responsible for remote EJB look up.
-