public class ProtocolServer extends Object 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) |
String |
toString() |
public ProtocolServer(InstanceId me, StateMachines stateMachines, org.neo4j.kernel.logging.Logging logging)
public 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–2014 The Neo4j Graph Database Project. All rights reserved.