org.apache.stratos.manager.topology.model
Class TopologyClusterInformationModel

java.lang.Object
  extended by org.apache.stratos.manager.topology.model.TopologyClusterInformationModel

public class TopologyClusterInformationModel
extends Object


Method Summary
 void addCluster(org.apache.stratos.messaging.domain.topology.Cluster cluster)
           
 org.apache.stratos.messaging.domain.topology.Cluster getCluster(int tenantId, String cartridgeType, String subscriptionAlias)
           
 org.apache.stratos.messaging.domain.topology.Cluster getCluster(String cartridgeType)
           
 Set<org.apache.stratos.messaging.domain.topology.Cluster> getClusters(int tenantId, String cartridgeType)
           
static TopologyClusterInformationModel getInstance()
           
 boolean isInitialized()
           
 void removeCluster(String clusterId)
           
 void setInitialized(boolean initialized)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.