public class JavaComponentServiceFactory extends AbstractComponentServiceFactory
| 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, setCacheTtlSecpublic <T> T getService(String invocationName, long invocationId, Endpoint endpoint, Class<T> interfaceClass)
getService in class AbstractComponentServiceFactory