org.terracotta.modules.ehcache.event
Class TerracottaNodeImpl

java.lang.Object
  extended by org.terracotta.modules.ehcache.event.TerracottaNodeImpl
All Implemented Interfaces:
net.sf.ehcache.cluster.ClusterNode

public class TerracottaNodeImpl
extends Object
implements net.sf.ehcache.cluster.ClusterNode

A bridge from DsoNode in TC-space to TerracottaNode in Ehcache-space.


Constructor Summary
TerracottaNodeImpl(com.tcclient.cluster.DsoNode node)
           
 
Method Summary
 String getHostname()
           
 String getId()
           
 String getIp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerracottaNodeImpl

public TerracottaNodeImpl(com.tcclient.cluster.DsoNode node)
Method Detail

getHostname

public String getHostname()
Specified by:
getHostname in interface net.sf.ehcache.cluster.ClusterNode

getId

public String getId()
Specified by:
getId in interface net.sf.ehcache.cluster.ClusterNode

getIp

public String getIp()
Specified by:
getIp in interface net.sf.ehcache.cluster.ClusterNode


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