com.hazelcast.cluster
Class AbstractNodeAware

java.lang.Object
  extended by com.hazelcast.cluster.AbstractNodeAware
All Implemented Interfaces:
NodeAware

public class AbstractNodeAware
extends Object
implements NodeAware


Field Summary
protected  com.hazelcast.instance.Node node
           
 
Constructor Summary
AbstractNodeAware()
           
 
Method Summary
 com.hazelcast.instance.Node getNode()
           
 void setNode(com.hazelcast.instance.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected volatile com.hazelcast.instance.Node node
Constructor Detail

AbstractNodeAware

public AbstractNodeAware()
Method Detail

getNode

public com.hazelcast.instance.Node getNode()

setNode

public void setNode(com.hazelcast.instance.Node node)
Specified by:
setNode in interface NodeAware


Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.