org.smallmind.constellation.component
Class SmallMindContainer
java.lang.Object
org.smallmind.constellation.component.SmallMindComponent
org.smallmind.constellation.component.SmallMindContainer
- All Implemented Interfaces:
- ClusterMember
public abstract class SmallMindContainer
- extends SmallMindComponent
- implements ClusterMember
| Methods inherited from class org.smallmind.constellation.component.SmallMindComponent |
getComponentType, getGlobalAttributes, getGlobalData, getGlobalDataMap, getGlobalList, getHostAddress, getHostName, getLocalAttributes, getLocalData, getLocalDataMap, getLocalList, getLogger, logError, logError, logError, logInfo, logWarning, modifyGlobalAttributes, modifyLocalAttributes, removeGlobalData, removeGlobalNamespaceContext, removeLocalData, removeLocalNamespaceContext, searchGlobalAttributes, searchLocalAttributes, setGlobalData, setLocalData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmallMindContainer
public SmallMindContainer(ClusterHub clusterHub,
ClusterEntity clusterEntity,
ConnectionPool contextPool)
throws UnknownHostException
- Throws:
UnknownHostException
startUp
public abstract void startUp()
throws Exception
- Throws:
Exception
shutDown
public abstract void shutDown()
throws Exception
- Throws:
Exception
getClusterEntity
public ClusterEntity getClusterEntity()
getGlobalNamespacePath
public String getGlobalNamespacePath()
- Specified by:
getGlobalNamespacePath in class SmallMindComponent
getLocalNamespacePath
public String getLocalNamespacePath()
- Specified by:
getLocalNamespacePath in class SmallMindComponent
fireGossipBroadcast
public void fireGossipBroadcast(GossipClusterBroadcast gossipClusterBroadcast)
throws EventMessageException
- Specified by:
fireGossipBroadcast in interface ClusterMember
- Throws:
EventMessageException
Copyright © 2012. All Rights Reserved.