|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object_PushConsumerImplBase
com.isti.trinetwatch.server.CA2S_sp_impl
class CA2S_sp_impl
Class CA2S_sp_impl manages all incoming traffic on the static parameter event channel from the Collection Agent for the SeisNetWatch server.
| Constructor Summary | |
|---|---|
CA2S_sp_impl(Server serverObj,
PushSupplier supplier,
java.util.Hashtable compStatParams)
Creates an object of CA2S_sp_impl. |
|
| 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 static parameter 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 |
|---|
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.| 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 collection agent.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||