com.metamatrix.console.models
Class Managers

java.lang.Object
  extended by com.metamatrix.console.models.Managers

public class Managers
extends java.lang.Object


Constructor Summary
Managers(GroupsManager groupsManager, SessionManager sessionManager, QueryManager queryManager, EntitlementManager entitlementManager, ResourceManager resourceManager, SummaryManager summaryManager, ServerLogManager serverLogManager, PropertiesManager propertiesManager, VdbManager vdbManager, ConfigurationManager configurationManager, ConnectorManager connectorManager, AuthenticationProviderManager authManager, RuntimeMgmtManager runtimeMgmtManager, ExtensionSourceManager extensionSourceManager)
           
 
Method Summary
 AuthenticationProviderManager getAuthenticationProviderManager()
           
 ConfigurationManager getConfigurationManager()
           
 ConnectorManager getConnectorManager()
           
 EntitlementManager getEntitlementManager()
           
 ExtensionSourceManager getExtensionSourceManager()
           
 GroupsManager getGroupsManager()
           
 ResourceManager getPoolManager()
           
 PropertiesManager getPropertiesManager()
           
 QueryManager getQueryManager()
           
 RuntimeMgmtManager getRuntimeMgmtManager()
           
 ServerLogManager getServerLogManager()
           
 SessionManager getSessionManager()
           
 SummaryManager getSummaryManager()
           
 VdbManager getVDBManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Managers

public Managers(GroupsManager groupsManager,
                SessionManager sessionManager,
                QueryManager queryManager,
                EntitlementManager entitlementManager,
                ResourceManager resourceManager,
                SummaryManager summaryManager,
                ServerLogManager serverLogManager,
                PropertiesManager propertiesManager,
                VdbManager vdbManager,
                ConfigurationManager configurationManager,
                ConnectorManager connectorManager,
                AuthenticationProviderManager authManager,
                RuntimeMgmtManager runtimeMgmtManager,
                ExtensionSourceManager extensionSourceManager)
Method Detail

getGroupsManager

public GroupsManager getGroupsManager()

getSessionManager

public SessionManager getSessionManager()

getQueryManager

public QueryManager getQueryManager()

getEntitlementManager

public EntitlementManager getEntitlementManager()

getPoolManager

public ResourceManager getPoolManager()

getSummaryManager

public SummaryManager getSummaryManager()

getServerLogManager

public ServerLogManager getServerLogManager()

getPropertiesManager

public PropertiesManager getPropertiesManager()

getVDBManager

public VdbManager getVDBManager()

getConfigurationManager

public ConfigurationManager getConfigurationManager()

getConnectorManager

public ConnectorManager getConnectorManager()

getAuthenticationProviderManager

public AuthenticationProviderManager getAuthenticationProviderManager()

getRuntimeMgmtManager

public RuntimeMgmtManager getRuntimeMgmtManager()

getExtensionSourceManager

public ExtensionSourceManager getExtensionSourceManager()


Copyright © 2009. All Rights Reserved.