org.glite.lb
Class EventResourceUsage
java.lang.Object
org.glite.lb.Event
org.glite.lb.EventResourceUsage
public class EventResourceUsage
- extends Event
Method Summary |
java.lang.String |
getEventType()
When implemented, this method returns name of event type. |
double |
getQuantity()
|
java.lang.String |
getResource()
|
java.lang.String |
getUnit()
|
void |
setQuantity(double val)
|
void |
setResource(java.lang.String val)
|
void |
setUnit(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 |
EventResourceUsage
public EventResourceUsage()
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
getResource
public java.lang.String getResource()
setResource
public void setResource(java.lang.String val)
getQuantity
public double getQuantity()
setQuantity
public void setQuantity(double val)
getUnit
public java.lang.String getUnit()
setUnit
public void setUnit(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