|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object_PushConsumerImplBase
com.isti.trinetwatch.collectionAgentSim.LevChange_consumer
public class LevChange_consumer
Class LevChange_consumer parses the messages coming over the event channel from the control agent simulator and updates the given station.
| Constructor Summary | |
|---|---|
LevChange_consumer(com.ooc.CORBA.BOA boa,
PushSupplier supplier,
CollectionAgentSim caObj)
Creates an object of LevChange_consumer. |
|
| Method Summary | |
|---|---|
void |
disconnect_push_consumer()
Disconnect from the event channel. |
void |
push(org.omg.CORBA.Any any)
Method push is called automatically when information arrives over the usage level change event channel, which it then parses and acts upon. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
LevChange_consumer(com.ooc.CORBA.BOA boa,
PushSupplier supplier,
CollectionAgentSim caObj)
boa - A handle to the boa being used.supplier - A handle to the channel supplying the information.| Method Detail |
|---|
public void disconnect_push_consumer()
public void push(org.omg.CORBA.Any any)
any - A variable of the CORBA type Any, it contains a message
from the control agent.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||