public class SToCtaSim_consumer
extends _PushConsumerImplBase
Constructor and Description |
---|
SToCtaSim_consumer(com.ooc.CORBA.BOA boa,
PushSupplier supplier,
ControlAgentSim ctaObj)
Creates an object of SToCa_consumer.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.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.