Uses of Class
com.metamatrix.admin.api.exception.AdminException

Packages that use AdminException
com.metamatrix.admin.api.core   
com.metamatrix.admin.api.embedded   
com.metamatrix.admin.api.exception   
com.metamatrix.admin.api.objects   
com.metamatrix.admin.api.server   
com.metamatrix.admin.objects   
com.metamatrix.common.comm.platform.client   
 

Uses of AdminException in com.metamatrix.admin.api.core
 

Methods in com.metamatrix.admin.api.core that throw AdminException
 void CoreConfigAdmin.addConnectorArchive(byte[] archiveContents, AdminOptions options)
          Add Connector Type and all the required extension modules required by the this connector type into the system from the given file byte stream which is encoded inthe Connector Archive format.
 ConnectorBinding CoreConfigAdmin.addConnectorBinding(java.lang.String name, char[] xmlFile, AdminOptions options)
          Import a ConnectorBinding into the Configuration.
 ConnectorBinding CoreConfigAdmin.addConnectorBinding(java.lang.String name, java.lang.String connectorTypeIdentifier, java.util.Properties properties, AdminOptions options)
          Deploy a ConnectorBinding to Configuration
 void CoreConfigAdmin.addConnectorType(java.lang.String name, char[] cdkFile)
          Add Connector Type, will import Connector Type from a file
 void CoreConfigAdmin.addExtensionModule(java.lang.String type, java.lang.String sourceName, byte[] source, java.lang.String description)
          Adds an ExtensionModule to the end of the list of modules.
 void CoreConfigAdmin.addUDF(byte[] modelFileContents, java.lang.String classpath)
          Add User Defined Function model to the system.
 VDB CoreConfigAdmin.addVDB(java.lang.String name, byte[] vdbFile, AdminOptions options)
          Import a VDB file.
 void CoreConfigAdmin.assignBindingToModel(java.lang.String connectorBindingName, java.lang.String vdbName, java.lang.String vdbVersion, java.lang.String modelName)
          Assign a ConnectorBinding to a VDB's Model
 void CoreRuntimeStateAdmin.cancelRequest(java.lang.String identifier)
          Cancel Request
 void CoreRuntimeStateAdmin.cancelSourceRequest(java.lang.String identifier)
          Cancel Source Request
 void CoreRuntimeStateAdmin.changeVDBStatus(java.lang.String name, java.lang.String version, int status)
          Change the status of a Deployed VDB
 void CoreRuntimeStateAdmin.clearCache(java.lang.String cacheIdentifier)
          Clear the cache or caches specified by the cacheIdentifier.
 void CoreConfigAdmin.deleteConnectorBinding(java.lang.String connectorBindingIdentifier)
          Delete the ConnectorBinding from the Configuration
 void CoreConfigAdmin.deleteConnectorType(java.lang.String name)
          Delete Connector Type from Next Configuration
 void CoreConfigAdmin.deleteExtensionModule(java.lang.String sourceName)
          Deletes an ExtensionModule from the list of modules.
 void CoreConfigAdmin.deleteUDF()
          Delete the User Defined Function model.
 char[] CoreConfigAdmin.exportConfiguration()
          Export Configuration to character Array in XML format
 byte[] CoreConfigAdmin.exportConnectorArchive(java.lang.String connectorTypeIdentifier)
          Export Connector Archive, which is bundled connector type with its xml properties file and all the extension modules required by the this connector type
 char[] CoreConfigAdmin.exportConnectorBinding(java.lang.String connectorBindingIdentifier)
          Export a ConnectorBinding to character Array in XML format
 char[] CoreConfigAdmin.exportConnectorType(java.lang.String connectorTypeIdentifier)
          Export Connector Type to character array
 byte[] CoreConfigAdmin.exportExtensionModule(java.lang.String sourceName)
          Export an ExtensionModule to byte array
 byte[] CoreConfigAdmin.exportVDB(java.lang.String name, java.lang.String version)
          Export VDB to byte array
 java.util.Collection CoreMonitoringAdmin.getCaches(java.lang.String identifier)
          Get the Caches that correspond to the specified identifer pattern
 java.util.Collection CoreMonitoringAdmin.getConnectorBindings(java.lang.String connectorBindingIdentifier)
          Get the Connector Bindings that correspond to the specifed identifer pattern.
 java.util.Collection CoreMonitoringAdmin.getConnectorBindingsInVDB(java.lang.String identifier)
          Get all the Connector Bindings for the given VDB identifier pattern
 java.util.Collection CoreMonitoringAdmin.getConnectorTypes(java.lang.String connectorTypeIdentifier)
          Get the Connector Types that correspond to the specified identifer pattern.
 java.util.Collection CoreMonitoringAdmin.getExtensionModules(java.lang.String extensionModuleIdentifier)
          Get the Extension Modules that correspond to the specified identifer pattern
 LogConfiguration CoreConfigAdmin.getLogConfiguration()
          Get the LogConfiguration
 java.util.Collection CoreMonitoringAdmin.getPropertyDefinitions(java.lang.String identifier, java.lang.String className)
          Get all of the available Configuration Properties for the specified AdminObject, and details about them.
 java.util.Collection CoreMonitoringAdmin.getQueueWorkerPools(java.lang.String identifier)
          Get the Queue Worker Pools that correspond to the specified identifer pattern.
 java.util.Collection CoreMonitoringAdmin.getRequests(java.lang.String identifier)
          Get the Requests that correspond to the specified identifer pattern
 java.util.Collection CoreMonitoringAdmin.getSessions(java.lang.String identifier)
          Get the Sessions that correspond to the specified identifer pattern
 java.util.Collection CoreMonitoringAdmin.getSourceRequests(java.lang.String identifier)
          Get the Source Request that correspond to the specified identifer pattern
 SystemObject CoreMonitoringAdmin.getSystem()
          Retrieve the single System object.
 java.util.Collection CoreMonitoringAdmin.getVDBs(java.lang.String vdbIdentifier)
          Get the VDBs that correspond to the specifed identifer pattern.
 void CoreConfigAdmin.setLogConfiguration(LogConfiguration config)
          Set the LogConfiguration in the MetaMatrix Server
 void CoreConfigAdmin.setProperty(java.lang.String identifier, java.lang.String className, java.lang.String propertyName, java.lang.String propertyValue)
          Set a Property for an AdminObject
 void CoreConfigAdmin.setSystemProperty(java.lang.String propertyName, java.lang.String propertyValue)
          Set system-wide property.
 void CoreRuntimeStateAdmin.startConnectorBinding(java.lang.String connectorBindingIdentifier)
          Start Connector Binding
 void CoreRuntimeStateAdmin.stopConnectorBinding(java.lang.String connectorBindingIdentifier, boolean stopNow)
          Stop Connector Binding
 void CoreRuntimeStateAdmin.terminateSession(java.lang.String identifier)
          Terminate the Session
 void CoreConfigAdmin.updateProperties(java.lang.String identifier, java.lang.String className, java.util.Properties properties)
          Set several properties for an AdminObject.
 void CoreConfigAdmin.updateSystemProperties(java.util.Properties properties)
          Set several system-wide properties.
 

