Uses of Class
com.metamatrix.admin.api.exception.security.InvalidSessionException

Packages that use InvalidSessionException
com.metamatrix.admin.server   
com.metamatrix.common.comm.platform.socket.server   
com.metamatrix.console.models   
com.metamatrix.console.security   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.security.api   
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.authorization.service   
com.metamatrix.platform.security.session.service   
com.metamatrix.server.admin.api   
com.metamatrix.server.admin.apiimpl   
 

Uses of InvalidSessionException in com.metamatrix.admin.server
 

Methods in com.metamatrix.admin.server that throw InvalidSessionException
protected  ServiceComponentDefn ServerConfigAdminImpl.getServiceByID(ServiceComponentDefnID serviceID)
           
protected  ServiceComponentDefn ServerConfigAdminImpl.getServiceByName(java.lang.String serviceName)
           
 

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

Methods in com.metamatrix.common.comm.platform.socket.server that throw InvalidSessionException
 void LogonImpl.assertIdentity(MetaMatrixSessionID sessionId)
           
 ResultsFuture<?> LogonImpl.logoff()
           
 ResultsFuture<?> LogonImpl.ping()
           
 

Uses of InvalidSessionException in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that throw InvalidSessionException
 boolean ConfigurationManager.checkDecryptable(java.util.List bindings)
          Check whether the encrypted properties for the specified ConnectorBindings can be decrypted.
 java.util.Collection ConfigurationManager.getAllCachedComponentTypeDefinitions(ComponentTypeID componentTypeID)
           
 ComponentTypeDefn ConfigurationManager.getComponentTypeDefn(PropertyDefinition propertyDefinition, ComponentObject componentObject)
           
 Configuration PropertiesManager.getNextStartUpConfiguration()
           
 Configuration PropertiesManager.getStartUpConfiguration()
           
 ResourceDescriptor ConfigurationManager.updateResourcePropertyValue(ResourceDescriptor resourceDescriptor, java.lang.String propertyKey, java.lang.String propertyValue)
          Updates the resourceDescriptor with the new propertyValue and returns the updated resourceDescriptor.
 

Uses of InvalidSessionException in com.metamatrix.console.security
 

Methods in com.metamatrix.console.security that throw InvalidSessionException
 void UserCapabilities.init(ConnectionInfo conn)
          Initialize...
 

Uses of InvalidSessionException in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that throw InvalidSessionException
 Host ConfigurationAdminAPI.addHost(java.lang.String hostName, java.util.Properties properties)
          Add a host to the Configuration
 void AuthorizationAdminAPI.addPrincipalsToRole(java.util.Set principals, java.lang.String roleName)
          Add the given set of principals to the given role.
 ExtensionModuleDescriptor ExtensionSourceAdminAPI.addSource(java.lang.String type, java.lang.String sourceName, byte[] source, java.lang.String description, boolean enabled)
          Adds an extension source to the end of the list of sources
 void ConfigurationAdminAPI.baselineCurrentConfiguration()
          Baselines the realtime portion of the current (operational) configuration into the next-startup configuration.
 void RuntimeStateAdminAPI.bounceServer()
          Shutdown server and restart.
 java.util.List ConfigurationAdminAPI.checkPropertiesDecryptable(java.util.List defns)
          Check whether the encrypted properties for the specified ComponentDefns can be decrypted.
 void ConfigurationAdminAPI.clearHistory()
          Clear the history of all actions without undoing any of them.
 java.lang.Boolean AuthorizationAdminAPI.containsPolicy(AuthorizationPolicyID policyID)
          Return whether there is an existing policy with the specified ID.
 ConfigurationObjectEditor ConfigurationAdminAPI.createEditor()
          Returns a ConfigurationObjectEditor to perform editing operations on a configuration type object.
 AuthorizationEditor AuthorizationAdminAPI.createEditor()
          Returns a AuthorizationObjectEditor to perform editing operations on a entitlement type object.
 java.util.Set ConfigurationAdminAPI.executeInsertTransaction(ConfigurationID assignConfigurationID, java.util.List actions)
          Execute a list of insert actions and for actions on objects of type ComponentDefn or DeployedComponent object, it will have its configuration id resassigned, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set ConfigurationAdminAPI.executeTransaction(ActionDefinition action)
          Execute as a single transaction the specified action, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set ConfigurationAdminAPI.executeTransaction(java.util.List actions)
          Execute a list of actions, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set AuthorizationAdminAPI.executeTransaction(java.util.List actions)
          Execute as a single transaction with the specified actions, and return the set of IDs for the objects that were affected/modified by the action.
 java.util.Collection AuthorizationAdminAPI.findAllPolicyIDs()
          Locate the IDs of all of the policies that are accessible by the caller.
 java.util.Collection AuthorizationAdminAPI.findPolicyIDs(java.util.Collection principals)
          Locate the IDs of all of the policies that apply to the specified principal and that are accessible by the caller.
 int SessionAdminAPI.getActiveConnectionsCountForProduct(java.lang.String product)
          Get the count of all active connections to a product.
 java.util.Collection SessionAdminAPI.getActiveSessions()
          Get the collection of active user sessions on the system.
 int SessionAdminAPI.getActiveSessionsCount()
          Get the count of active user sessions on the system.
 java.util.Collection ConfigurationAdminAPI.getAllComponentTypeDefinitions(ComponentTypeID componentTypeID)
          Returns the all component type definitions for the specified ComponentTypeID.
 java.util.Collection ConfigurationAdminAPI.getAllComponentTypes(boolean includeDeprecated)
          Returns a List of type ComponentType that represents all the ComponentTypes defined.
 java.util.Collection ConfigurationAdminAPI.getAllGlobalConfigObjects()
          This method will return a Collection of objects that represent the set of global configuration objects currently represented in the configuration database.
 java.util.Collection ConfigurationAdminAPI.getAllProductTypes(boolean includeDeprecated)
          Returns a List of type ProductType that represents all the ProductTypes defined.
 ComponentDefn ConfigurationAdminAPI.getComponentDefn(ConfigurationID configurationID, ComponentDefnID componentDefnID)
          Returns a ComponentDefn for the specified ComponentDefnID.
 java.util.Collection ConfigurationAdminAPI.getComponentDefns(java.util.Collection componentDefnIDs, ConfigurationID configurationID)
          Returns a collection of ComponentDefns for the specified collection of ComponentDefnIDs and ConfigurationID.
 ComponentType ConfigurationAdminAPI.getComponentType(ComponentTypeID id)
          Returns a ComponentType for the specified ComponentTypeID
 java.util.Map ConfigurationAdminAPI.getComponentTypeDefinitions(java.util.Collection componentIDs)
          Returns a Map of component type definitions for each ComponentTypeID that is contained in the passed Collection.
 java.util.Collection ConfigurationAdminAPI.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
          Returns the component type definitions for the specified ComponentTypeID.
 Configuration ConfigurationAdminAPI.getConfiguration(java.lang.String configName)
          Returns the named Configuration.
 java.util.Collection ConfigurationAdminAPI.getConfigurationAndDependents(ConfigurationID configID)
          Returns a Collection containing the Configuration object for the specified ConfigurationID id, and also any dependant objects needed to fully define this configuration, such as Host objects, ComponentType objects, and ComponentTypeDefn objects.
 ConfigurationModelContainer ConfigurationAdminAPI.getConfigurationModel(java.lang.String configName)
          Returns the current ConfigurationModelContainer.
 Configuration ConfigurationAdminAPI.getCurrentConfiguration()
          Returns the current deployed Configuration.
 ConfigurationID ConfigurationAdminAPI.getCurrentConfigurationID()
          Returns the ConfigurationID for the current configuration.
 java.util.List MembershipAdminAPI.getDomainNames()
           
 java.util.List AuthorizationAdminAPI.getElementEntitlements(AuthorizationRealm realm, java.lang.String elementNamePattern)
          Returns a List of entitlements to the given element pattern in the given realm.
 java.util.List AuthorizationAdminAPI.getGroupEntitlements(AuthorizationRealm realm, java.lang.String fullyQualifiedGroupName)
          Returns a List of entitlements to the given fully qualified group name in the given realm.
 java.util.Collection MembershipAdminAPI.getGroupPrincipalNames()
           
 MultipleRequestConfirmation MembershipAdminAPI.getGroupPrincipals(java.util.Collection groupNames)
           
 java.util.Set MembershipAdminAPI.getGroupsForDomain(java.lang.String domainName)
           
 java.util.List ConfigurationAdminAPI.getHistory()
          Get the history of actions executed in transactions by this editor.
 int ConfigurationAdminAPI.getHistoryLimit()
          Set the limit on the number of actions in the history.
 int ConfigurationAdminAPI.getHistorySize()
          Get the number of actions that are currently in the history.
 Host ConfigurationAdminAPI.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 java.util.List RuntimeStateAdminAPI.getHosts()
          Return all hosts running in mm system.
 java.util.Collection ConfigurationAdminAPI.getHosts()
          Returns a Collection of currently defined hosts.
 java.util.List RuntimeStateAdminAPI.getLogEntries(java.util.Date startTime, java.util.Date endTime, java.util.List levels, java.util.List contexts, int maxRows)
          Get the log entries that match the specified criteria.
 java.util.Collection ConfigurationAdminAPI.getMonitoredComponentTypes(boolean includeDeprecated)
          Returns a List of type ComponentType .
 Configuration ConfigurationAdminAPI.getNextStartupConfiguration()
          Returns the current deployed Configuration.
 ConfigurationID ConfigurationAdminAPI.getNextStartupConfigurationID()
          Returns the ID of the next startup Configuration, which should reflect the desired runtime state of the system.
 java.util.Collection AuthorizationAdminAPI.getPolicies(java.util.Collection policyIDs)
          Locate the policies that have the specified IDs.
 AuthorizationPolicy AuthorizationAdminAPI.getPolicy(AuthorizationPolicyID policyID)
          Locate the policy that has the specified ID.
 java.util.Collection AuthorizationAdminAPI.getPolicyIDsForResourceInRealm(AuthorizationRealm realm, java.lang.String resourceName)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissions on the given resource that exists in the given AuthorizationRealm.
 java.util.Collection AuthorizationAdminAPI.getPolicyIDsInPartialRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissions that exist in the given partial AuthorizationRealm.
