com.tc.cluster
Interface DsoClusterEvent


public interface DsoClusterEvent

Indicates that the state of a node in the DSO cluster has changed.

Instances of the DsoClusterEvent are provided as arguments of the DsoClusterListener methods.

Since:
3.0.0

Method Summary
 DsoNode getNode()
          Retrieves the node that this event talks about.
 

Method Detail

getNode

DsoNode getNode()
Retrieves the node that this event talks about.

Returns:
the instance of the related node


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.