|
||||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.partition.AbstractPartition
com.ca.jcs.BaseConnector
com.ca.jcs.meta.MetaConnector
com.ca.jcs.jdbc.JDBCMetaConnector
com.ca.jcs.ora.ORAMetaConnector
public class ORAMetaConnector
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.ca.jcs.meta.MetaConnector |
|---|
MetaConnector.SearchFinishedException |
| Field Summary | |
|---|---|
static String |
CONN_ACCOUNT_RESUMABLE
|
static String |
ORA_DRIVER_CLASS
|
| Fields inherited from class com.ca.jcs.jdbc.JDBCMetaConnector |
|---|
CONN_TABLE_SPACE, databaseVendor, vendor, vendorSequenceSyntax |
| Fields inherited from class com.ca.jcs.meta.MetaConnector |
|---|
ALIAS_ACCOUNT_OBJECT, ALIAS_GROUP_OBJECT, CONN_BASE_DN_ATTR, CONN_DESCRIPTION_ATTR, CONN_HOST_ATTR, CONN_LOG_SEVERITY_ATTR, CONN_NAME_ATTR, CONN_PASSWORD_ATTR, CONN_PORT_ATTR, CONN_REMOTE_VERSION_ATTR, CONN_SECURE_ATTR, CONN_URL_ATTR, CONN_USERNAME_ATTR, DYNAMIC_ATTR_INFO_ATTR, READ_ONLY_VALIDATOR, virtualContainers |
| Fields inherited from interface com.ca.jcs.Connector |
|---|
STATE_DELETING |
| Fields inherited from interface org.apache.directory.server.core.partition.Partition |
|---|
ALIAS_ATTRIBUTE, ALIAS_OBJECT |
| Constructor Summary | |
|---|---|
ORAMetaConnector(ConnectorType type,
String name,
Logger log,
ConnectorConfig config)
|
|
| Method Summary | |
|---|---|
void |
activate()
Calls super.activate() which creates and registers the connection manager, as well as notifying this connector instance
of its metadata. |
AttributeStyleOpProcessor |
createAttributeStyleOpProcessor()
|
String[] |
getOracleTablespaces()
|
String |
getOracleVersion()
|
| Methods inherited from class org.apache.directory.server.core.partition.AbstractPartition |
|---|
destroy, doDestroy, getConfiguration, getFactoryConfiguration, getSuffix, hasEntry, init, isInitialized, lookup, modify, sync |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ca.jcs.PartitionOps |
|---|
lookup, modify, sync |
| Methods inherited from interface org.apache.directory.server.core.partition.Partition |
|---|
destroy, getSuffix, hasEntry, init, isInitialized, lookup, modify, sync |
| Field Detail |
|---|
public static final String ORA_DRIVER_CLASS
public static final String CONN_ACCOUNT_RESUMABLE
| Constructor Detail |
|---|
public ORAMetaConnector(ConnectorType type,
String name,
Logger log,
ConnectorConfig config)
| Method Detail |
|---|
public void activate()
throws NamingException
MetaConnectorsuper.activate() which creates and registers the connection manager, as well as notifying this connector instance
of its metadata.
activate in interface Activatableactivate in interface Connectoractivate in class JDBCMetaConnectorNamingExceptionpublic String getOracleVersion()
public String[] getOracleTablespaces()
public AttributeStyleOpProcessor createAttributeStyleOpProcessor()
createAttributeStyleOpProcessor in interface OpProcessorStyleFactorycreateAttributeStyleOpProcessor in class JDBCMetaConnector
|
||||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||