org.glite.security.voms.request
Class Request.ChronicleEntry

java.lang.Object
  extended byorg.glite.security.voms.request.Request.ChronicleEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Request

public static class Request.ChronicleEntry
extends java.lang.Object
implements java.io.Serializable

A simple class describing entries in the chronicle.

See Also:
Serialized Form

Constructor Summary
Request.ChronicleEntry(java.lang.String description)
           
Request.ChronicleEntry(java.lang.String description, java.lang.String comment)
          Create a new instance with the given values.
 
Method Summary
 DBAdmin getClient()
          Return the client of this entry.
 long getClientId()
          Return the id of the client of this entry.
 java.lang.String getComment()
          Return the client's comment about this entry.
 java.lang.String getDescription()
          Return the description of this entry.
 SOAPChronicleEntry getSOAPChronicleEntry()
           
 java.util.Date getTimestamp()
          Return the timestamp of this entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Request.ChronicleEntry

public Request.ChronicleEntry(java.lang.String description,
                              java.lang.String comment)
                       throws GeneralDatabaseException
Create a new instance with the given values.


Request.ChronicleEntry

public Request.ChronicleEntry(java.lang.String description)
                       throws GeneralDatabaseException
Method Detail

getTimestamp

public java.util.Date getTimestamp()
Return the timestamp of this entry.


getClientId

public long getClientId()
Return the id of the client of this entry.


getClient

public DBAdmin getClient()
                  throws GeneralDatabaseException
Return the client of this entry.

Throws:
GeneralDatabaseException

getDescription

public java.lang.String getDescription()
Return the description of this entry.


getComment

public java.lang.String getComment()
Return the client's comment about this entry.


getSOAPChronicleEntry

public SOAPChronicleEntry getSOAPChronicleEntry()
                                         throws GeneralDatabaseException
Throws:
GeneralDatabaseException