org.glite.lb
Class EventCREAMStore

java.lang.Object
  extended by org.glite.lb.Event
      extended by org.glite.lb.EventCREAMStore

public class EventCREAMStore
extends Event


Nested Class Summary
static class EventCREAMStore.Command
           
static class EventCREAMStore.Result
           
 
Constructor Summary
EventCREAMStore()
           
 
Method Summary
 java.lang.String getCmdid()
           
 EventCREAMStore.Command getCommand()
           
 java.lang.String getEventType()
          When implemented, this method returns name of event type.
 java.lang.String getReason()
           
 EventCREAMStore.Result getResult()
           
 void setCmdid(java.lang.String val)
           
 void setCommand(EventCREAMStore.Command val)
           
 void setReason(java.lang.String val)
           
 void setResult(EventCREAMStore.Result val)
           
 java.lang.String ulm()
          When implemented, this method returns string which is specific for each event.
 
Methods inherited from class org.glite.lb.Event
getArrived, getHost, getJobId, getLevel, getPriority, getSeqcode, getSource, getSrcInstance, getTimestamp, getUser, setArrived, setHost, setJobId, setLevel, setPriority, setSeqcode, setSource, setSrcInstance, setTimestamp, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventCREAMStore

public EventCREAMStore()
Method Detail

getEventType

public java.lang.String getEventType()
Description copied from class: Event
When implemented, this method returns name of event type.

Specified by:
getEventType in class Event
Returns:
name of event

getCommand

public EventCREAMStore.Command getCommand()

setCommand

public void setCommand(EventCREAMStore.Command val)

getCmdid

public java.lang.String getCmdid()

setCmdid

public void setCmdid(java.lang.String val)

getResult

public EventCREAMStore.Result getResult()

setResult

public void setResult(EventCREAMStore.Result val)

getReason

public java.lang.String getReason()

setReason

public void setReason(java.lang.String val)

ulm

public java.lang.String ulm()
Description copied from class: Event
When implemented, this method returns string which is specific for each event.

Specified by:
ulm in class Event
Returns:
specific string