public class CaToS_dynp
extends _PushSupplierImplBase
implements java.lang.Runnable
Constructor and Description |
---|
CaToS_dynp(org.omg.CORBA.ORB orb,
com.ooc.CORBA.BOA boa,
PushConsumer sConsumer,
CollectionAgentSim caSim)
Creates an object of CaToS_dynp.
|
Modifier and Type | Method and Description |
---|---|
void |
disconnect_push_supplier()
Disconnect from the event channel.
|
static java.lang.String |
getTimeStampParamName()
Get the time stamp parameter name.
|
void |
run()
In it's own thread this method sends simulated (fake) information
about some real field stations.
|
static void |
setTimeStampParamName(java.lang.String s)
Set the time stamp parameter name.
|
CaToS_dynp(org.omg.CORBA.ORB orb, com.ooc.CORBA.BOA boa, PushConsumer sConsumer, CollectionAgentSim caSim)
orb
- A handle to the orb which controls the event channels.boa
- A handle to the boa being used.sConsumer
- A handle to the channel to be used.public void disconnect_push_supplier()
public static java.lang.String getTimeStampParamName()
public void run()
run
in interface java.lang.Runnable
public static void setTimeStampParamName(java.lang.String s)
s
- the time stamp parameter name or empty string if none.