|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKLogDefFed
Constructor Summary | |
DKLogDefFed()
|
|
DKLogDefFed(dkDatastore ds)
Constructs a new DKLogDefFed class with owner datastore object |
|
DKLogDefFed(java.lang.String entry)
Construct a DKLogDefFed object initialized to the input data and current time. |
Method Summary | |
void |
add()
Adds this log entry to become a persistent part in the federated database |
void |
del()
Removes this log entry from the persistent federated database |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String |
getLogEntry()
Get the log entry. |
DKTimestamp |
getLogTime()
Get the Timestamp of the log entry. |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setLogEntry(java.lang.String entry)
Set the log entry. |
void |
setLogTime(DKTimestamp time)
Set the Timestamp of the log entry. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKLogDefFed()
public DKLogDefFed(java.lang.String entry)
public DKLogDefFed(dkDatastore ds) throws java.lang.Exception, DKException
ds
- reference to owner datastore objectMethod Detail |
public void setDatastore(dkDatastore ds) throws java.lang.Exception, DKException
public dkDatastore getDatastore()
public void add() throws DKException, java.lang.Exception
public void del() throws DKException, java.lang.Exception
public DKTimestamp getLogTime()
public void setLogTime(DKTimestamp time)
public java.lang.String getLogEntry()
public void setLogEntry(java.lang.String entry)
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |