Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKLogDefFed

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKLogDefFed
All Implemented Interfaces:
java.io.Serializable

public class DKLogDefFed
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

DKLogDefFed

public DKLogDefFed()

DKLogDefFed

public DKLogDefFed(java.lang.String entry)
Construct a DKLogDefFed object initialized to the input data and current time.

DKLogDefFed

public DKLogDefFed(dkDatastore ds)
            throws java.lang.Exception,
                   DKException
Constructs a new DKLogDefFed class with owner datastore object
Parameters:
ds - reference to owner datastore object
Method Detail

setDatastore

public void setDatastore(dkDatastore ds)
                  throws java.lang.Exception,
                         DKException
Sets the reference to the owner datastore object

getDatastore

public dkDatastore getDatastore()
Gets the reference to the owner datastore object
Returns:
the dkDatastore object

add

public void add()
         throws DKException,
                java.lang.Exception
Adds this log entry to become a persistent part in the federated database

del

public void del()
         throws DKException,
                java.lang.Exception
Removes this log entry from the persistent federated database

getLogTime

public DKTimestamp getLogTime()
Get the Timestamp of the log entry.

setLogTime

public void setLogTime(DKTimestamp time)
Set the Timestamp of the log entry.

getLogEntry

public java.lang.String getLogEntry()
Get the log entry.

setLogEntry

public void setLogEntry(java.lang.String entry)
Set the log entry.

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.