public class ProtocolServer
extends org.neo4j.kernel.lifecycle.LifecycleAdapter
implements org.neo4j.cluster.com.BindingNotifier
| Constructor and Description |
|---|
ProtocolServer(InstanceId me,
StateMachines stateMachines,
org.neo4j.kernel.logging.Logging logging) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBindingListener(BindingListener listener) |
void |
addStateTransitionListener(org.neo4j.cluster.statemachine.StateTransitionListener stateTransitionListener) |
URI |
boundAt() |
InstanceId |
getServerId()
Ok to have this accessible like this?
|
StateMachines |
getStateMachines() |
org.neo4j.cluster.timeout.Timeouts |
getTimeouts() |
void |
listeningAt(URI me) |
<T> T |
newClient(Class<T> clientProxyInterface) |
void |
removeBindingListener(BindingListener listener) |
void |
shutdown() |
String |
toString() |
public ProtocolServer(InstanceId me, StateMachines stateMachines, org.neo4j.kernel.logging.Logging logging)
public void shutdown()
throws Throwable
shutdown in interface org.neo4j.kernel.lifecycle.Lifecycleshutdown in class org.neo4j.kernel.lifecycle.LifecycleAdapterThrowablepublic void addBindingListener(BindingListener listener)
addBindingListener in interface org.neo4j.cluster.com.BindingNotifierpublic void removeBindingListener(BindingListener listener)
removeBindingListener in interface org.neo4j.cluster.com.BindingNotifierpublic void listeningAt(URI me)
public InstanceId getServerId()
public StateMachines getStateMachines()
public void addStateTransitionListener(org.neo4j.cluster.statemachine.StateTransitionListener stateTransitionListener)
public <T> T newClient(Class<T> clientProxyInterface)
public org.neo4j.cluster.timeout.Timeouts getTimeouts()
public URI boundAt()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.