|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EventEvaluator.Resource.ActiveEvent
Event that is beeing evaluated by the Resource Manager
Constructor Summary | |
ActiveEvent(EventEvaluator.Resource.ResourceEvent re)
Obtains data from resource event re . |
Method Summary | |
boolean |
containsPid(java.lang.String pid)
Checks if the boolean expression contains parameter pid . |
int |
duration_time()
Returns the duration time of this event. |
java.lang.String |
eid()
Returns the event identification. |
java.util.Vector |
exPid()
Returns the list of parameter identifications contained in the boolean expression of thie active event. |
java.lang.String |
get_expression()
Returns the boolean expression of this event. |
boolean |
is_suspended()
Returns if the evaluation of this active event is supended or not. |
void |
resume()
Resume the evaluation of this active event. |
void |
suspend()
Suspend the evaluation of this active event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActiveEvent(EventEvaluator.Resource.ResourceEvent re)
re
.re
- reference to resource event related to this active eventMethod Detail |
public java.util.Vector exPid()
pid
public boolean containsPid(java.lang.String pid)
pid
.pid
- the parameter identificationTRUE
if parameter pid
is found on
expression, FALSE
otherwisepublic java.lang.String get_expression()
public java.lang.String eid()
public int duration_time()
public boolean is_suspended()
TRUE
if the evaluation of this event
is suspended, FALSE
otherwisepublic void suspend()
public void resume()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |