org.edg.security.voms.request
Class TimeoutEvent

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

public class TimeoutEvent
extends Event

An event for timeouts. This event is generated by the VOMS service if an incomplete request does not change its state for more than a preconfigured amount of time. The event usually pushes the request to Request.TimedOutState (or equivalent).

Version:
$Name: v0_7_0 $
Author:
Karoly Lorentey

Field Summary
 
Fields inherited from class org.edg.security.voms.request.Event
comment
 
Constructor Summary
TimeoutEvent()
           
TimeoutEvent(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

TimeoutEvent

public TimeoutEvent(java.lang.String comment)

TimeoutEvent

public TimeoutEvent()
Method Detail

toString

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