public class ConnectionStateManager extends Object implements Closeable
Constructor and Description |
---|
ConnectionStateManager(CuratorFramework client,
ThreadFactory threadFactory) |
Modifier and Type | Method and Description |
---|---|
boolean |
addStateChange(ConnectionState newConnectionState)
Post a state change.
|
boolean |
blockUntilConnected(int maxWaitTime,
TimeUnit units) |
void |
close() |
ListenerContainer<ConnectionStateListener> |
getListenable()
Return the listenable
|
boolean |
isConnected() |
boolean |
setToSuspended()
Change to
ConnectionState.SUSPENDED only if not already suspended and not lost |
void |
start()
Start the manager
|
public ConnectionStateManager(CuratorFramework client, ThreadFactory threadFactory)
client
- the clientthreadFactory
- thread factory to use or null for a defaultpublic void start()
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public ListenerContainer<ConnectionStateListener> getListenable()
public boolean setToSuspended()
ConnectionState.SUSPENDED
only if not already suspended and not lostpublic boolean addStateChange(ConnectionState newConnectionState)
newConnectionState
- new statepublic boolean blockUntilConnected(int maxWaitTime, TimeUnit units) throws InterruptedException
InterruptedException
public boolean isConnected()
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.