Re: Implementation of isConnected()

2007-10-17 Thread Trustin Lee
On 10/17/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > return connectFuture.isConnected(); > > Simple, eh? :) Oops, you want something more complicated. Yours look fine. Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6

Re: Implementation of isConnected()

2007-10-17 Thread Trustin Lee
reconnection. It is working fine right > now. But I want to know if > there are other alternative solutions. Thanks all. > > chihiro > -- > View this message in context: > http://www.nabble.com/Implementation-of-isConnected%28%29-tf4637998s16868.html#a13246352 > Sent from t

Implementation of isConnected()

2007-10-16 Thread chihiro
n.isConnected() ); } If it returns false, I will attempt a reconnection. It is working fine right now. But I want to know if there are other alternative solutions. Thanks all. chihiro -- View this message in context: http://www.nabble.com/Implementation-of-isConnected%28%29-tf4637998s16868.html