|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.request.Event
org.glite.security.voms.request.DeleteEvent
An event for deleting requests. This event is generated by the requester or
a VO administrator initiating the deletion of the request. Its only
parameter is the textual comment that was given by the administrator. The
event usually pushes the request to Request.DeletedState
. The
request will then be deleted from the database on the next run of the expire
daemon.
Field Summary |
Fields inherited from class org.glite.security.voms.request.Event |
comment |
Constructor Summary | |
DeleteEvent(java.lang.String comment)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DeleteEvent(java.lang.String comment)
Method Detail |
public java.lang.String toString()
toString
in class Event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |