Uses of Class
com.metamatrix.api.exception.ComponentNotFoundException

Packages that use ComponentNotFoundException
com.metamatrix.common.comm.platform.socket.server   
com.metamatrix.console.models   
com.metamatrix.console.security   
com.metamatrix.console.ui.views.entitlements   
com.metamatrix.console.ui.views.users   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.server.dqp.service   
com.metamatrix.server.query.service   
 

Uses of ComponentNotFoundException in com.metamatrix.common.comm.platform.socket.server
 

Methods in com.metamatrix.common.comm.platform.socket.server that throw ComponentNotFoundException
 LogonResult LogonImpl.logon(java.util.Properties connProps)
           
 

Uses of ComponentNotFoundException in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that throw ComponentNotFoundException
 void GroupsManager.addPrincipalsToRole(java.util.Collection principals, java.lang.String role)
          Add collection of PrincipalNames to a Role
 void QueryManager.cancelAllQueryRequests(MetaMatrixSessionID token)
           
 void QueryManager.cancelQueryRequests(java.util.Collection selected)
           
 void EntitlementManager.deleteEntitlement(AuthorizationPolicyID id)
           
 boolean EntitlementManager.doesEntitlementExist(java.lang.String entName, java.lang.String vdbName, int vdbVersion)
           
 java.util.Collection GroupsManager.getAllGroupNames()
           
 java.util.Collection EntitlementManager.getAllVDBs()
           
 java.util.List GroupsManager.getDomainNames()
           
 EntitlementInfo EntitlementManager.getEntitlementInfo(java.lang.String entName, java.lang.String vdbName, int vdbVersion)
           
 java.util.Collection PropertiesManager.getNextStartUpDefn()
           
 java.util.Properties PropertiesManager.getNSUProperties()
           
 AuthorizationPolicy EntitlementManager.getPolicy(AuthorizationPolicyID policyID)
          Obtains an AuthorizationPolicy.
 java.util.Collection EntitlementManager.getPrincipalsForEntitlement(AuthorizationPolicyID policyID)
           
 java.util.Collection GroupsManager.getPrincipalsForRole(java.lang.String roleName)
          Get Collection of Principals for the provided roleName.
 java.util.Map PropertiesManager.getProperties()
           
 java.lang.String PropertiesManager.getProperty(java.lang.String key)
           
 RoleDisplay[] GroupsManager.getRolesForPrincipal(MetaMatrixPrincipal principal, boolean includeImplicit)
          Get Collection of Roles for the provided MetaMatrixPrincipals
 RoleDisplay[] GroupsManager.getRolesForPrincipal(MetaMatrixPrincipalName principalName)
          Get Collection of Roles for the provided MetaMatrixPrincipalName
 Configuration PropertiesManager.getStartUpConfiguration()
           
 java.util.Collection PropertiesManager.getStartUpDefn()
           
 java.util.Properties PropertiesManager.getSUProperties()
           
 int[] EntitlementManager.getVersionsForVDB(java.lang.String vdbName)
           
 void GroupsManager.removePrincipalsFromRole(java.util.Collection principals, java.lang.String role)
          Remove collection of PrincipalNames from a Role
 void GroupsManager.removeRolesFromPrincipal(java.lang.String[] roles, MetaMatrixPrincipalName principal)
          Remove array of Roles from a principal
 void GroupsManager.setAdminPassword(java.lang.String password)
           
 void GroupsManager.setAdminUsername(java.lang.String username)
           
 void GroupsManager.setDomainOrder(java.util.List domainNames)
           
 void GroupsManager.setEnableSecurity(boolean enabled)
           
 void PropertiesManager.setProperty(java.lang.String name, java.lang.String value, Configuration cfg)
           
 void PropertiesManager.setProperty(java.lang.String name, java.lang.String value, int cfgNumber)
           
 void SessionManager.terminateSession(MetaMatrixSessionInfo userSessionInfo)
          Terminates, on remote system, the session specified by the parameter.
 

Uses of ComponentNotFoundException in com.metamatrix.console.security
 

Methods in com.metamatrix.console.security that throw ComponentNotFoundException
static UserCapabilities UserCapabilities.createInstance()
          Create the one instance of this class.
 void UserCapabilities.init(ConnectionInfo conn)
          Initialize...
 

Uses of ComponentNotFoundException in com.metamatrix.console.ui.views.entitlements
 

Methods in com.metamatrix.console.ui.views.entitlements that throw ComponentNotFoundException
 void EntitlementsDataInterface.deleteEntitlement(AuthorizationPolicyID id)
           
 boolean EntitlementsPanel.doesEntitlementExist(java.lang.String entName, java.lang.String vdbName, int vdbVersion)
           
 boolean EntitlementsDataInterface.doesEntitlementExist(java.lang.String entName, java.lang.String vdbName, int vdbVErsion)
           
 java.util.Collection EntitlementsDataInterface.getAllVDBs()
           
 EntitlementInfo EntitlementsDataInterface.getEntitlementInfo(java.lang.String entName, java.lang.String vdbName, int vdbVersion)
           
 int[] EntitlementsDataInterface.getVersionsForVDB(java.lang.String vdbName)
           
 

Constructors in com.metamatrix.console.ui.views.entitlements that throw ComponentNotFoundException
NewEntitlementController(EntitlementsPanel callr, EntitlementsDataInterface dataSrc)
           
NewEntitlementNamePanel(EntitlementsDataInterface dataSrc, NewEntitlementController ctrlr, WizardInterface wizardInterface)
           
 

Uses of ComponentNotFoundException in com.metamatrix.console.ui.views.users
 

Constructors in com.metamatrix.console.ui.views.users that throw ComponentNotFoundException
RolesList(GroupsManager mgr, NotifyOnSelectionChange ctrlr, boolean makeSelection)
          Constructor.
 

Uses of ComponentNotFoundException in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl that throw ComponentNotFoundException
 void IAdminHelper.checkForRequiredRole(SessionToken adminToken, java.lang.String roleName)
          Checks that user is in the necessary role, throws an exception if not.
 void AdminHelper.checkForRequiredRole(SessionToken adminToken, java.lang.String roleName)
          Checks that user is in the necessary role, throws an exception if not.
static void AdminAPIHelper.checkForRequiredRole(SessionToken adminToken, java.lang.String roleName, java.lang.String methodSignature)
          Checks that user is in the necessary role, throws an exception if not.
 SessionToken IAdminHelper.validateSession(MetaMatrixSessionID sessionID)
          Get the SessionToken and validate that the session is active for the specified MetaMatrixSessionID.
 SessionToken AdminHelper.validateSession(MetaMatrixSessionID sessionID)
          Deprecated. use DQPWorkContext instead
static SessionToken AdminAPIHelper.validateSession(MetaMatrixSessionID sessionID)
          Get the SessionToken and validate that the session is active for the specified MetaMatrixSessionID.
 

Uses of ComponentNotFoundException in com.metamatrix.server.dqp.service
 

Methods in com.metamatrix.server.dqp.service that throw ComponentNotFoundException
 java.util.List PlatformDataService.getConnectorBindings()
           
 void PlatformDataService.startConnectorBinding(java.lang.String connectorBindingName)
           
 void PlatformDataService.stopConnectorBinding(java.lang.String connectorBindingName)
           
 

Uses of ComponentNotFoundException in com.metamatrix.server.query.service
 

Methods in com.metamatrix.server.query.service that throw ComponentNotFoundException
 void QueryServiceInterface.clearCache(SessionToken sessionToken)
           
 void QueryService.clearCache(SessionToken sessionToken)
           
 



Copyright © 2009. All Rights Reserved.