|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.ip.tcp.connection.ClientModeConnectionManager
public class ClientModeConnectionManager
Intended to be run on a schedule, simply gets the connection from a client connection factory each time it is run. If no connection exists (or it has been closed), the connection factory will create a new one (if possible).
Constructor Summary | |
---|---|
ClientModeConnectionManager(AbstractConnectionFactory clientConnectionFactory)
|
Method Summary | |
---|---|
boolean |
isConnected()
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientModeConnectionManager(AbstractConnectionFactory clientConnectionFactory)
clientConnectionFactory
- Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public boolean isConnected()
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |