public class CoreProcessorObjectFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static CoreProcessorObjectFactory |
instance
Singleton instance of the Object factory
|
| Constructor and Description |
|---|
CoreProcessorObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getProxyObject(java.lang.Class<T> clientInterface,
java.lang.reflect.InvocationHandler handler)
TODO Describe this method
|
<T> T |
getProxyObject(java.lang.Class<T> clientInterface,
Processor objectAdapter,
java.lang.Object subjectObject,
java.lang.Class componentType)
TODO Describe this method
|
public static final CoreProcessorObjectFactory instance
public <T> T getProxyObject(java.lang.Class<T> clientInterface,
java.lang.reflect.InvocationHandler handler)
T - clientInterface - handler - public <T> T getProxyObject(java.lang.Class<T> clientInterface,
Processor objectAdapter,
java.lang.Object subjectObject,
java.lang.Class componentType)
T - clientInterface - objectAdapter - subjectObject - Copyright © 2018 TIBCO Software Inc. All Rights Reserved.