org.edg.security.voms.request
Class DeleteEvent

java.lang.Object
  |
  +--org.edg.security.voms.request.Event
        |
        +--org.edg.security.voms.request.DeleteEvent

public class DeleteEvent
extends Event

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.

Version:
$Name: v0_7_0 $
Author:
Karoly Lorentey

Field Summary
 
Fields inherited from class org.edg.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

DeleteEvent

public DeleteEvent(java.lang.String comment)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Event