com.khubla.pragmatach.plugin.cluster
Class ClusteredControllers

java.lang.Object
  extended by com.khubla.pragmatach.plugin.cluster.ClusteredControllers

public class ClusteredControllers
extends Object

A collection of the clustered controller instances

Author:
tome

Method Summary
 Set<Class<?>> getClusteredControllerClasses()
           
 Map<String,PragmatachController> getControllerInstances()
           
static ClusteredControllers getInstance()
          singleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ClusteredControllers getInstance()
                                        throws PragmatachException
singleton

Throws:
PragmatachException

getClusteredControllerClasses

public Set<Class<?>> getClusteredControllerClasses()

getControllerInstances

public Map<String,PragmatachController> getControllerInstances()


Copyright © 2014 khubla.com. All rights reserved.