Uses of AdminException in com.metamatrix.admin.api.embedded
 

Methods in com.metamatrix.admin.api.embedded that throw AdminException
 void EmbeddedRuntimeStateAdmin.restart()
          Restart MM Query
 void EmbeddedRuntimeStateAdmin.setLogListener(EmbeddedLogger listener)
          Set the log listener to install into MM Query.
 void EmbeddedRuntimeStateAdmin.stop(int millisToWait)
          Stop the MM Query.
 

Uses of AdminException in com.metamatrix.admin.api.exception
 

Subclasses of AdminException in com.metamatrix.admin.api.exception
 class AdminComponentException
          An AdminComponentException is thrown when an error occurs as a result of an internal component error.
 class AdminProcessingException
          An AdminProcessingException indicates that an error occured during processing as a result of user input.
 

Methods in com.metamatrix.admin.api.exception with parameters of type AdminException
 void AdminException.addChild(AdminException child)
          Add a child AdminException for a particular failure if and action resulted in multiple failures.
 

Uses of AdminException in com.metamatrix.admin.api.objects
 

Methods in com.metamatrix.admin.api.objects that throw AdminException
 void ScriptsContainer.saveAllToDirectory(java.lang.String directoryLocation, AdminOptions options)
          Save all of the scripts contained to the specified local directory.
 

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

Methods in com.metamatrix.admin.api.server that throw AdminException
 void ServerConfigAdmin.addAuthorizationProvider(java.lang.String domainprovidername, java.lang.String providertypename, java.util.Properties properties)
           
 void ServerConfigAdmin.addHost(java.lang.String hostIdentifier, java.util.Properties properties)
          Add a Host with Properties to MetaMatrix System
 void ServerConfigAdmin.addProcess(java.lang.String processIdentifier, java.util.Properties properties)
          Add Process to specified host in the processIdentifier
 void ServerConfigAdmin.assignBindingsToModel(java.lang.String[] connectorBindingNames, java.lang.String vdbName, java.lang.String vdbVersion, java.lang.String modelName)
          Assign ConnectorBindings to a VDB's Model.
 void ServerSecurityAdmin.assignRoleToGroup(java.lang.String roleIdentifier, java.lang.String groupIdentifier)
          Assign to the given Group the given Administrative Role.
 void ServerRuntimeStateAdmin.bounceSystem(boolean waitUntilDone)
          Stop and restart the entire system.
 void ServerConfigAdmin.deassignBindingFromModel(java.lang.String connectorBindingName, java.lang.String vdbName, java.lang.String vdbVersion, java.lang.String modelName)
          Deassign a ConnectorBinding from a VDB's Model
 void ServerConfigAdmin.deassignBindingsFromModel(java.lang.String[] connectorBindingNames, java.lang.String vdbName, java.lang.String vdbVersion, java.lang.String modelName)
          Deassign ConnectorBindings from a VDB's Model.
 void ServerConfigAdmin.deleteHost(java.lang.String identifier)
          Delete Host in Configuration
 void ServerConfigAdmin.deleteProcess(java.lang.String identifier)
          Delete Process in Configuration
 void ServerConfigAdmin.disableHost(java.lang.String identifier)
          Disable Host in Configuration
 void ServerConfigAdmin.disableProcess(java.lang.String identifier)
          Disable Process in Configuration
 void ServerConfigAdmin.enableHost(java.lang.String hostIdentifier)
          Enable Host in Configuration
 void ServerConfigAdmin.enableProcess(java.lang.String identifier)
          Enable Process in Configuration
 char[] ServerSecurityAdmin.exportDataRoles(java.lang.String vdbName, java.lang.String vdbVersion)
          Export the data roles defined for the given vdb fromthe current system
 byte[] ServerMonitoringAdmin.exportLogs()
          Export the server logs to a byte[].
 ScriptsContainer ServerConfigAdmin.generateMaterializationScripts(java.lang.String vdbName, java.lang.String vdbVersion, java.lang.String metamatrixUserName, java.lang.String metamatrixUserPwd, java.lang.String materializationUserName, java.lang.String materializationUserPwd)
          Generate the scripts necessary for loading or refreshing a VDB with Materialized Views.
 java.util.Properties ServerConfigAdmin.getBootstrapProperties()
          Return the bootstrap properties used to configure initialize the system.
 byte[] ServerConfigAdmin.getClusterKey()
          Retrieves the cluster key that authenticates and secures intra-cluster communication.
 java.util.Collection ServerMonitoringAdmin.getDQPs(java.lang.String identifier)
          Get the DQPs that correspond to the specified identifer pattern.
 java.util.Collection ServerSecurityAdmin.getGroups(java.lang.String groupIdentifier)
          Get the group denoted by the given groupIdentifier.
 java.util.Collection ServerSecurityAdmin.getGroupsForUser(java.lang.String userIdentifier)
          Get the group memberships for the given user.
 java.util.Collection ServerMonitoringAdmin.getHosts(java.lang.String hostIdentifier)
          Get the hosts that correspond to the specified identifier pattern.
 java.util.Collection ServerMonitoringAdmin.getProcesses(java.lang.String processIdentifier)
          Get the processes that correspond to the specified identifier pattern.
 java.util.Collection ServerMonitoringAdmin.getResources(java.lang.String resourceIdentifier)
          Get the Resources that correspond to the specified identifer pattern.
 java.util.Collection ServerSecurityAdmin.getRolesForGroup(java.lang.String groupIdentifier)
          Get the Collection of administrative role names possessed by the given group, if any.
 java.util.Collection ServerSecurityAdmin.getRolesForUser(java.lang.String userIdentifier)
          Get the Collection of administrative role names possessed by the given user, if any.
 void ServerConfigAdmin.importConfiguration(char[] fileData)
          Import the Configuration from a character array in XML format.
 java.lang.String ServerSecurityAdmin.importDataRoles(java.lang.String vdbName, java.lang.String vdbVersion, char[] data, AdminOptions options)
          Import the data Roles for given vdb and version into the connected server
 void ServerSecurityAdmin.removeRoleFromGroup(java.lang.String roleIdentifier, java.lang.String groupIdentifier)
          Remove an administrative role from the given Group.
 void ServerRuntimeStateAdmin.startHost(java.lang.String hostIdentifier, boolean waitUntilDone)
          Start the Host for this cluster
 void ServerRuntimeStateAdmin.startProcess(java.lang.String processIdentifier, boolean waitUntilDone)
          Start a Process in the system.
 void ServerRuntimeStateAdmin.stopHost(java.lang.String hostIdentifier, boolean stopNow, boolean waitUntilDone)
          Stop the Host for this cluster
 void ServerRuntimeStateAdmin.stopProcess(java.lang.String processIdentifier, boolean stopNow, boolean waitUntilDone)
          Stop Process running in the system.
 void ServerRuntimeStateAdmin.stopSystem()
          Stop the entire system.
 void ServerRuntimeStateAdmin.synchronizeSystem(boolean waitUntilDone)
          Synchronize the entire system.
 

Uses of AdminException in com.metamatrix.admin.objects
 

Methods in com.metamatrix.admin.objects that throw AdminException
static int MMAdminObject.getObjectType(java.lang.String className)
          Get the object type code for the specified classname.
 void MMScriptsContainer.saveAllToDirectory(java.lang.String directoryLocation, AdminOptions options)
           
 

Uses of AdminException in com.metamatrix.common.comm.platform.client
 

Methods in com.metamatrix.common.comm.platform.client that throw AdminException
 ServerAdmin ServerAdminFactory.createAdmin(java.util.Properties p)
           
 ServerAdmin ServerAdminFactory.createAdmin(java.lang.String userName, char[] password, java.lang.String serverURL)
          Creates a ServerAdmin with the specified connection properties.
 ServerAdmin ServerAdminFactory.createAdmin(java.lang.String userName, char[] password, java.lang.String serverURL, java.lang.String applicationName)
          Creates a ServerAdmin with the specified connection properties.
 



Copyright © 2009. All Rights Reserved.