com.ca.jcs.processor
Class ProxyChainEntry
java.lang.Object
com.ca.jcs.processor.ProxyChainEntry
public class ProxyChainEntry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proxyHandler
public final ConnectorProcessorProxyHandler proxyHandler
- Handler that wraps method calls on its target op processor.
opProcessor
public final AttributeStyleOpProcessor opProcessor
- Proxy op processor which will cause proxyHandler to be invoked when calls are
made on it.
ProxyChainEntry
public ProxyChainEntry(ConnectorProcessorProxyHandler proxyHandler,
AttributeStyleOpProcessor opProcessor)
Created 2011-07-14 13:27 EST