com.ca.jcs.processor
Class ProxyChainEntry

java.lang.Object
  extended by com.ca.jcs.processor.ProxyChainEntry

public class ProxyChainEntry
extends Object


Field Summary
 AttributeStyleOpProcessor opProcessor
          Proxy op processor which will cause proxyHandler to be invoked when calls are made on it.
 ConnectorProcessorProxyHandler proxyHandler
          Handler that wraps method calls on its target op processor.
 
Constructor Summary
ProxyChainEntry(ConnectorProcessorProxyHandler proxyHandler, AttributeStyleOpProcessor opProcessor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

ProxyChainEntry

public ProxyChainEntry(ConnectorProcessorProxyHandler proxyHandler,
                       AttributeStyleOpProcessor opProcessor)


Created 2011-07-14 13:27 EST