org.glite.security.voms.request
Class Event

java.lang.Object
  extended byorg.glite.security.voms.request.Event
Direct Known Subclasses:
AllowEvent, ConfirmEvent, DeleteEvent, DenyEvent, TimeoutEvent

public abstract class Event
extends java.lang.Object

An abstract class representing outside events that could happen to a request.

Author:
Karoly Lorentey

Field Summary
 java.lang.String comment
           
 
Constructor Summary
Event()
          Create a new event without a comment.
Event(java.lang.String comment)
          Create a new event with the given comment.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

comment

public java.lang.String comment
Constructor Detail

Event

public Event(java.lang.String comment)
Create a new event with the given comment.


Event

public Event()
Create a new event without a comment.

Method Detail

toString

public java.lang.String toString()