org.glite.lb
Class EventNotification

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

public class EventNotification
extends Event


Constructor Summary
EventNotification()
           
 
Method Summary
 java.lang.String getDestHost()
           
 int getDestPort()
           
 java.lang.String getDestUrl()
           
 java.lang.String getEventType()
          When implemented, this method returns name of event type.
 int getExpires()
           
 java.lang.String getJobstat()
           
 org.glite.jobid.Jobid getNotifId()
           
 java.lang.String getOwner()
           
 void setDestHost(java.lang.String val)
           
 void setDestPort(int val)
           
 void setDestUrl(java.lang.String val)
           
 void setExpires(int val)
           
 void setJobstat(java.lang.String val)
           
 void setNotifId(org.glite.jobid.Jobid val)
           
 void setOwner(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

EventNotification

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

getNotifId

public org.glite.jobid.Jobid getNotifId()

setNotifId

public void setNotifId(org.glite.jobid.Jobid val)

getOwner

public java.lang.String getOwner()

setOwner

public void setOwner(java.lang.String val)

getDestHost

public java.lang.String getDestHost()

setDestHost

public void setDestHost(java.lang.String val)

getDestPort

public int getDestPort()

setDestPort

public void setDestPort(int val)

getExpires

public int getExpires()

setExpires

public void setExpires(int val)

getJobstat

public java.lang.String getJobstat()

setJobstat

public void setJobstat(java.lang.String val)

getDestUrl

public java.lang.String getDestUrl()

setDestUrl

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