|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object _PushConsumerImplBase com.isti.trinetwatch.controlAgentSim.SToCtaSim_consumer
public class SToCtaSim_consumer
Class SToCtaSim_Consumer parses the messages coming over the CTRL_MSG event channel from the Server and decides what action needs to be taken.
Constructor Summary | |
---|---|
SToCtaSim_consumer(com.ooc.CORBA.BOA boa,
PushSupplier supplier,
ControlAgentSim ctaObj)
Creates an object of SToCa_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 server to collection agent 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 |
---|
SToCtaSim_consumer(com.ooc.CORBA.BOA boa, PushSupplier supplier, ControlAgentSim ctaObj)
boa
- A handle to the boa being used.supplier
- A handle to the channel supplying the information.ctaSimObj
- A handle to the ctaSimObj.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 server.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |