public class PbComponentServiceFactory extends AbstractComponentServiceFactory implements ComponentServiceFactory
| Constructor and Description |
|---|
PbComponentServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
Constructor<?> |
getExecutor(Class<?> interfaceClass) |
<T> T |
getService(String invocationName,
long invocationId,
Endpoint endpoint,
Class<T> interfaceClass) |
void |
setExecutors(Map<Class<?>,Class<?>> executors) |
getCache, getCacheCapacity, getCacheTtlSec, getService, isCacheEnabled, setCacheCapacity, setCacheEnabled, setCacheTtlSecclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServicepublic <T> T getService(String invocationName, long invocationId, Endpoint endpoint, Class<T> interfaceClass)
getService in class AbstractComponentServiceFactorypublic Constructor<?> getExecutor(Class<?> interfaceClass)