public class JavaComponentServiceFactory extends AbstractComponentServiceFactory implements ComponentServiceFactory
Constructor and Description |
---|
JavaComponentServiceFactory() |
Modifier and Type | Method and Description |
---|---|
<T> T |
getService(String invocationName,
long invocationId,
Endpoint endpoint,
Class<T> interfaceClass) |
getCache, getCacheCapacity, getCacheTtlSec, getService, isCacheEnabled, setCacheCapacity, setCacheEnabled, setCacheTtlSec
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getService
public <T> T getService(String invocationName, long invocationId, Endpoint endpoint, Class<T> interfaceClass)
getService
in class AbstractComponentServiceFactory