The implementation is such that all AuthorizationPolicyIDs whose AuthorizationRealm starts with the given AuthorizationRealm are returned.
 java.util.Collection AuthorizationAdminAPI.getPolicyIDsInRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 java.util.Collection AuthorizationAdminAPI.getPolicyIDsWithPermissionsInRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissions in the given AuthorizationRealm.
NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy's AuthorizationPermissions are actually in the given AuthorizationRealm.
 MetaMatrixPrincipal SessionAdminAPI.getPrincipal(MetaMatrixSessionID userSessionID)
          Get the information for the account to which the specified session has been authenticated.
 java.util.Collection AuthorizationAdminAPI.getPrincipalsForRole(java.lang.String roleName)
          Returns a collection MetaMatrixPrincipalName objects containing the name of the principal along with its type which belong to the given role.
 ProcessStatistics RuntimeStateAdminAPI.getProcessStatistics(java.lang.String hostName, java.lang.String processName)
          Return VMStatistics object for Process.
 java.util.Collection ConfigurationAdminAPI.getProducts()
          Obtain the Collection of ReleaseInfo objects which represent the products of the system.
 PscID RuntimeStateAdminAPI.getPscIDByName(java.lang.String hostName, java.lang.String processName, java.lang.String pscName)
          Return the PscID by Name
 java.util.Collection AuthorizationAdminAPI.getRealmNames()
          Obtain the names of all of the realms known to the system.
 java.util.Collection ConfigurationAdminAPI.getResources()
          Returns a Collection of ResourceDescriptor for all internal resources defined to the system.
 java.util.Collection ConfigurationAdminAPI.getResources(ComponentTypeID componentTypeID)
          Returns a Collection of ResourceDescriptor that are of the specified resource type.
 java.util.Map AuthorizationAdminAPI.getRoleDescriptions()
          Obtain the names of all of the roles and their descriptions known to the system.
 java.util.Collection AuthorizationAdminAPI.getRoleNamesForPrincipal(MetaMatrixPrincipalName principal)
          Returns a Collection of String names of MetaMatrix roles to which the given principal is assigned.
 java.util.Date RuntimeStateAdminAPI.getServerStartTime()
          Returns a Date object representing the time the server was started.
 ServiceID RuntimeStateAdminAPI.getServiceIDByName(java.lang.String hostName, java.lang.String processName, java.lang.String serviceName)
          Return the ServiceID by Name
 java.util.Collection RuntimeStateAdminAPI.getServiceQueueStatistics(ServiceID serviceID)
          Return Collection of QueueStats for service.
 WorkerPoolStats RuntimeStateAdminAPI.getServiceQueueStatistics(ServiceID serviceID, java.lang.String queueName)
          Return QueueStats object for queue.
 java.util.List RuntimeStateAdminAPI.getServices()
          Return all services running in mm system.
 byte[] ExtensionSourceAdminAPI.getSource(java.lang.String sourceName)
          Retrieves an extension source in byte[] form
 ExtensionModuleDescriptor ExtensionSourceAdminAPI.getSourceDescriptor(java.lang.String sourceName)
          Returns the ExtensionSourceDescriptor object for the extension source indicated by sourceName
 java.util.List ExtensionSourceAdminAPI.getSourceDescriptors()
          Returns List of ExtensionSourceDescriptor objects, in order of their search ordering
 java.util.List ExtensionSourceAdminAPI.getSourceDescriptors(java.lang.String type)
          Returns List of ExtensionSourceDescriptor objects of indicated type, in order of their search ordering
 java.util.List ExtensionSourceAdminAPI.getSourceNames()
          Returns List (of Strings) of all extension source names, in order of their search ordering
 java.util.Collection ExtensionSourceAdminAPI.getSourceTypes()
          Returns List (of Strings) of all extension source types currently supported.
 Configuration ConfigurationAdminAPI.getStartupConfiguration()
          Returns the current deployed Configuration.
 ConfigurationID ConfigurationAdminAPI.getStartupConfigurationID()
          Returns the ID of the startup Configuration, which should reflect the desired runtime state of the system.
 SystemState RuntimeStateAdminAPI.getSystemState()
          Return the running state of the system.
 MetaMatrixPrincipal MembershipAdminAPI.getUserPrincipal(java.lang.String principalName)
           
 MultipleRequestConfirmation MembershipAdminAPI.getUserPrincipals(java.util.Collection userNames)
           
 java.util.List RuntimeStateAdminAPI.getVMControllerBindings()
          Returns a list that contains all of the VMControllerBindings for all the VMControllers running in the MetaMatrix system.
 boolean AuthorizationAdminAPI.isCallerInRole(SessionToken caller, java.lang.String roleName)
          Verify that caller is in the specified logical role.
 java.lang.Boolean SessionAdminAPI.isSessionValid(MetaMatrixSessionID userSessionID)
           
 boolean ExtensionSourceAdminAPI.isSourceExists(java.lang.String sourceName)
          Checks if the extension module exists.
 boolean RuntimeStateAdminAPI.isSystemStarted()
          Return TRUE if the system is started; i.e.
 void AuthorizationAdminAPI.removePolicy(AuthorizationPolicyID policyID)
          Remove the policy with the specified ID.
 java.lang.Boolean AuthorizationAdminAPI.removePrincipalFromAllPolicies(MetaMatrixPrincipalName principal)
          Remove given Principal from ALL AuthorizationPolicies to which he belongs.
 void AuthorizationAdminAPI.removePrincipalsFromRole(java.util.Set principals, java.lang.String roleName)
          Remove the given set of principals from the given role.
 void ExtensionSourceAdminAPI.removeSource(java.lang.String sourceName)
          Deletes a source from the list of sources
 void RuntimeStateAdminAPI.restartService(ServiceID serviceID)
          Restart a failed or stopped service.
 void ConfigurationAdminAPI.saveResources(java.util.Collection resourceDescriptors)
          Save the resource changes based on each ResourceDescriptor in the collection.
 java.util.List ExtensionSourceAdminAPI.setEnabled(java.util.Collection sourceNames, boolean enabled)
          Sets the "enabled" (for searching) property of all of the indicated extension sources.
 void ConfigurationAdminAPI.setHistoryLimit(int maximumHistoryCount)
          Set the limit on the number of actions in the history.
 void RuntimeStateAdminAPI.setLoggingConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions)
          Sets the LogConfiguration on the given Configuration.
 void RuntimeStateAdminAPI.setLoggingConfiguration(LogConfiguration logConfig, java.lang.String hostName, java.lang.String processName)
          Sets the LogConfiguration on the LogManager running in the given VM.
 java.util.List ExtensionSourceAdminAPI.setSearchOrder(java.util.List sourceNames)
          Sets the positions in the search order of all sources (all sources must be included or an ExtensionSourceOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order.
 ExtensionModuleDescriptor ExtensionSourceAdminAPI.setSource(java.lang.String sourceName, byte[] source)
          Updates the indicated extension source
 ExtensionModuleDescriptor ExtensionSourceAdminAPI.setSourceDescription(java.lang.String sourceName, java.lang.String description)
          Updates the indicated extension source's description
 ExtensionModuleDescriptor ExtensionSourceAdminAPI.setSourceName(java.lang.String sourceName, java.lang.String newName)
          Updates the indicated extension source's source name
 void RuntimeStateAdminAPI.shutdownServer()
          Gracefully shutdown server waiting for work to complete.
 void RuntimeStateAdminAPI.startHost(java.lang.String host)
          Start up all processes and services for the host.
 void RuntimeStateAdminAPI.startProcess(java.lang.String host, java.lang.String process)
          Start up all process and services.
 void RuntimeStateAdminAPI.startPSC(PscID pscID)
          Start up all services in psc.
 void RuntimeStateAdminAPI.stopHost(java.lang.String host)
          Stop host processes/services once work is complete.
 void RuntimeStateAdminAPI.stopHostNow(java.lang.String host)
          Stop host processes/services now.
 void RuntimeStateAdminAPI.stopProcess(java.lang.String hostname, java.lang.String processName, boolean now)
          Stop process once work is complete.
 void RuntimeStateAdminAPI.stopPSC(PscID pscID)
          Stop up all services in psc, waiting for work to complete.
 void RuntimeStateAdminAPI.stopPSCNow(PscID pscID)
          Stop up all services in psc now.
 void RuntimeStateAdminAPI.stopService(ServiceID serviceID)
          Stop service once work is complete.
 void RuntimeStateAdminAPI.stopServiceNow(ServiceID serviceID)
          Stop service now.
 void RuntimeStateAdminAPI.synchronizeServer()
          Synchronize running services with runtime configuration.
 void SessionAdminAPI.terminateSession(MetaMatrixSessionID userSessionID)
           
 java.util.Set ConfigurationAdminAPI.undoActionsAsTransaction(int numberOfActions)
          Undo the specified number of previously-committed transactions.
 

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

Methods in com.metamatrix.platform.admin.apiimpl that throw InvalidSessionException
 Host ConfigurationAdminAPIImpl.addHost(java.lang.String hostName, java.util.Properties properties)
           
 void AuthorizationAdminAPIImpl.addPrincipalsToRole(java.util.Set principals, java.lang.String roleName)
          Add the given set of principals to the given role.
 void AuthorizationAdminAPIImpl.addPrincipalToRoles(MetaMatrixPrincipalName principal, java.util.Collection roleNames)
          Add the given principal to the given roles.
 ExtensionModuleDescriptor ExtensionSourceAdminAPIImpl.addSource(java.lang.String type, java.lang.String sourceName, byte[] source, java.lang.String description, boolean enabled)
          Adds an extension source to the end of the list of sources
 void ConfigurationAdminAPIImpl.baselineCurrentConfiguration()
          Baselines the realtime portion of the current (operational) configuration into the next-startup configuration.
 void RuntimeStateAdminAPIImpl.bounceServer()
          Shutdown server and restart.
 java.util.List ConfigurationAdminAPIImpl.checkPropertiesDecryptable(java.util.List defns)
           
 void ConfigurationAdminAPIImpl.clearHistory()
          Clear the history of all actions without undoing any of them.
 java.lang.Boolean AuthorizationAdminAPIImpl.containsPolicy(AuthorizationPolicyID policyID)
           
 ConfigurationObjectEditor ConfigurationAdminAPIImpl.createEditor()
          Returns a ConfigurationObjectEditor to perform editing operations on a configuration type object.
 AuthorizationEditor AuthorizationAdminAPIImpl.createEditor()
          Returns a AuthorizationObjectEditor to perform editing operations on a entitlement type object.
 java.util.Set ConfigurationAdminAPIImpl.executeInsertTransaction(ConfigurationID assignConfigurationID, java.util.List actions)
          Execute a list of insert actions and for actions on objects of type ComponentDefn or DeployedComponent object, it will have its configuration id resassigned, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set ConfigurationAdminAPIImpl.executeTransaction(ActionDefinition action)
          Execute as a single transaction the specified action, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set ConfigurationAdminAPIImpl.executeTransaction(java.util.List actions)
          Execute a list of actions, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set AuthorizationAdminAPIImpl.executeTransaction(java.util.List actions)
           
 java.util.Collection AuthorizationAdminAPIImpl.findAllPolicyIDs()
          Get all policyIDs in the system except those that we want to filter from the console.
 java.util.Collection AuthorizationAdminAPIImpl.findPolicyIDs(java.util.Collection principals)
           
 int SessionAdminAPIImpl.getActiveConnectionsCountForProduct(java.lang.String product)
          Get the count of all active connections to a product.
 java.util.Collection SessionAdminAPIImpl.getActiveSessions()
           
 int SessionAdminAPIImpl.getActiveSessionsCount()
          Get the count of active user sessions on the system.
 java.util.Collection ConfigurationAdminAPIImpl.getAllComponentTypeDefinitions(ComponentTypeID componentTypeID)
          Returns the all component type definitions for the specified ComponentTypeID.
 java.util.Collection ConfigurationAdminAPIImpl.getAllComponentTypes(boolean includeDeprecated)
          Returns a List of type ComponentType that represents all the ComponentTypes defined.
 java.util.Collection ConfigurationAdminAPIImpl.getAllGlobalConfigObjects()
           This method will return a Collection of objects that represent the set of global configuration objects currently represented in the configuration database.
 java.util.Collection ConfigurationAdminAPIImpl.getAllProductTypes(boolean includeDeprecated)
          Returns a List of type ProductType that represents all the ProductTypes defined.
 ComponentDefn ConfigurationAdminAPIImpl.getComponentDefn(ConfigurationID configurationID, ComponentDefnID componentDefnID)
           
 java.util.Collection ConfigurationAdminAPIImpl.getComponentDefns(java.util.Collection componentDefnIDs, ConfigurationID configurationID)
          Returns a collection of ComponentDefns for the specified collection of ComponentDefnIDs and ConfigurationID.
 ComponentType ConfigurationAdminAPIImpl.getComponentType(ComponentTypeID id)
          Returns a ComponentType for the specified ComponentTypeID
 java.util.Map ConfigurationAdminAPIImpl.getComponentTypeDefinitions(java.util.Collection componentIDs)
          Returns a Map of component type definitions for each ComponentTypeID that is contained in the passed Collection.
 java.util.Collection ConfigurationAdminAPIImpl.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
          Returns the component type definitions for the specified ComponentTypeID.
 Configuration ConfigurationAdminAPIImpl.getConfiguration(java.lang.String configName)
          Returns the named Configuration.
 java.util.Collection ConfigurationAdminAPIImpl.getConfigurationAndDependents(ConfigurationID configID)
           Returns a Collection containing the Configuration object for the specified ConfigurationID id, and also any dependant objects needed to fully define this configuration, such as Host objects, ComponentType objects, and ComponentTypeDefn objects.
 ConfigurationModelContainer ConfigurationAdminAPIImpl.getConfigurationModel(java.lang.String configName)
           
 Configuration ConfigurationAdminAPIImpl.getCurrentConfiguration()
          Returns the current deployed Configuration.
 ConfigurationID ConfigurationAdminAPIImpl.getCurrentConfigurationID()
          Returns the ConfigurationID for the current configuration.
 java.util.List MembershipAdminAPIImpl.getDomainNames()
           
 java.util.List AuthorizationAdminAPIImpl.getElementEntitlements(AuthorizationRealm realm, java.lang.String elementNamePattern)
          Returns a List of entitlements to the given element pattern in the given realm.
 java.util.List AuthorizationAdminAPIImpl.getGroupEntitlements(AuthorizationRealm realm, java.lang.String fullyQualifiedGroupName)
          Returns a List of entitlements to the given fully qualified group name in the given realm.
 java.util.Collection MembershipAdminAPIImpl.getGroupPrincipalNames()
           
 MultipleRequestConfirmation MembershipAdminAPIImpl.getGroupPrincipals(java.util.Collection groupNames)
          Add the given set of principals to the given role.
 java.util.Set MembershipAdminAPIImpl.getGroupsForDomain(java.lang.String domainName)
           
 java.util.List ConfigurationAdminAPIImpl.getHistory()
          Get the history of actions executed in transactions by this editor.
 int ConfigurationAdminAPIImpl.getHistoryLimit()
          Set the limit on the number of actions in the history.
 int ConfigurationAdminAPIImpl.getHistorySize()
          Get the number of actions that are currently in the history.
 Host ConfigurationAdminAPIImpl.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 java.util.List<java.lang.String> RuntimeStateAdminAPIImpl.getHosts()
          Return all hosts running in mm system.
 java.util.Collection ConfigurationAdminAPIImpl.getHosts()
          Returns a Collection of currently defined hosts.
 java.util.List RuntimeStateAdminAPIImpl.getLogEntries(java.util.Date startTime, java.util.Date endTime, java.util.List levels, java.util.List contexts, int maxRows)
           
 java.util.Collection ConfigurationAdminAPIImpl.getMonitoredComponentTypes(boolean includeDeprecated)
          Returns a List of type ComponentType .
 Configuration ConfigurationAdminAPIImpl.getNextStartupConfiguration()
          Returns the current deployed Configuration.
 ConfigurationID ConfigurationAdminAPIImpl.getNextStartupConfigurationID()
          Returns the ID of the next startup Configuration, which should reflect the desired runtime state of the system.
 java.util.Collection AuthorizationAdminAPIImpl.getPolicies(java.util.Collection policyIDs)
           
 AuthorizationPolicy AuthorizationAdminAPIImpl.getPolicy(AuthorizationPolicyID policyID)
           
 java.util.Collection AuthorizationAdminAPIImpl.getPolicyIDsForResourceInRealm(AuthorizationRealm realm, java.lang.String resourceName)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissions on the given resource that exists in the given AuthorizationRealm.
 java.util.Collection AuthorizationAdminAPIImpl.getPolicyIDsInPartialRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissions that exist in the given partial AuthorizationRealm.
The implementation is such that all AuthorizationPolicyIDs whose AuthorizationRealm starts with the given AuthorizationRealm are returned.
 java.util.Collection AuthorizationAdminAPIImpl.getPolicyIDsInRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 java.util.Collection AuthorizationAdminAPIImpl.getPolicyIDsWithPermissionsInRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissions in the given AuthorizationRealm.
NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy's AuthorizationPermissions are actually in the given AuthorizationRealm.
 MetaMatrixPrincipal SessionAdminAPIImpl.getPrincipal(MetaMatrixSessionID userSessionID)
          Get the information for the account to which the specified session has been authenticated.
 java.util.Collection AuthorizationAdminAPIImpl.getPrincipalsForRole(java.lang.String roleName)
           
 ProcessStatistics RuntimeStateAdminAPIImpl.getProcessStatistics(java.lang.String hostName, java.lang.String processName)
          Return VMStatistics object for Process.
 java.util.Collection ConfigurationAdminAPIImpl.getProducts()
           
 PscID RuntimeStateAdminAPIImpl.getPscIDByName(java.lang.String hostName, java.lang.String processName, java.lang.String pscName)
           
 java.util.Collection AuthorizationAdminAPIImpl.getRealmNames()
          Obtain the names of all of the realms known to the system.
 java.util.Collection ConfigurationAdminAPIImpl.getResources()
          Returns a Collection of ResourceDescriptor for all internal resources defined to the system.
 java.util.Collection ConfigurationAdminAPIImpl.getResources(ComponentTypeID componentTypeID)
          Returns a Collection of ResourceDescriptor that are of the specified resource type.
 java.util.Map AuthorizationAdminAPIImpl.getRoleDescriptions()
           
 java.util.Collection AuthorizationAdminAPIImpl.getRoleNamesForPrincipal(MetaMatrixPrincipalName principal)
          Returns a Collection of String names of MetaMatrix roles to which the given principal is assigned.
 java.util.Date RuntimeStateAdminAPIImpl.getServerStartTime()
          Returns a Date object representing the time the server was started.
 ServiceID RuntimeStateAdminAPIImpl.getServiceIDByName(java.lang.String hostName, java.lang.String processName, java.lang.String serviceName)
           
 java.util.Collection RuntimeStateAdminAPIImpl.getServiceQueueStatistics(ServiceID serviceID)
          Return Collection of QueueStats for service.
 WorkerPoolStats RuntimeStateAdminAPIImpl.getServiceQueueStatistics(ServiceID serviceID, java.lang.String queueName)
          Return QueueStats object for queue.
 java.util.List<ServiceRegistryBinding> RuntimeStateAdminAPIImpl.getServices()
          Return serviceID's for all services running in mm system.
 byte[] ExtensionSourceAdminAPIImpl.getSource(java.lang.String sourceName)
          Retrieves an extension source in byte[] form
 ExtensionModuleDescriptor ExtensionSourceAdminAPIImpl.getSourceDescriptor(java.lang.String sourceName)
          Returns the ExtensionSourceDescriptor object for the extension source indicated by sourceName
 java.util.List ExtensionSourceAdminAPIImpl.getSourceDescriptors()
          Returns List of ExtensionSourceDescriptor objects, in order of their search ordering
 java.util.List ExtensionSourceAdminAPIImpl.getSourceDescriptors(java.lang.String type)
          Returns List of ExtensionSourceDescriptor objects of indicated type, in order of their search ordering
 java.util.List ExtensionSourceAdminAPIImpl.getSourceNames()
          Returns List (of Strings) of all extension source names, in order of their search ordering
 java.util.Collection ExtensionSourceAdminAPIImpl.getSourceTypes()
          Returns List (of Strings) of all extension source types currently supported.
 Configuration ConfigurationAdminAPIImpl.getStartupConfiguration()
          Returns the current deployed Configuration.
 ConfigurationID ConfigurationAdminAPIImpl.getStartupConfigurationID()
          Returns the ID of the startup Configuration, which should reflect the desired runtime state of the system.
 SystemState RuntimeStateAdminAPIImpl.getSystemState()
           
 MetaMatrixPrincipal MembershipAdminAPIImpl.getUserPrincipal(java.lang.String principalName)
           
 MultipleRequestConfirmation MembershipAdminAPIImpl.getUserPrincipals(java.util.Collection userNames)
           
 java.util.List<ProcessRegistryBinding> RuntimeStateAdminAPIImpl.getVMControllerBindings()
           
 boolean AuthorizationAdminAPIImpl.isCallerInRole(SessionToken caller, java.lang.String roleName)
          Verify that caller is in the specified logical role.
 java.lang.Boolean SessionAdminAPIImpl.isSessionValid(MetaMatrixSessionID userSessionID)
           
 boolean ExtensionSourceAdminAPIImpl.isSourceExists(java.lang.String sourceName)
           
 boolean RuntimeStateAdminAPIImpl.isSystemStarted()
          Return TRUE if the system is started; i.e.
 void AuthorizationAdminAPIImpl.removePolicy(AuthorizationPolicyID policyID)
          Remove the policy with the specified ID.
 java.lang.Boolean AuthorizationAdminAPIImpl.removePrincipalFromAllPolicies(MetaMatrixPrincipalName principal)
           
 void AuthorizationAdminAPIImpl.removePrincipalsFromRole(java.util.Set principals, java.lang.String roleName)
          Remove the given set of principals from the given role.
 void ExtensionSourceAdminAPIImpl.removeSource(java.lang.String sourceName)
          Deletes a source from the list of sources
 void RuntimeStateAdminAPIImpl.restartService(ServiceID serviceID)
          Restart a failed or stopped service.
 void ConfigurationAdminAPIImpl.saveResources(java.util.Collection resourceDescriptors)
          Save the resource changes based on each ResourceDescriptor in the collection.
 java.util.List ExtensionSourceAdminAPIImpl.setEnabled(java.util.Collection sourceNames, boolean enabled)
          Sets the "enabled" (for searching) property of all of the indicated extension sources.
 void ConfigurationAdminAPIImpl.setHistoryLimit(int maximumHistoryCount)
          Set the limit on the number of actions in the history.
 void RuntimeStateAdminAPIImpl.setLoggingConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions)
          Sets the LogConfiguration on the given Configuration.
 void RuntimeStateAdminAPIImpl.setLoggingConfiguration(LogConfiguration logConfig, java.lang.String hostName, java.lang.String processName)
          Sets the LogConfiguration on the LogManager running in the given VM.
 java.util.List ExtensionSourceAdminAPIImpl.setSearchOrder(java.util.List sourceNames)
          Sets the positions in the search order of all sources (all sources must be included or an ExtensionSourceOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order.
 ExtensionModuleDescriptor ExtensionSourceAdminAPIImpl.setSource(java.lang.String sourceName, byte[] source)
          Updates the indicated extension source
 ExtensionModuleDescriptor ExtensionSourceAdminAPIImpl.setSourceDescription(java.lang.String sourceName, java.lang.String description)
          Updates the indicated extension source's description
 ExtensionModuleDescriptor ExtensionSourceAdminAPIImpl.setSourceName(java.lang.String sourceName, java.lang.String newName)
          Updates the indicated extension source's source name
 void RuntimeStateAdminAPIImpl.shutdownServer()
          Gracefully shutdown server waiting for work to complete.
 void RuntimeStateAdminAPIImpl.startHost(java.lang.String host)
          Start Host and all processes/services for host.
 void RuntimeStateAdminAPIImpl.startProcess(java.lang.String host, java.lang.String process)
          Start Process and all services for process.
 void RuntimeStateAdminAPIImpl.startPSC(PscID pscID)
          Start up all services in psc.
 void RuntimeStateAdminAPIImpl.stopHost(java.lang.String host)
          Stop host processes/services once work is complete.
 void RuntimeStateAdminAPIImpl.stopHostNow(java.lang.String host)
          Stop host processes/services now.
 void RuntimeStateAdminAPIImpl.stopProcess(java.lang.String hostName, java.lang.String processName, boolean now)
          Stop process once work is complete.
 void RuntimeStateAdminAPIImpl.stopPSC(PscID pscID)
           
 void RuntimeStateAdminAPIImpl.stopPSCNow(PscID pscID)
           
 void RuntimeStateAdminAPIImpl.stopService(ServiceID serviceID)
          Stop service once work is complete.
 void RuntimeStateAdminAPIImpl.stopServiceNow(ServiceID serviceID)
          Stop service now.
 void RuntimeStateAdminAPIImpl.synchronizeServer()
          Synchronize running services with runtime configuration.
 void SessionAdminAPIImpl.terminateSession(MetaMatrixSessionID userSessionID)
           
 java.util.Set ConfigurationAdminAPIImpl.undoActionsAsTransaction(int numberOfActions)
          Undo the specified number of previously-committed transactions.
 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 InvalidSessionException in com.metamatrix.platform.security.api
 

Methods in com.metamatrix.platform.security.api that throw InvalidSessionException
 void ILogon.assertIdentity(MetaMatrixSessionID sessionId)
           
 ResultsFuture<?> ILogon.logoff()
          Log off the specified session.
static MetaMatrixPrincipal BasicMetaMatrixPrincipal.merge(MetaMatrixPrincipal p1, MetaMatrixPrincipal p2)
          Merge all of the attributes of the input principal into the target principal.
 ResultsFuture<?> ILogon.ping()
          Ping the server to see if the client-server connection is alive.
 

Uses of InvalidSessionException in com.metamatrix.platform.security.api.service
 

Methods in com.metamatrix.platform.security.api.service that throw InvalidSessionException
 boolean AuthorizationServiceInterface.checkAccess(SessionToken sessionToken, java.lang.String contextName, AuthorizationPermission request)
          Return whether the specified account has authorization to access the specified resource.
 boolean AuthorizationServiceInterface.checkAccess(SessionToken sessionToken, java.lang.String contextName, AuthorizationPermission request, boolean fetchDependants)
          Return whether the specified account has authorization to access the specified resource and all its dependent resources.
 void SessionServiceInterface.closeSession(MetaMatrixSessionID sessionID)
          Closes the specified session.
 boolean AuthorizationServiceInterface.containsPolicy(SessionToken caller, AuthorizationPolicyID id)
          Return whether there is an existing policy with the specified ID.
 java.util.Set AuthorizationServiceInterface.executeTransaction(SessionToken caller, java.util.List actions)
          Execute as a single transaction with the specified actions, and return the set of IDs for the objects that were affected/modified by the action.
 java.util.Collection AuthorizationServiceInterface.findAllPolicyIDs(SessionToken caller)
          Locate the IDs of all of the policies that are accessible by the caller.
 java.util.Collection AuthorizationServiceInterface.findPolicyIDs(SessionToken caller, java.util.Collection principals)
          Locate the IDs of all of the policies that apply to the specified principal and that are accessible by the caller.
 java.util.Collection AuthorizationServiceInterface.getInaccessibleResources(SessionToken sessionToken, java.lang.String contextName, java.util.Collection requests)
          Of those resources specified, return the subset for which the specified account does not have authorization to access.
 java.util.Collection AuthorizationServiceInterface.getPolicies(SessionToken caller, java.util.Collection policyIDs)
          Locate the policies that have the specified IDs.
 AuthorizationPolicy AuthorizationServiceInterface.getPolicy(SessionToken caller, AuthorizationPolicyID policyID)
          Locate the policy that has the specified ID.
 MetaMatrixPrincipal SessionServiceInterface.getPrincipal(MetaMatrixSessionID sessionID)
          Returns a MetaMatrixPrincipal object describing the owner (user) of the indicated session.
 java.util.Collection AuthorizationServiceInterface.getPrincipalsForRole(SessionToken caller, java.lang.String roleName)
          Returns a collection MetaMatrixPrincipalName objects containing the name of the principal along with its type which belong to the given role.
 java.util.Collection AuthorizationServiceInterface.getRealmNames(SessionToken caller)
          Obtain the names of all of the realms known to the system.
 java.util.Map AuthorizationServiceInterface.getRoleDescriptions(SessionToken caller)
          Obtain the names of all of the roles and their descriptions known to the system.
 java.util.Collection AuthorizationServiceInterface.getRoleNamesForPrincipal(SessionToken caller, MetaMatrixPrincipalName principal)
          Returns a Collection of String names of MetaMatrix roles to which the given principal is assigned.
 void AuthorizationServiceInterface.migratePolicies(SessionToken token, EntitlementMigrationReport rpt, java.lang.String targetVDBName, java.lang.String targetVDBVersion, java.util.Set targetNodes, java.util.Collection sourcePolicies, AdminOptions options)
           
 void SessionServiceInterface.pingServer(MetaMatrixSessionID sessionID)
          Periodically called by the client to indicate the client is still alive.
 boolean SessionServiceInterface.terminateSession(MetaMatrixSessionID terminatedSessionID, MetaMatrixSessionID adminSessionID)
          Terminates the specified session.
 MetaMatrixSessionInfo SessionServiceInterface.validateSession(MetaMatrixSessionID sessionID)
          This method is intended to verify that the session is valid, and, if need be, set the session in an active state, ready to be used.
 

Uses of InvalidSessionException in com.metamatrix.platform.security.authorization.service
 

Methods in com.metamatrix.platform.security.authorization.service that throw InvalidSessionException
 boolean AuthorizationServiceImpl.checkAccess(SessionToken sessionToken, java.lang.String contextName, AuthorizationPermission request)
          Return whether the specified account has authorization to access the specified resource.
 boolean AuthorizationServiceImpl.checkAccess(SessionToken sessionToken, java.lang.String contextName, AuthorizationPermission request, boolean fetchDependants)
          Return whether the specified account has authorization to access the specified resource and all its dependant resources.
 boolean AuthorizationServiceImpl.containsPolicy(SessionToken caller, AuthorizationPolicyID policyID)
          Return whether there is an existing policy with the specified ID.
 java.util.Set AuthorizationServiceImpl.executeTransaction(SessionToken administrator, java.util.List actions)
          Execute as a single transaction with the specified actions, and return the set of IDs for the objects that were affected/modified by the action.
 java.util.Collection AuthorizationServiceImpl.findAllPolicyIDs(SessionToken caller)
          Locate the IDs of all of the policies that are accessible by the caller.
 java.util.Collection AuthorizationServiceImpl.findPolicyIDs(SessionToken caller, java.util.Collection principals)
          Locate the IDs of all of the policies that apply to the specified principals and that are accessible by the caller.
 java.util.Collection AuthorizationServiceImpl.getInaccessibleResources(SessionToken sessionToken, java.lang.String contextName, java.util.Collection requests)
          Of those resources specified, return the subset for which the specified account does NOT have authorization to access.
 java.util.Collection AuthorizationServiceImpl.getPolicies(SessionToken caller, java.util.Collection policyIDs)
          Locate the policies that have the specified IDs.
 AuthorizationPolicy AuthorizationServiceImpl.getPolicy(SessionToken caller, AuthorizationPolicyID policyID)
          Locate the policy that has the specified ID.
 java.util.Collection AuthorizationServiceImpl.getPrincipalsForRole(SessionToken caller, java.lang.String roleName)
          Returns a collection MetaMatrixPrincipalName objects containing the name of the principal along with its type which belong to the given role.
 java.util.Collection AuthorizationServiceImpl.getRealmNames(SessionToken caller)
          Obtain the names of all of the realms known to the system.
 java.util.Map AuthorizationServiceImpl.getRoleDescriptions(SessionToken caller)
          Obtain the names of all of the roles and their descriptions known to the system.
 void AuthorizationServiceImpl.migratePolicies(SessionToken token, EntitlementMigrationReport rpt, java.lang.String targetVDBName, java.lang.String targetVDBVersion, java.util.Set targetNodes, java.util.Collection sourcePolicies, AdminOptions options)
           
 

Uses of InvalidSessionException in com.metamatrix.platform.security.session.service
 

Methods in com.metamatrix.platform.security.session.service that throw InvalidSessionException
 void SessionServiceImpl.closeSession(MetaMatrixSessionID sessionID)
           
 MetaMatrixPrincipal SessionServiceImpl.getPrincipal(MetaMatrixSessionID sessionID)
           
 void SessionServiceImpl.pingServer(MetaMatrixSessionID sessionID)
           
 MetaMatrixSessionInfo SessionServiceImpl.validateSession(MetaMatrixSessionID sessionID)
           
 

Uses of InvalidSessionException in com.metamatrix.server.admin.api
 

Methods in com.metamatrix.server.admin.api that throw InvalidSessionException
 void QueryAdminAPI.cancelRequest(RequestID requestID)
          Cancel a single query.
 void QueryAdminAPI.cancelRequest(RequestID requestID, int nodeID)
          Cancel an atomic query for the user session.
 void QueryAdminAPI.cancelRequests(MetaMatrixSessionID userSessionID)
          Cancel all queries for the user session.
 java.util.Set RuntimeMetadataAdminAPI.getAllDataNodeNames(java.lang.String vdbName, java.lang.String vdbVersion)
          Get all data element paths for a VDB version.
 java.util.Collection QueryAdminAPI.getAllRequests()
          Return all queries that are in the system.
 java.util.Collection TransactionAdminAPI.getAllTransactions()
          Return all transactions that are in the system.
 java.util.Map RuntimeMetadataAdminAPI.getConnectorBindingNames(VirtualDatabaseID vdbID)
          Get connector binding names for a given virtual database.
 PermissionDataNode RuntimeMetadataAdminAPI.getDataNodes(java.lang.String vDBName, java.lang.String vDBVersion)
          Get the tree of data nodes that make op a VDB.
 PermissionDataNode RuntimeMetadataAdminAPI.getEntitlementTree(java.lang.String vDBName, java.lang.String vDBVersion, AuthorizationPolicyID policyID)
          Returns the entitlement tree for a given VDB version.
 VirtualDatabase RuntimeMetadataAdminAPI.getLatestVirtualDatabase(java.lang.String vdbName)
          Returns the latestVirtualDatabase for the specified vdbName.
 MaterializationLoadScripts RuntimeMetadataAdminAPI.getMaterializationScripts(ConnectorBinding materializationConnector, VDBDefn vdb, java.lang.String mmHost, java.lang.String mmPort, java.lang.String materializationUserName, java.lang.String materializationUserPwd, java.lang.String metamatrixUserName, java.lang.String metamatrixUserPwd)
          Get the MaterializationLoadScripts for all materialized views in the materialization model in this VDB.
 java.util.Map RuntimeMetadataAdminAPI.getModelVisibilityLevels(VirtualDatabaseID vdbID)
          Get the visibility levels for models in a given virtual database.
 java.util.Collection QueryAdminAPI.getRequestsForSession(MetaMatrixSessionID userSessionID)
          Return all queries that are currently being processed for the user session.
 byte[] RuntimeMetadataAdminAPI.getVDB(VirtualDatabaseID vdbID)
          Call to obtain the VDB Definition that can be used for importing or exporting.
 java.util.Collection RuntimeMetadataAdminAPI.getVDBModels(VirtualDatabaseID vdbID)
          Returns a sorted Collection of type Model that represents all the models that where deployed in the specified virtual database.
 java.util.Collection RuntimeMetadataAdminAPI.getVDBsForConnectorBinding(java.lang.String routingID)
          Given a routing ID, find all VDBs whose models use the connector binding.
 VirtualDatabase RuntimeMetadataAdminAPI.getVirtualDatabase(VirtualDatabaseID vdbID)
          Returns the VirtualDatabase specified by the VirtualDatabaseID.
 java.util.Collection RuntimeMetadataAdminAPI.getVirtualDatabases()
          Returns a Collection of all the VirtualDatabases in the system.
 VirtualDatabase RuntimeMetadataAdminAPI.importVDB(byte[] vdbStream)
          Call to import a VDB
 void RuntimeMetadataAdminAPI.markVDBForDelete(VirtualDatabaseID vdbID)
          Mark a VirtualDataBase (VDB) for deletion.
 java.util.Map RuntimeMetadataAdminAPI.migrateConnectorBindingNames(VirtualDatabase sourceVDB, VDBDefn vdb)
          Migrate connector binding names from models in a virtual database, filling in connector binding names possible for the models in the DTCInfo.
 EntitlementMigrationReport RuntimeMetadataAdminAPI.migrateEntitlements(VirtualDatabase targetVDB, char[] dataRoleContents, boolean overwriteExisting)
          Migrate as many existing entitlements as possible from a supplied roles file to a newly deployed VDB.
 EntitlementMigrationReport RuntimeMetadataAdminAPI.migrateEntitlements(VirtualDatabase sourceVDB, VirtualDatabase targetVDB)
          Migrate as many existing entitlements as possible to a newly deployed VDB.
 void RuntimeMetadataAdminAPI.setConnectorBindingNames(VirtualDatabaseID vdbID, java.util.Map modelnamesAndConnectorBindingNames)
          Set connector binding names for models in a virtual database.
 void RuntimeMetadataAdminAPI.setVDBState(VirtualDatabaseID vdbID, short state)
          Updates the VirtualDatabase state.
 void TransactionAdminAPI.terminateAllTransactions(MetaMatrixSessionID userSessionID)
          Terminate all transactions for the user session.
 void TransactionAdminAPI.terminateTransaction(TransactionID transactionID)
          Terminate a transaction.
 void RuntimeMetadataAdminAPI.updateVirtualDatabase(VirtualDatabase vdb)
          Update a modified VirtualDataBase.
 boolean RuntimeMetadataAdminAPI.validateConnectorBindingForMaterialization(ConnectorBinding materializationConnector)
          Validate the given connector binding is capable for connectivity to a Materialization.
 

Uses of InvalidSessionException in com.metamatrix.server.admin.apiimpl
 

Methods in com.metamatrix.server.admin.apiimpl that throw InvalidSessionException
 void QueryAdminAPIImpl.cancelRequest(RequestID requestID)
          Cancel a single query for the user session.
 void QueryAdminAPIImpl.cancelRequest(RequestID requestID, int nodeID)
          Cancel an atomic query for the user session.
 void QueryAdminAPIImpl.cancelRequests(MetaMatrixSessionID userSessionID)
          Cancel all queries for the user session.
 java.util.Set RuntimeMetadataAdminAPIImpl.getAllDataNodeNames(java.lang.String vdbName, java.lang.String vdbVersion)
          Get all data element paths for a VDB version.
 java.util.Collection QueryAdminAPIImpl.getAllRequests()
          Return all queries that are in the system.
 java.util.Collection TransactionAdminAPIImpl.getAllTransactions()
          Return all transactions that are in the system.
 java.util.Map RuntimeMetadataAdminAPIImpl.getConnectorBindingNames(VirtualDatabaseID vdbID)
          Get connector binding names for a given virtual database.
 PermissionDataNode RuntimeMetadataAdminAPIImpl.getDataNodes(java.lang.String vDBName, java.lang.String vDBVersion)
          Get the tree of data nodes that make op a VDB.
 PermissionDataNode RuntimeMetadataAdminAPIImpl.getEntitlementTree(java.lang.String vDBName, java.lang.String vDBVersion, AuthorizationPolicyID policyID)
          Returns the entitlement tree for a given VDB version.
 VirtualDatabase RuntimeMetadataAdminAPIImpl.getLatestVirtualDatabase(java.lang.String vdbName)
          Returns the latestVirtualDatabase for the specified vdbName.
 MaterializationLoadScripts RuntimeMetadataAdminAPIImpl.getMaterializationScripts(ConnectorBinding materializationConnector, VDBDefn vdb, java.lang.String mmHost, java.lang.String mmPort, java.lang.String materializationUserName, java.lang.String materializationUserPwd, java.lang.String metamatrixUserName, java.lang.String metamatrixPwd)
           
 java.util.Map RuntimeMetadataAdminAPIImpl.getModelVisibilityLevels(VirtualDatabaseID vdbID)
          Get the visibility levels for models in a given virtual database.
 java.util.Collection QueryAdminAPIImpl.getRequestsForSession(MetaMatrixSessionID userSessionID)
          Return all queries that are currently being processed for the user session.
 byte[] RuntimeMetadataAdminAPIImpl.getVDB(VirtualDatabaseID vdbID)
          Call to export a VDB to the local file system
 java.util.Collection RuntimeMetadataAdminAPIImpl.getVDBModels(VirtualDatabaseID vdbID)
          Returns a sorted Collection of type Model that represents all the models that were deployed in the specified virtual database.
 java.util.Collection RuntimeMetadataAdminAPIImpl.getVDBsForConnectorBinding(java.lang.String routingID)
          Given a routing ID, find all VDBs whose models use the connector binding.
 VirtualDatabase RuntimeMetadataAdminAPIImpl.getVirtualDatabase(VirtualDatabaseID vdbID)
          Returns the VirtualDatabase specified by the VirtualDatabaseID.
 java.util.Collection RuntimeMetadataAdminAPIImpl.getVirtualDatabases()
          Returns a Collection of the VirtualDatabases in the system.
 VirtualDatabase RuntimeMetadataAdminAPIImpl.importVDB(byte[] vdbStream)
           
 void RuntimeMetadataAdminAPIImpl.markVDBForDelete(VirtualDatabaseID vdbID)
          Mark a VirtualDataBase (VDB) for deletion.
 java.util.Map RuntimeMetadataAdminAPIImpl.migrateConnectorBindingNames(VirtualDatabase sourceVDB, VDBDefn vdb)
          Migrate connector binding names from models in a virtual database, filling in connector binding names possible for the models in the DTCInfo.
 EntitlementMigrationReport RuntimeMetadataAdminAPIImpl.migrateEntitlements(VirtualDatabase targetVDB, char[] dataRoleContents, boolean overwriteExisting)
          Migrate as many existing entitlements as possible to a newly deployed VDB from a supplied roles xml file.
 EntitlementMigrationReport RuntimeMetadataAdminAPIImpl.migrateEntitlements(VirtualDatabase sourceVDB, VirtualDatabase targetVDB)
          Migrate as many existing entitlements as possible to a newly deployed VDB.
 void RuntimeMetadataAdminAPIImpl.setConnectorBindingNames(VirtualDatabaseID vdbID, java.util.Map modelAndCBNames)
          Set connector binding names for models in a virtual database.
 void RuntimeMetadataAdminAPIImpl.setVDBState(VirtualDatabaseID vdbID, short state)
          Updates the VirtualDatabase state.
 void TransactionAdminAPIImpl.terminateAllTransactions(MetaMatrixSessionID userSessionID)
          Terminate all transactions for the user session.
 void TransactionAdminAPIImpl.terminateTransaction(TransactionID transactionID)
          Terminate a transactions.
 void RuntimeMetadataAdminAPIImpl.updateVirtualDatabase(VirtualDatabase vdb)
          Update a modified VirtualDataBase.
 boolean RuntimeMetadataAdminAPIImpl.validateConnectorBindingForMaterialization(ConnectorBinding materializationConnector)
           
 



Copyright © 2009. All Rights Reserved.