org.glite.lb

Class Event

public abstract class Event extends Object

Abstract class which serves as base for all events.
Constructor Summary
Event()
Event(Jobid jobId)
Method Summary
TimevalgetArrived()
Get and set methods for Event attributes.
abstract StringgetEventType()
When implemented, this method returns name of event type.
StringgetHost()
JobidgetJobId()
LevelgetLevel()
IntegergetPriority()
SeqCodegetSeqcode()
SourcesgetSource()
StringgetSrcInstance()
TimevalgetTimestamp()
StringgetUser()
voidsetArrived(Timeval arrived)
voidsetHost(String host)
voidsetJobId(Jobid jobId)
voidsetLevel(Level level)
voidsetPriority(Integer priority)
voidsetSeqcode(SeqCode seqcode)
voidsetSource(Sources source)
voidsetSrcInstance(String srcInstance)
voidsetTimestamp(Timeval timestamp)
voidsetUser(String user)
abstract Stringulm()
When implemented, this method returns string which is specific for each event.

Constructor Detail

Event

public Event()

Event

public Event(Jobid jobId)

Method Detail

getArrived

public Timeval getArrived()
Get and set methods for Event attributes.

getEventType

public abstract String getEventType()
When implemented, this method returns name of event type.

Returns: name of event

getHost

public String getHost()

getJobId

public Jobid getJobId()

getLevel

public Level getLevel()

getPriority

public Integer getPriority()

getSeqcode

public SeqCode getSeqcode()

getSource

public Sources getSource()

getSrcInstance

public String getSrcInstance()

getTimestamp

public Timeval getTimestamp()

getUser

public String getUser()

setArrived

public void setArrived(Timeval arrived)

setHost

public void setHost(String host)

setJobId

public void setJobId(Jobid jobId)

setLevel

public void setLevel(Level level)

setPriority

public void setPriority(Integer priority)

setSeqcode

public void setSeqcode(SeqCode seqcode)

setSource

public void setSource(Sources source)

setSrcInstance

public void setSrcInstance(String srcInstance)

setTimestamp

public void setTimestamp(Timeval timestamp)

setUser

public void setUser(String user)

ulm

public abstract String ulm()
When implemented, this method returns string which is specific for each event.

Returns: specific string