org.apache.stratos.manager.topology.model
Class TopologyClusterInformationModel
java.lang.Object
org.apache.stratos.manager.topology.model.TopologyClusterInformationModel
public class TopologyClusterInformationModel
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static TopologyClusterInformationModel getInstance()
addCluster
public void addCluster(org.apache.stratos.messaging.domain.topology.Cluster cluster)
getCluster
public org.apache.stratos.messaging.domain.topology.Cluster getCluster(int tenantId,
String cartridgeType,
String subscriptionAlias)
getCluster
public org.apache.stratos.messaging.domain.topology.Cluster getCluster(String cartridgeType)
getClusters
public Set<org.apache.stratos.messaging.domain.topology.Cluster> getClusters(int tenantId,
String cartridgeType)
removeCluster
public void removeCluster(String clusterId)
isInitialized
public boolean isInitialized()
setInitialized
public void setInitialized(boolean initialized)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.