public interface ClientServiceFactory
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns unique name of given factory implementation
|
<T> T |
getService(String application,
Class<T> serviceInterface)
Returns remote view of given service interface from selected application
|
String getName()
<T> T getService(String application, Class<T> serviceInterface) throws NamingException
application
- application identifier on the containerserviceInterface
- remote service interface to be foundNamingException
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.