Package de.lema.appender.net
Class SocketThreadFactory
- java.lang.Object
-
- de.lema.appender.net.SocketThreadFactory
-
public class SocketThreadFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static SocketThreadFactoryINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(String anwendung, int umgebung, String name)voidcloseAll()SocketThreadcreateInstance(String name, ConnectionProperties props, long reconnectionDelay, Identifikation ident, boolean connectOnDemand, int connectOnDemandDisconnectTime, int bufferSize)
-
-
-
Field Detail
-
INSTANCE
public static final SocketThreadFactory INSTANCE
-
-
Method Detail
-
createInstance
public SocketThread createInstance(String name, ConnectionProperties props, long reconnectionDelay, Identifikation ident, boolean connectOnDemand, int connectOnDemandDisconnectTime, int bufferSize)
-
closeAll
public void closeAll()
-
-