Package com.ca.jcs.stub

This package contains support for stub connector classes needed for connectors implemented entirely using scripting.

See:
          Description

Class Summary
StubAttributeStyleOpProcessor This stub attribute-style processor comes in useful when writing 100% method-style or scripting-style connectors, as opbindings can only be triggered by interposing them in front of an AttributeStyleOpProcessor.
StubDirectAssocAttributeStyleOpProcessor This stub attribute-style processor comes in useful when writing 100% method-style or scripting-style connectors, as opbindings can only be triggered by interposing them in front of an AttributeStyleOpProcessor.
StubMetaConnectionFactory Sample 'dummy' connection factory used by the sample connection pooling class Shows connection factory interface $Id: StubMetaConnectionFactory.java 42493 2009-05-11 06:00:12Z hopno02 $
StubMetaConnectionPool Sample 'dummy' stub connection pooling class Shows how to write custom connection pooling class invokable via 'connectionManagerClass' property in connector.xml.
StubMetaConnector Stub metaconnector useful in method-style and scripting-style opbindings demonstrations.
StubMetaConnectorConfig Allows some behavioural values normally hard-wired in each connector implementation to be set via Spring XML, because the nature of StubMetaConnector is that it used as a place holder for scripting connectors etc and consequently needs to be more configurable.
 

Package com.ca.jcs.stub Description

This package contains support for stub connector classes needed for connectors implemented entirely using scripting. Such connectors still need to reference valid class names in their /conf/connector.xml files, but methods on these stub classes should not end up being executed as OpBinding definitions will wrap them causing scripts to be run instead.

$Id: package.html 47098 2010-01-22 01:36:37Z khaam03 $



Created 2011-07-14 13:27 EST