|
jBPM :: Distribution 6.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientServiceFactory
Generic service factory used for remote look ups that are usually container specific.
Method Summary | ||
---|---|---|
String |
getName()
Returns unique name of given factory implementation |
|
|
getService(String application,
Class<T> serviceInterface)
Returns remote view of given service interface from selected application |
Method Detail |
---|
String getName()
<T> T getService(String application, Class<T> serviceInterface) throws NamingException
application
- application identifier on the containerserviceInterface
- remote service interface to be found
NamingException
|
jBPM :: Distribution 6.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |