class CA2S_dp_impl
extends _PushConsumerImplBase
| Constructor and Description | 
|---|
| CA2S_dp_impl(Server serverObj,
            PushSupplier supplier)Creates an object of CA2S_dp_impl. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | disconnect_push_consumer()Disconnect from the event channel. | 
| static java.lang.String | getTimeStampParamName()Get the time stamp parameter name. | 
| void | push(org.omg.CORBA.Any any)Method push is called automatically when information arrives over
 the dynamic parameter event channel, which it then parses and acts
 upon. | 
| static void | setTimeStampParamName(java.lang.String s)Set the time stamp parameter name. | 
CA2S_dp_impl(Server serverObj, PushSupplier supplier)
serverObj - A handle to the server object.supplier - A handle to the channel to be used.public void disconnect_push_consumer()
public static java.lang.String getTimeStampParamName()
public void push(org.omg.CORBA.Any any)
any - a variable of the CORBA type Any, it contains a message
 from the collection agent.public static void setTimeStampParamName(java.lang.String s)
s - the time stamp parameter name or empty string if none.