|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.Connector
com.ibm.di.connector.DominoConnector
com.ibm.di.connector.DominoAdminPConnector
public class DominoAdminPConnector
This connector is used for sending Administration Process requests to a Domino server.
Field Summary | |
---|---|
protected static java.lang.String |
myName
The string name of the Component. |
Fields inherited from class com.ibm.di.connector.DominoConnector |
---|
selection |
Fields inherited from class com.ibm.di.connector.Connector |
---|
ALL_MODES, myLog, PROPERTY_MESSAGE, PROPERTY_READER, PROPERTY_WRITER |
Constructor Summary | |
---|---|
DominoAdminPConnector()
Constructor for the DominoAdminPConnector object |
Method Summary | |||||||||
---|---|---|---|---|---|---|---|---|---|
protected void |
inner_initialize(java.lang.Object o)
This is an internal method used during connector's initialization. |
||||||||
java.lang.Object |
querySchema(java.lang.Object source)
This function translates to whatever means a connector has to discover schema for a connection. The connector may implement this, in which case a Vector of Entry objects is returned for each column/attribute it discovered. For a database connector this would typically be column names and their attributes. Each Entry in the Vector returned should contain the following attributes:
|
Methods inherited from class com.ibm.di.connector.DominoConnector |
---|
addValue, buildEntry, deleteEntry, findEntry, getDominoDatabase, getDominoSession, getDominoView, getNextEntry, getVersion, initialize, initLocalThread, inner_findEntry, isConvertable, modDocument, modEntry, modEntry, putEntry, queryDatabases, queryViews, run, selectEntries, setCurrent, terminate, termLocalThread |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.di.connector.ConnectorInterface |
---|
getConfiguration, getContext, getFindEntryCount, getFirstFindEntry, getMaxDuplicateEntries, getName, getNextClient, getNextFindEntry, getParam, getPushbackEntry, getRawConnectorConfiguration, isDeltaSupported, isExceptionFatal, isIOException, pushback, queryOperations, queryReply, reconnect, registerScriptBeans, replyEntry, setConfiguration, setContext, setLog, setMaxDuplicateEntries, setName, setParam, setRSInterface, terminateServer |
Field Detail |
---|
protected static final java.lang.String myName
Constructor Detail |
---|
public DominoAdminPConnector()
Method Detail |
---|
protected void inner_initialize(java.lang.Object o) throws java.lang.Exception
inner_initialize
in class DominoConnector
o
- ignored
java.lang.Exception
- An exception is thrown if this method fails.public java.lang.Object querySchema(java.lang.Object source) throws java.lang.Exception
Each Entry in the Vector returned should contain the following attributes:
Name | Value |
---|---|
name | The name of the column/attribute/field .... |
syntax | The syntax or expected value type |
size | If specified this will give the user a hint as to how long the field may be |
querySchema
in interface ConnectorInterface
querySchema
in class Connector
source
- The object on which to discover schema. This may be an Entry
or a string value
java.lang.Exception
- if an error while retrieving the schema occurs.Entry
,
Vector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |