class CA2S_sp_impl
extends _PushConsumerImplBase
Constructor and Description |
---|
CA2S_sp_impl(Server serverObj,
PushSupplier supplier,
java.util.Hashtable compStatParams)
Creates an object of CA2S_sp_impl.
|
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 static parameter event channel, which it then parses and acts
upon.
|
public CA2S_sp_impl(Server serverObj, PushSupplier supplier, java.util.Hashtable compStatParams)
serverObj
- A handle to the server object.supplier
- A handle to the channel to be used.compStatParams
- A handle to a table of stations whose static
parameters have all been received.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 collection agent.