org.glite.lb
Class EventListener

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

public class EventListener
extends Event


Constructor Summary
EventListener()
           
 
Method Summary
 java.lang.String getEventType()
          When implemented, this method returns name of event type.
 java.lang.String getSvcHost()
           
 java.lang.String getSvcName()
           
 int getSvcPort()
           
 void setSvcHost(java.lang.String val)
           
 void setSvcName(java.lang.String val)
           
 void setSvcPort(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

EventListener

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

getSvcName

public java.lang.String getSvcName()

setSvcName

public void setSvcName(java.lang.String val)

getSvcHost

public java.lang.String getSvcHost()

setSvcHost

public void setSvcHost(java.lang.String val)

getSvcPort

public int getSvcPort()

setSvcPort

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