public class LevChangeUpdate
extends _PushSupplierImplBase
Constructor and Description |
---|
LevChangeUpdate(org.omg.CORBA.ORB orb,
com.ooc.CORBA.BOA boa,
PushConsumer sConsumer,
ControlAgentSim ctaSim)
Creates an object of LevChangeUpdate.
|
Modifier and Type | Method and Description |
---|---|
void |
disconnect_push_supplier()
Disconnect from the event channel.
|
boolean |
reportUpdate(java.lang.String stationName,
int uLevel)
This method is used to tell the NSI server that the usage level has
changed for a given station.
|
public LevChangeUpdate(org.omg.CORBA.ORB orb, com.ooc.CORBA.BOA boa, PushConsumer sConsumer, ControlAgentSim ctaSim)
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.cta
- A handle to the control agent object.