Class ServerInstance
- java.lang.Object
-
- org.apache.camel.component.iec60870.server.ServerInstance
-
public class ServerInstance extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServerInstance.ServerObjectListener
-
Constructor Summary
Constructors Constructor Description ServerInstance(String host, int port, ServerOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyValue(ObjectAddress address, org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value)voidsetListener(ObjectAddress address, ServerInstance.ServerObjectListener listener)voidstart()voidstop()
-
-
-
Constructor Detail
-
ServerInstance
public ServerInstance(String host, int port, ServerOptions options) throws UnknownHostException
- Throws:
UnknownHostException
-
-
Method Detail
-
start
public void start()
-
stop
public void stop()
-
setListener
public void setListener(ObjectAddress address, ServerInstance.ServerObjectListener listener)
-
notifyValue
public void notifyValue(ObjectAddress address, org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value)
-
-