org.glite.lb
Class EventPBSInternalStateChange

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

public class EventPBSInternalStateChange
extends Event


Constructor Summary
EventPBSInternalStateChange()
           
 
Method Summary
 java.lang.String getEventType()
          When implemented, this method returns name of event type.
 int getNewstate()
           
 int getNewsubstate()
           
 int getOldstate()
           
 int getOldsubstate()
           
 void setNewstate(int val)
           
 void setNewsubstate(int val)
           
 void setOldstate(int val)
           
 void setOldsubstate(int 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

EventPBSInternalStateChange

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

getOldstate

public int getOldstate()

setOldstate

public void setOldstate(int val)

getOldsubstate

public int getOldsubstate()

setOldsubstate

public void setOldsubstate(int val)

getNewstate

public int getNewstate()

setNewstate

public void setNewstate(int val)

getNewsubstate

public int getNewsubstate()

setNewsubstate

public void setNewsubstate(int 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