|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.request.Request.ChronicleEntry
A simple class describing entries in the chronicle.
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 |
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 |