|
|||||||||||
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.idml.OpenIdMLFC
public class OpenIdMLFC
This IdML Component creates an IdML book and opens it for writing. It supports both in-memory books (kept in memory, while new data is accumulated to them) and ones that are directly stored to a file. The created IdML can be either delta or refresh one.
Field Summary |
---|
Fields inherited from class com.ibm.di.fc.Function |
---|
logger |
Constructor Summary | |
---|---|
OpenIdMLFC()
|
Method Summary | |
---|---|
String |
checkDbConnection()
Checks if with the currently configured IT registry properties, a connection to the IT registry can be established. |
String |
getCdmVersion()
Returns the version of the CDM that this Connector is using. |
String |
getDbUsername()
This method returns the username for connecting to the IT registry used by the Connector. |
String |
getJdbcDriver()
This method returns the JDBC Driver used by the Connector. |
String |
getJdbcUrl()
This method returns the JDBC Url used by the Connector. |
String |
getVersion()
Version information. |
void |
initialize(Object object)
This method is/should be called once after the object has been given its configuration |
Object |
perform(Object obj)
The FC check if the book it is configured to use is not existent or not opened yet. |
Object |
querySchema(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 OpenIdMLFC()
Method Detail |
---|
public void initialize(Object object) throws Exception
initialize
in interface FunctionInterface
initialize
in class Function
object
- this object provides information to the Function Component
needed on initialization
Exception
- An exception is thrown if the initialization fails.public Object perform(Object obj) throws Exception
obj
- the work entry passed to the FC.
Exception
- if a problem occurs.public void terminate() throws Exception
terminate
in interface FunctionInterface
terminate
in class Function
Exception
- an exception is thrown if this method failspublic String getVersion()
public String getJdbcUrl()
public String getJdbcDriver()
public String getDbUsername()
public Object querySchema(Object input) throws Exception
querySchema
in interface FunctionInterface
querySchema
in class Function
input
- entry object
if
- a problem occurs.
Exception
Entry
,
Vector
public String checkDbConnection()
IOException
- if a problem occurs.public String getCdmVersion() throws Exception
Exception
- if a problem occurs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |