|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExternalException in com.metamatrix.console.models |
---|
Methods in com.metamatrix.console.models that throw ExternalException | |
---|---|
void |
ExtensionSourceManager.addModule(NewExtensionSourceInfo info)
|
void |
GroupsManager.addPrincipalsToRole(java.util.Collection principals,
java.lang.String role)
Add collection of PrincipalNames to a Role |
void |
RuntimeMgmtManager.bounceServer()
|
void |
QueryManager.cancelQueryRequests(java.util.Collection<Request> selected)
|
void |
EntitlementManager.changeAPolicy(PermissionDataNodeTreeView treeView,
AuthorizationPolicy policy,
java.lang.String newDescription,
java.util.Collection addedGroupPrincipals,
java.util.Collection removedGroupPrincipals,
java.util.List changedPermissions)
|
void |
ConfigurationManager.commitImportedObjects(java.util.Collection theImportedObjects)
Changes the deployed PSC for a given process. |
Host |
ConfigurationManager.createHost(java.lang.String theHostName)
Creates a host. |
void |
EntitlementManager.createNewEntitlement(java.lang.String entitlementName,
java.lang.String entitlementDescription,
java.lang.String vdbName,
int vdbVersion,
EntitlementsTableRowData dataNodesSameAsEntitlement,
EntitlementsTableRowData principalsSameAsEntitlement)
|
VMComponentDefn |
ConfigurationManager.createProcess(java.lang.String theProcessName,
java.lang.String portNumber,
Host theHost,
ConfigurationID theConfigId)
Creates a process. |
void |
EntitlementManager.deleteEntitlement(AuthorizationPolicyID id)
|
void |
ConfigurationManager.deleteHost(Host theHost,
ConfigurationID theConfigId)
|
void |
ExtensionSourceManager.deleteModule(java.lang.String moduleName)
|
void |
ConfigurationManager.deleteProcess(VMComponentDefn theProcess,
ConfigurationID theConfigId)
|
boolean |
EntitlementManager.doesEntitlementExist(java.lang.String entName,
java.lang.String vdbName,
int vdbVersion)
|
void |
ExtensionSourceManager.exportToFile(java.lang.String moduleName,
java.io.File target)
|
java.util.Collection |
EntitlementManager.getAllEntitlements()
|
java.util.Collection<Request> |
QueryManager.getAllRequests()
|
java.util.Collection |
EntitlementManager.getAllVDBs()
|
java.util.Collection |
ConfigurationManager.getConfigObjects(ConfigurationID theConfigId)
|
ConfigurationID |
ResourceManager.getConfigurationID(int type)
|
java.util.Collection |
ServerLogManager.getContextsForConfigurationIndex(int index)
|
java.util.Collection |
ConfigurationManager.getDeployedServices(VMComponentDefn theProcess)
|
ExtensionSourceDetailInfo |
ExtensionSourceManager.getDetailForModule(java.lang.String moduleName)
|
ConfigurationObjectEditor |
ConfigurationManager.getEditor()
|
EntitlementInfo |
EntitlementManager.getEntitlementInfo(java.lang.String entName,
java.lang.String vdbName,
int vdbVersion)
|
EntitlementsTableRowData[] |
EntitlementManager.getEntitlements()
|
java.util.List |
EntitlementManager.getEntitlementsForVDB(java.lang.String vdbName,
int vdbVersion)
|
java.util.Collection |
ConfigurationManager.getHostProcesses(Host theHost,
ConfigurationID theConfigId)
|
java.util.List |
ServerLogManager.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. |
int |
ServerLogManager.getLoggingLevelForConfigurationIndex(int index)
|
ExtensionSourceDetailInfo[] |
ExtensionSourceManager.getModules()
|
java.lang.String[] |
ExtensionSourceManager.getModuleTypes()
|
java.util.Collection |
PropertiesManager.getNextStartUpDefn()
|
java.util.Properties |
PropertiesManager.getNSUProperties()
|
AuthorizationPolicy |
EntitlementManager.getPolicy(AuthorizationPolicyID policyID)
Obtains an AuthorizationPolicy. |
java.util.List |
EntitlementManager.getPolicyIDs()
|
java.util.Collection |
EntitlementManager.getPrincipalsForEntitlement(AuthorizationPolicyID policyID)
|
java.util.Collection |
GroupsManager.getPrincipalsForRole(java.lang.String roleName)
Get Collection of Principals for the provided roleName. |
ConfigurationPropertiedObjectEditor |
ConfigurationManager.getPropertiedObjectEditor()
|
java.util.Map |
PropertiesManager.getProperties()
|
java.lang.String |
PropertiesManager.getProperty(java.lang.String key)
|
ResourcePropertiedObjectEditor |
ResourceManager.getResourcePropertiedObjectEditor()
|
SharedResource[] |
ResourceManager.getResources()
|
java.lang.String |
GroupsManager.getRoleDescription(java.lang.String roleName)
Get Role description for the provided role name. |
RoleDisplay |
GroupsManager.getRoleDisplay(java.lang.String roleName)
Get RoleDisplay for the provided role name from the roles Map. |
java.lang.String |
GroupsManager.getRoleDisplayName(java.lang.String roleName)
Get Role displayName for the provided role name. |
java.util.Map |
GroupsManager.getRoles()
Get map of Role name to RoleDisplay from the authorization api |
RoleDisplay[] |
GroupsManager.getRolesForPrincipal(MetaMatrixPrincipalName principalName)
Get Collection of Roles for the provided MetaMatrixPrincipalName |
RoleDisplay[] |
GroupsManager.getRolesForPrincipal(MetaMatrixPrincipalName principal,
boolean includeImplicit)
Get Collection of Roles for the provided MetaMatrixPrincipals |
SystemState |
RuntimeMgmtManager.getServerState()
|
java.util.Collection |
ConfigurationManager.getServiceDefinitions(VMComponentDefn theVM,
Configuration theConfiguration)
|
PermissionDataNodeTreeView |
EntitlementManager.getTreeViewForData(java.lang.String vdbName,
int vdbVersion,
AuthorizationPolicyID policyID)
|
int[] |
EntitlementManager.getVersionsForVDB(java.lang.String vdbName)
|
java.util.Collection |
ConfigurationManager.importObjects(java.lang.String theFileName)
|
static boolean |
ModelManager.init(ConnectionInfo conn)
|
boolean |
RuntimeMgmtManager.isServiceInSystemState(java.lang.String serviceName)
called to determine is a service is in the system state, regardless if running. |
Host |
ConfigurationManager.modifyHost(Host theHost,
java.util.Properties theProperties)
|
void |
ExtensionSourceManager.modifyModule(java.lang.String existingModuleName,
java.lang.String newModuleName,
java.lang.String newDescription,
java.lang.Boolean enabled,
byte[] contents)
|
VMComponentDefn |
ConfigurationManager.modifyProcess(VMComponentDefn theProcess,
java.util.Properties theProperties)
|
void |
ConfigurationManager.modifyPropertiedObject(ConfigurationPropertiedObjectEditor editor)
|
ServiceComponentDefn |
ConfigurationManager.modifyService(ServiceComponentDefn theService,
java.util.Properties theProperties)
|
boolean |
ExtensionSourceManager.moduleExists(java.lang.String moduleName)
|
void |
RuntimeMgmtManager.refreshImpl()
|
void |
ConfigurationManager.refreshImpl()
|
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 |
ExtensionSourceManager.reorderModules(java.util.List modules)
|
void |
ExtensionSourceManager.replaceModule(java.lang.String moduleName,
byte[] replacementContents)
|
void |
ServerLogManager.setContextsForConfigurationIndex(int index,
java.util.Collection contexts)
|
void |
ConfigurationManager.setEnabled(DeployedComponent thedeployed,
boolean theEnableFlag,
Configuration theConfig)
|
void |
ServerLogManager.setLoggingLevelForConfigurationIndex(int index,
int level)
|
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 |
RuntimeMgmtManager.shutdownServer()
|
void |
RuntimeMgmtManager.startHost(HostData theHost)
|
void |
RuntimeMgmtManager.startProcess(ProcessData theProcess)
|
void |
RuntimeMgmtManager.startService(ServiceData theService)
|
void |
RuntimeMgmtManager.stopHost(HostData theHost)
|
void |
RuntimeMgmtManager.stopHostNow(HostData theHost)
|
void |
RuntimeMgmtManager.stopProcess(ProcessData theProcess)
|
void |
RuntimeMgmtManager.stopProcessNow(ProcessData theProcess)
|
void |
RuntimeMgmtManager.stopService(ServiceData theService)
|
void |
RuntimeMgmtManager.stopServiceNow(ServiceData theService)
|
void |
RuntimeMgmtManager.synchronizeServer()
|
void |
SessionManager.terminateSession(java.lang.String userSessionInfo)
Terminates, on remote system, the session specified by the parameter. |
Constructors in com.metamatrix.console.models that throw ExternalException | |
---|---|
ConfigurationManager(ConnectionInfo connection)
Constructs a ConfigurationManager . |
|
RuntimeMgmtManager(ConnectionInfo connection)
|
Uses of ExternalException in com.metamatrix.console.security |
---|
Methods in com.metamatrix.console.security that throw ExternalException | |
---|---|
static UserCapabilities |
UserCapabilities.createInstance()
Create the one instance of this class. |
void |
UserCapabilities.init(ConnectionInfo conn)
Initialize... |
Uses of ExternalException in com.metamatrix.console.ui.util |
---|
Methods in com.metamatrix.console.ui.util that throw ExternalException | |
---|---|
protected abstract void |
AbstractPanelAction.actionImpl(java.awt.event.ActionEvent theEvent)
|
Uses of ExternalException in com.metamatrix.console.ui.views.deploy |
---|
Methods in com.metamatrix.console.ui.views.deploy that throw ExternalException | |
---|---|
void |
DeployedHostPanel.persist()
|
void |
DeployedProcessPanel.persist()
|
Constructors in com.metamatrix.console.ui.views.deploy that throw ExternalException | |
---|---|
ConfigSummaryPanel(ConfigurationID theConfigId,
ConnectionInfo conn)
|
|
DeployedHostPanel(DeployMainPanel mainPanel,
ConfigurationID theConfigId,
ConnectionInfo connInfo)
|
|
DeployedProcessPanel(ConfigurationID theConfigId,
ConnectionInfo connInfo)
|
|
DeployedServicePanel(ConfigurationID theConfigId,
ConnectionInfo connInfo)
|
|
DeployMainPanel(ConnectionInfo conn)
|
|
DeploymentsSummaryPanel(ConfigurationID theConfigId,
ConnectionInfo conn)
|
Uses of ExternalException in com.metamatrix.console.ui.views.deploy.event |
---|
Methods in com.metamatrix.console.ui.views.deploy.event that throw ExternalException | |
---|---|
void |
ConfigurationModifier.persist()
Persists all pending configuration changes. |
Uses of ExternalException in com.metamatrix.console.ui.views.deploy.model |
---|
Constructors in com.metamatrix.console.ui.views.deploy.model that throw ExternalException | |
---|---|
ConfigurationTreeModel()
Constructs and ConfigurationTreeModel . |
Uses of ExternalException in com.metamatrix.console.ui.views.deploy.util |
---|
Methods in com.metamatrix.console.ui.views.deploy.util that throw ExternalException | |
---|---|
static void |
DeployPkgUtils.loadProcesses(Configuration theConfiguration,
DefaultTableModel theModel,
ConnectionInfo connection)
|
static void |
DeployPkgUtils.loadServiceDefintions(Configuration theConfiguration,
DefaultTableModel theModel,
ConnectionInfo connection)
|
Uses of ExternalException in com.metamatrix.console.ui.views.entitlements |
---|
Methods in com.metamatrix.console.ui.views.entitlements that throw ExternalException | |
---|---|
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)
|
EntitlementsTableRowData[] |
EntitlementsDataInterface.getEntitlements()
|
java.util.List |
EntitlementsDataInterface.getPolicyIDs()
|
PermissionDataNodeTreeView |
EntitlementsDataInterface.getTreeViewForData(java.lang.String vdbName,
int vdbVersion,
AuthorizationPolicyID policyID)
|
int[] |
EntitlementsDataInterface.getVersionsForVDB(java.lang.String vdbName)
|
Constructors in com.metamatrix.console.ui.views.entitlements that throw ExternalException | |
---|---|
EntitlementsPanel(EntitlementsDataInterface ds,
boolean showEditable,
boolean showReadOnly,
ConnectionInfo conn)
|
|
NewEntitlementController(EntitlementsPanel callr,
EntitlementsDataInterface dataSrc)
|
|
NewEntitlementNamePanel(EntitlementsDataInterface dataSrc,
NewEntitlementController ctrlr,
WizardInterface wizardInterface)
|
Uses of ExternalException in com.metamatrix.console.ui.views.queries |
---|
Methods in com.metamatrix.console.ui.views.queries that throw ExternalException | |
---|---|
protected void |
QueryRequestPanel.CancelQueryRequestsAction.actionImpl(java.awt.event.ActionEvent theEvent)
|
Uses of ExternalException in com.metamatrix.console.ui.views.runtime |
---|
Methods in com.metamatrix.console.ui.views.runtime that throw ExternalException | |
---|---|
void |
ProcessMgmtPanel.load(java.util.List theProcesses)
|
void |
ProcessMgmtPanel.showServcieError()
|
void |
RuntimeMgmtPanel.showServcieError()
|
void |
ServiceMgmtPanel.showServcieError()
|
void |
OperationsDelegate.showServcieError()
|
void |
ProcessMgmtPanel.startOperation()
|
void |
RuntimeMgmtPanel.startOperation()
|
void |
ServiceMgmtPanel.startOperation()
|
void |
OperationsDelegate.startOperation()
|
com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame |
RuntimeMgmtPanel.startShowQueue(ServiceData sd)
|
com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame |
OperationsDelegate.startShowQueue(ServiceData sd)
|
void |
ProcessMgmtPanel.stopNowOperation()
|
void |
RuntimeMgmtPanel.stopNowOperation()
|
void |
ServiceMgmtPanel.stopNowOperation()
|
void |
OperationsDelegate.stopNowOperation()
|
void |
ProcessMgmtPanel.stopOperation()
|
void |
RuntimeMgmtPanel.stopOperation()
|
void |
ServiceMgmtPanel.stopOperation()
|
void |
OperationsDelegate.stopOperation()
|
Constructors in com.metamatrix.console.ui.views.runtime that throw ExternalException | |
---|---|
ProcessMgmtPanel(RuntimeMgmtManager mgr)
|
|
RuntimeMgmtPanel(ConnectionInfo conn)
|
Uses of ExternalException in com.metamatrix.console.ui.views.runtime.model |
---|
Constructors in com.metamatrix.console.ui.views.runtime.model that throw ExternalException | |
---|---|
RuntimeMgmtModel(ConnectionInfo connectionInfo)
|
Uses of ExternalException in com.metamatrix.console.ui.views.users |
---|
Constructors in com.metamatrix.console.ui.views.users that throw ExternalException | |
---|---|
RolesList(GroupsManager mgr,
NotifyOnSelectionChange ctrlr,
boolean makeSelection)
Constructor. |
Uses of ExternalException in com.metamatrix.console.util |
---|
Methods in com.metamatrix.console.util that throw ExternalException | |
---|---|
static void |
StaticProperties.loadBootStrap()
|
static void |
StaticProperties.loadBootStrap(java.lang.String fileName)
|
static void |
StaticProperties.saveProperties()
Save the properties to the UserPreferences. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |