|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.fc.Function
com.ibm.di.fc.itregistry.InitITRegistryFC
public class InitITRegistryFC
This Component initializes a connection to the IT registry and registers a
Management Software System(MSS) in the IT registry database. It also returns
the GUID with which MSS has got registered wrapped as a
ConfigurationItemId, thus preventing the user to see its content, but
allowing its usage by the other IT registry Components.
| Field Summary |
|---|
| Fields inherited from class com.ibm.di.fc.Function |
|---|
logger |
| Constructor Summary | |
|---|---|
InitITRegistryFC()
|
|
| Method Summary | |
|---|---|
java.lang.String |
checkDbConnection()
Checks if with the currently configured properties, a connection to the IT registry database can be established. |
java.lang.String |
getCdmVersion()
Returns the version of the CDM that this component is using. |
java.lang.String |
getDbUsername()
This method returns the username for connecting to the UT registry database used by the Connector. |
java.lang.String |
getJdbcDriver()
This method returns the JDBC Driver used by the Connector. |
java.lang.String |
getJdbcUrl()
This method returns the JDBC Url used by the Connector. |
java.lang.String |
getVersion()
Version information. |
void |
initialize(java.lang.Object obj)
Called once to initialize the Function Component. |
java.lang.Object |
perform(java.lang.Object obj)
The FC receives the information about MSS data either from the configuration panel or from its Output Map and registers the MSS in the IT registry. |
java.lang.Object |
querySchema(java.lang.Object input)
This method displays the attributes belonging to the MSS class. |
void |
terminate()
This method frees any resources allocated by the Component. |
| Methods inherited from class com.ibm.di.fc.Function |
|---|
debug, getConfiguration, getContext, getDebug, getLog, getParam, getRSInterface, getUI, initialize, logmsg, setConfiguration, setContext, setDebug, setLog, setParam, setRSInterface, updateSchema, verifyInitialized |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitITRegistryFC()
| Method Detail |
|---|
public void initialize(java.lang.Object obj)
throws java.lang.Exception
initialize in interface FunctionInterfaceinitialize in class Functionobj - ignored.
java.lang.Exception - if an error occurs.
public java.lang.Object perform(java.lang.Object obj)
throws java.lang.Exception
obj - the work entry passed to the FC.
java.lang.Exception - if a problem occurs.public java.lang.String getJdbcUrl()
public java.lang.String getJdbcDriver()
public java.lang.String getDbUsername()
public java.lang.Object querySchema(java.lang.Object input)
throws java.lang.Exception
querySchema in interface FunctionInterfacequerySchema in class Functioninput - entry object
java.lang.Exception - if a problem occurs.Entry,
Vectorpublic java.lang.String getVersion()
public void terminate()
throws java.lang.Exception
terminate in interface FunctionInterfaceterminate in class Functionjava.lang.Exception - an exception is thrown if this method failspublic java.lang.String checkDbConnection()
public java.lang.String getCdmVersion()
throws java.lang.Exception
java.lang.Exception - if a problem occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||