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, 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
public Constructor<?> getExecutor(Class<?> interfaceClass)