public class ServerInstance extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServerInstance.ServerObjectListener |
| Constructor and Description |
|---|
ServerInstance(String host,
int port,
ServerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyValue(ObjectAddress address,
org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value) |
void |
setListener(ObjectAddress address,
ServerInstance.ServerObjectListener listener) |
void |
start() |
void |
stop() |
public ServerInstance(String host, int port, ServerOptions options) throws UnknownHostException
UnknownHostExceptionpublic void start()
public void stop()
public void setListener(ObjectAddress address, ServerInstance.ServerObjectListener listener)
public void notifyValue(ObjectAddress address, org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value)
Apache Camel