Class ServerConnectionMultiplexor
- java.lang.Object
-
- org.apache.camel.component.iec60870.AbstractConnectionMultiplexor
-
- org.apache.camel.component.iec60870.server.ServerConnectionMultiplexor
-
public class ServerConnectionMultiplexor extends AbstractConnectionMultiplexor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.camel.component.iec60870.AbstractConnectionMultiplexor
AbstractConnectionMultiplexor.Handle
-
-
Constructor Summary
Constructors Constructor Description ServerConnectionMultiplexor(ServerInstance server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerInstancegetServer()protected voidperformStart()protected voidperformStop()-
Methods inherited from class org.apache.camel.component.iec60870.AbstractConnectionMultiplexor
dispose, register
-
-
-
-
Constructor Detail
-
ServerConnectionMultiplexor
public ServerConnectionMultiplexor(ServerInstance server)
-
-
Method Detail
-
performStart
protected void performStart() throws Exception- Specified by:
performStartin classAbstractConnectionMultiplexor- Throws:
Exception
-
performStop
protected void performStop() throws Exception- Specified by:
performStopin classAbstractConnectionMultiplexor- Throws:
Exception
-
getServer
public ServerInstance getServer()
-
-