Uses of Class
com.ca.jcs.processor.OpProcessor.MethodName

Packages that use OpProcessor.MethodName
com.ca.jcs Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. 
com.ca.jcs.processor Contains components implementing processing of LDAP operations like add() / modify() search etc, where three styles are supported: attribute-style, method-style and script-style. 
com.ca.jcs.stub This package contains support for stub connector classes needed for connectors implemented entirely using scripting. 
 

Uses of OpProcessor.MethodName in com.ca.jcs
 

Methods in com.ca.jcs that return types with arguments of type OpProcessor.MethodName
 HashSet<OpProcessor.MethodName> BaseConnector.getAutoDirectAssocExlusions()
          Used by connectors for which BaseConnector.isAutoDirectAssocRequired() returns true, where updates of associations after Delete / Rename or other operations are not required due to clean-up performed by the native system or because of special processing needs.
 

Uses of OpProcessor.MethodName in com.ca.jcs.processor
 

Methods in com.ca.jcs.processor that return OpProcessor.MethodName
static OpProcessor.MethodName OpProcessor.MethodName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OpProcessor.MethodName[] OpProcessor.MethodName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of OpProcessor.MethodName in com.ca.jcs.stub
 

Methods in com.ca.jcs.stub that return types with arguments of type OpProcessor.MethodName
 HashSet<OpProcessor.MethodName> StubMetaConnectorConfig.getAutoDirectAssocExlusions()
           
 HashSet<OpProcessor.MethodName> StubMetaConnector.getAutoDirectAssocExlusions()
           
 

Method parameters in com.ca.jcs.stub with type arguments of type OpProcessor.MethodName
 void StubMetaConnectorConfig.setAutoDirectAssocExlusions(HashSet<OpProcessor.MethodName> autoDirectAssocExlusions)
          Passed through to stub connector's BaseConnector.getAutoDirectAssocExlusions()
 



Created 2011-07-14 13:27 EST