|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectorFactory | |
|---|---|
| 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.meta | Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. |
| Uses of ConnectorFactory in com.ca.jcs |
|---|
| Methods in com.ca.jcs that return ConnectorFactory | |
|---|---|
ConnectorFactory |
DefaultConnectorManager.getConnectorFactory()
|
ConnectorFactory |
ConnectorType.getConnectorFactory()
Return connector factory that created this connector type. |
ConnectorFactory |
ConnectorManager.getConnectorFactory()
|
| Methods in com.ca.jcs with parameters of type ConnectorFactory | |
|---|---|
void |
DefaultConnectorManager.setConnectorFactory(ConnectorFactory factory)
|
void |
ConnectorType.setConnectorFactory(ConnectorFactory connectorFactory)
|
void |
ConnectorManager.setConnectorFactory(ConnectorFactory connFact)
|
| Uses of ConnectorFactory in com.ca.jcs.meta |
|---|
| Classes in com.ca.jcs.meta that implement ConnectorFactory | |
|---|---|
class |
MetaConnectorFactory
Factory driven by metadata contained in attributes of ConnectorType objects (aka Endpoint Type, formerly Namespace). |
| Methods in com.ca.jcs.meta with parameters of type ConnectorFactory | |
|---|---|
void |
MetaConnectorType.setConnectorFactory(ConnectorFactory connectorFactory)
Set a new factory refreshing any cached values that may be impacted, such as validatorManager and converterManager. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||