|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.voms.request.Request.ChronicleEntry
A simple class describing entries in the chronicle.
Field Summary | |
private long |
client
The id of the client who caused this entry. |
private java.lang.String |
comment
An optional textual comment given by the initiator of the change. |
private java.lang.String |
description
A description of what happened, given by the service implementation. |
private java.util.Date |
timestamp
The time when the entry was created. |
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 |
Field Detail |
private java.util.Date timestamp
private long client
private java.lang.String description
private java.lang.String comment
Constructor Detail |
public Request.ChronicleEntry(java.lang.String description, java.lang.String comment) throws GeneralDatabaseException
public Request.ChronicleEntry(java.lang.String description) throws GeneralDatabaseException
Method Detail |
public java.util.Date getTimestamp()
public long getClientId()
public DBAdmin getClient() throws GeneralDatabaseException
GeneralDatabaseException
public java.lang.String getDescription()
public java.lang.String getComment()
public SOAPChronicleEntry getSOAPChronicleEntry() throws GeneralDatabaseException
GeneralDatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |