org.glite.lb
Class EventSandbox

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

public class EventSandbox
extends Event


Nested Class Summary
static class EventSandbox.SandboxType
           
 
Constructor Summary
EventSandbox()
           
 
Method Summary
 java.lang.String getComputeJob()
           
 java.lang.String getEventType()
          When implemented, this method returns name of event type.
 EventSandbox.SandboxType getSandboxType()
           
 java.lang.String getTransferJob()
           
 void setComputeJob(java.lang.String val)
           
 void setSandboxType(EventSandbox.SandboxType val)
           
 void setTransferJob(java.lang.String 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

EventSandbox

public EventSandbox()
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

getSandboxType

public EventSandbox.SandboxType getSandboxType()

setSandboxType

public void setSandboxType(EventSandbox.SandboxType val)

getTransferJob

public java.lang.String getTransferJob()

setTransferJob

public void setTransferJob(java.lang.String val)

getComputeJob

public java.lang.String getComputeJob()

setComputeJob

public void setComputeJob(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