Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

Uses of Class
weblogic.management.ManagementException

Packages that use ManagementException
com.bea.wls.redef.runtime Provides interfaces for com.bea.wls.redef.runtime
weblogic.diagnostics.accessor.runtime Provides interfaces for weblogic.diagnostics.accessor.runtime
weblogic.management Provides for the configuration, control and monitoring of a WebLogic Domain. 
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
weblogic.management.mbeanservers.edit Provides interfaces and exceptions for weblogic.management.mbeanservers.edit
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of ManagementException in com.bea.wls.redef.runtime
 

Methods in com.bea.wls.redef.runtime that throw ManagementException
 ClassRedefinitionTaskRuntimeMBean ClassRedefinitionRuntimeMBean.redefineClasses()
          Initiate a class redefinition cycle, which will identify classes which may have changed and then attempt to redefine them.
 ClassRedefinitionTaskRuntimeMBean ClassRedefinitionRuntimeMBean.redefineClasses(String moduleName, String[] classNames)
          Initiate a class redefinition cycle, to redefine only the specified classes from given module.
 

Uses of ManagementException in weblogic.diagnostics.accessor.runtime
 

Methods in weblogic.diagnostics.accessor.runtime that throw ManagementException
 void DataAccessRuntimeMBean.closeCursor(String cursorName)
          Disposes of the cursor once the client has fetched all the records.
 int DataAccessRuntimeMBean.deleteDataRecords(long startTime, long endTime, String queryString)
          Delete records within the specified time range that match the specified query.
 Object[] DataAccessRuntimeMBean.fetch(String cursorName)
          Fetches a maximum of 100 items from the specified cursor.
 Object[] DataAccessRuntimeMBean.fetch(String cursorName, int maxItems)
          Fetches items from the open cursor.
 String[] AccessRuntimeMBean.getAvailableDiagnosticDataAccessorNames()
          The logical names of the available diagnostic data access runtime instances.
 Map DataAccessRuntimeMBean.getColumnIndexMap()
          Diagnostic data is logically organized as tabular data.
 Map DataAccessRuntimeMBean.getColumnTypeMap()
          Diagnostic data is logically organized as tabular data.
 DataAccessRuntimeMBean[] AccessRuntimeMBean.getDataAccessRuntimes()
          An array containing all known instances of the DataAccessRuntimeMBean MBeans on this server.
 int DataAccessRuntimeMBean.getDataRecordCount(String query)
          The number of records that match the specified query.
 int DataAccessRuntimeMBean.getDataRecordCount(long startTime, long endTime, String query)
          The number of records that match the specified query and time range.
 int DataAccessRuntimeMBean.getDataRecordCount(long startRecordId, long endRecordId, long endTime, String query)
          The number that match the specified query and record-ID range, and whose timestamp (if it is available) is earlier than the specified end time.
 long DataAccessRuntimeMBean.getEarliestAvailableTimestamp()
          The timestamp, in milliseconds, since Jan 1, 1970 AD, 00:00:00 GMT for the earliest record in the diagnostic data log.
 long DataAccessRuntimeMBean.getLatestAvailableTimestamp()
          The timestamp, in milliseconds, since Jan 1, 1970 AD, 00:00:00 GMT for the newest record in the diagnostic data log.
 long DataAccessRuntimeMBean.getLatestRecordId()
          The latest known record ID for the underlying archive.
 boolean DataAccessRuntimeMBean.hasMoreData(String cursorName)
          Determines whether the specified cursor has more data to be fetched.
 boolean DataAccessRuntimeMBean.isTimestampAvailable()
          Returns true, if timestamp information is available with the underlying archive.
 DataAccessRuntimeMBean AccessRuntimeMBean.lookupDataAccessRuntime(String logicalName)
          An instance of a WLDFDataAccessMBean defined by its logical name.
 String DataAccessRuntimeMBean.openCursor(String query)
          Opens a cursor on the server side for the query.
 String DataAccessRuntimeMBean.openCursor(String query, long cursorTimeout)
          Opens a cursor with the specified timeout value, in milliseconds.
 String DataAccessRuntimeMBean.openCursor(long beginTimestamp, long endTimestamp, String query)
          Opens a cursor with the specified query and time range.
 String DataAccessRuntimeMBean.openCursor(long beginTimestamp, long endTimestamp, String query, long cusorTimeout)
          Opens a cursor for records that meet the specified time range and query condition.
 String DataAccessRuntimeMBean.openCursor(long beginRecordId, long endRecordId, long endTimestamp, String query)
          Opens a cursor with a given query and a record-id range.
 String DataAccessRuntimeMBean.openCursor(long beginRecordId, long endRecordId, long endTimestamp, String query, long cusorTimeout)
          Opens a cursor using the specified record-ID range, end timestamp, and query.
 DataRetirementTaskRuntimeMBean EditableArchiveRuntimeMBean.performRetirement()
          Perform data retirement on demand, and delete records older than specified age in the retirement policy.
 

Uses of ManagementException in weblogic.management
 

Subclasses of ManagementException in weblogic.management
 class DeferredDeploymentException
          Deprecated.  
 class DeploymentException
          Exceptions thrown during the deployment process.
 class DistributedManagementException
          This exception wraps a set of exceptions thrown when trying to update attributes over multiple managed servers in a WebLogic Domain.
 class MBeanCreationException
          Exception generated during the creation of an MBean.
 class UndeploymentException
          Top-level exception for application undeployment exception.
 

Uses of ManagementException in weblogic.management.configuration
 

Subclasses of ManagementException in weblogic.management.configuration
 class ConfigurationException
           
 class OutOfDateConfigurationException
           
 

Methods in weblogic.management.configuration that throw ManagementException
 void CoherenceClusterSystemResourceMBean.importCustomClusterConfigurationFile(String file)
           Allows you to specify a custom Coherence cluster configuration file.
 void WLDFDataRetirementMBean.setArchiveName(String name)
          Sets the value of the archiveName attribute.
 void AdminServerMBean.setName(String name)
          Deprecated. Sets the value of the Name attribute.
 void ConfigurationMBean.setName(String name)
          Sets the value of the Name attribute.
 void ManagedExternalServerMBean.setName(String name)
          Set the value of the Name attribute.
 void NetworkChannelMBean.setName(String name)
          Deprecated. Sets the name attribute of the NetworkChannelMBean object
 void ServerTemplateMBean.setName(String name)
          Set the value of the Name attribute.
 void SystemComponentMBean.setName(String name)
          Set the value of the Name attribute.
 void SystemResourceMBean.setName(String name)
          Sets the value of the Name attribute.
 void TargetInfoMBean.setName(String name)
          Sets the value of the Name attribute.
 void WebServiceBufferingQueueMBean.setName(String name)
          Set the name of this buffering queue to a new JNDI name.
 void WebServiceLogicalStoreMBean.setName(String name)
          Set the name of this logical store to a new name.
 void WebServicePhysicalStoreMBean.setName(String name)
          Set the name of this physical store to a new name.
 void WebServiceRequestBufferingQueueMBean.setName(String name)
          Set the name of this buffering queue to a new JNDI name.
 void WebServiceResponseBufferingQueueMBean.setName(String name)
          Set the name of this buffering queue to a new JNDI name.
 void ApplicationMBean.setPath(String path)
          Deprecated. Sets the value of the Path attribute.
 void ApplicationMBean.setStagingMode(String mode)
          Deprecated. Sets the value of the Staging Mode attribute.
 void CoherenceClusterSystemResourceMBean.setUsingCustomClusterConfigurationFile(boolean useCustomFile)
           Allows you to enable or disable use of a custom cluster configuration file.
 

Uses of ManagementException in weblogic.management.mbeanservers.edit
 

Subclasses of ManagementException in weblogic.management.mbeanservers.edit
 class EditException
          This is the base class for all edit mbeanserver exceptions.
 class EditTimedOutException
          Thrown when the request to start an edit session times out because another user has an edit session.
 class NotEditorException
          Thrown when the user has not started an edit session and is not the current editor.
 class RecordingException
          WLST script recording related exceptions .
 class ValidationException
          Thrown when an exception occurs during validation of the edit changes.
 

Uses of ManagementException in weblogic.management.runtime
 

Methods in weblogic.management.runtime that throw ManagementException
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.activate(String source, String name, String stagingMode, DeploymentData info, String id)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.deploy(java.lang.String, java.lang.String, java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String) or DeployerRuntimeMBean.redeploy(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.activate(String source, String name, String stagingMode, DeploymentData info, String id, boolean startTask)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.deploy(java.lang.String, java.lang.String, java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String) or DeployerRuntimeMBean.redeploy(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
 void WseePolicySubjectManagerRuntimeMBean.attachPolicyReference(String policySubject, CompositeData policyReference)
           
 WLDFImageCreationTaskRuntimeMBean WLDFImageRuntimeMBean.captureImage()
          Creates a diagnostic image in the configured destination directory.
 WLDFImageCreationTaskRuntimeMBean WLDFImageRuntimeMBean.captureImage(String destination)
          Creates a diagnostic image in the specified destination directory, which can be specified either as a relative or absolute pathname.
 WLDFImageCreationTaskRuntimeMBean WLDFImageRuntimeMBean.captureImage(int lockoutMinutes)
          Creates a diagnostic image in the configured destination directory.
 WLDFImageCreationTaskRuntimeMBean WLDFImageRuntimeMBean.captureImage(String destination, int lockoutMinutes)
          Creates a diagnostic image in the specified destination directory, which can be specified either as a relative or absolute pathname.
 Void CursorRuntimeMBean.closeCursor(String cursorHandle)
          Releases the server-side resources associated with the cursor and removes the runtime MBean instance.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deactivate(String name, DeploymentData info, String id)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deactivate(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
 void ConnectorConnectionRuntimeMBean.delete()
          Provides a way to manually close a connection through the console.
 Integer JMSMessageManagementRuntimeMBean.deleteMessages(String selector)
          Deletes the set of messages from the destination that are qualified by the specified JMS message selector.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deploy(String source, String name, String stagingMode, DeploymentData info, String id)
          Deprecated. Deploys application on target(s).
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deploy(String source, String name, String stagingMode, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.deploy(java.lang.String, java.lang.String, java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String) except that control is given back to caller without actually initiating the task, when startTask is false.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.distribute(String source, String name, DeploymentData info, String id)
          Deprecated. Distributes application files on targets.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.distribute(String source, String name, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.distribute(String source, String, DeploymentData, String) except that control is given back to caller without actually initiating the task, when startTask is false.
 void LogRuntimeMBean.ensureLogOpened()
          Ensures that that the output stream to the underlying is opened if it got closed previously due to errors.
 void LogRuntimeMBean.flushLog()
          Flushes the buffer to the log file on disk.
 Void JMSServerRuntimeMBean.forceCommit(String xid)
          Causes the work associated with the specified transaction branch to be committed.
 void LogRuntimeMBean.forceLogRotation()
          Forces the rotation of the underlying log immediately.
 void ConnectorConnectionPoolRuntimeMBean.forceReset()
           Force immediately discard all used/unused connections and recreate connection pool (and using new configuration if user update the pool's configuration).
 Void JMSServerRuntimeMBean.forceRollback(String xid)
          Causes the work associated with the specified transaction branch to be rolled back.
 String[] WLDFWatchManagerRuntimeMBean.getActiveAlarmWatches()
          The names of active alarm watches.
 CompositeData WseeMcRuntimeMBean.getAnonymousEndpointInfo(String anonymousId)
          Given an anonyomus endpoint id get info about the endpoint.
 PSAssemblyRuntimeMBean[] PathServiceRuntimeMBean.getAssemblies()
          Returns all maps accessible to a path service.
 String[] OwsmSecurityPolicyRuntimeMBean.getAvailablePolicies()
           
 String ServerMigrationRuntimeMBean.getClusterMasterName()
          Returns the server name who is the cluster master.
 String ServiceMigrationRuntimeMBean.getClusterMasterName()
          Returns the server name who is the cluster master.
 Long CursorRuntimeMBean.getCursorEndPosition(String cursorHandle)
          Returns the cursor end position in the result set.
 Long CursorRuntimeMBean.getCursorSize(String cursorHandle)
          Returns the number of items in the result set.
 Long CursorRuntimeMBean.getCursorStartPosition(String cursorHandle)
          Returns the cursor start position in the result set.
 CompositeData[] CursorRuntimeMBean.getItems(String cursorHandle, Long start, Integer count)
          Returns an array of items from the specified cursor location.
 LogBroadcasterRuntimeMBean ServerRuntimeMBean.getLogBroadcasterRuntime()
          The object which generates notifications on behalf of the logging subystem.
 String PSAssemblyRuntimeMBean.getMapEntries()
          Returns all entries in a persistent map's assembly.
 String PSAssemblyRuntimeMBean.getMapEntries(int timeout)
          Returns all entries in a persistent map's assembly.
 CompositeData PSEntryCursorRuntimeMBean.getMember(String cursorHandle, Integer itemHandle)
          Get the member of path service entry referenced by this object.
 CompositeData JMSMessageManagementRuntimeMBean.getMessage(String messageID)
          Given a JMS message ID this method returns the corresponding message from the queue.
 CompositeData MessageCursorRuntimeMBean.getMessage(String cursorHandle, String messageID)
          Given a JMS message ID this method returns the corresponding message from the queue.
 CompositeData MessageCursorRuntimeMBean.getMessage(String cursorHandle, Long messageHandle)
          Returns the message associated with the specified cursor handle.
 String JMSMessageManagementRuntimeMBean.getMessages(String selector, Integer timeout)
          Queries messages on the queue according to the provided message selector and returns a message cursor representing the result set.
 String JMSMessageManagementRuntimeMBean.getMessages(String selector, Integer timeout, Integer state)
          Queries messages on the queue according to the provided message selector and state bitmask and returns a message cursor representing the result set.
 String JMSServerRuntimeMBean.getMessages(String xid, Integer timeoutSeconds)
          Returns a set of messages that are associated with a JMS transaction branch.
 String SAFRemoteEndpointRuntimeMBean.getMessages(String selector, Integer timeout)
          Queries messages on the queue according to the message selector and returns a message cursor representing the result set.
 Object WLDFInstrumentationRuntimeMBean.getMethodInvocationStatisticsData(String expr)
          Drills down into the nested MethodInvocationStatistics Map structure and returns the object at the specified level.
 Object WLDFInstrumentationRuntimeMBean.getMethodMemoryAllocationStatisticsData(String expr)
          Drills down into the nested MethodMemoryAllocationStatistics Map structure and returns the object at the specified level.
 MigrationDataRuntimeMBean[] ServerMigrationRuntimeMBean.getMigrationData()
          Returns the migrations performed by this server as the cluster master.
 ServiceMigrationDataRuntimeMBean[] ServiceMigrationRuntimeMBean.getMigrationData()
          Returns the migrations performed by this server as the cluster master.
 CompositeData[] CursorRuntimeMBean.getNext(String cursorHandle, Integer count)
          Returns an array of items starting from the current cursor end position.
 TabularData WseePolicySubjectManagerRuntimeMBean.getPolicyReferenceInfos(String policySubject)
           
 String WseePolicySubjectManagerRuntimeMBean.getPolicyRefStatus(String policySubject, String policyReferenceURI)
           
 CompositeData[] CursorRuntimeMBean.getPrevious(String cursorHandle, Integer count)
          Returns an array of items up to the current cursor start position.
 WsrmRequestInfo[] WsrmSequenceInfo.getRequests()
          Get specific information about the requests that have been sent from this sequence, or received into this sequence.
 CompositeData WseeWsrmRuntimeMBean.getSequenceInfo(String seqId)
          Given a sequence ID from the sequence ID list, get a data object representing current information for that sequence.
 WLDFDataAccessRuntimeMBean[] WLDFAccessRuntimeMBean.getWLDFDataAccessRuntimes()
          An array containing all known instances of the WLDFDataAccessRuntimeMBean MBeans on this server.
 Void JMSMessageManagementRuntimeMBean.importMessages(CompositeData[] messages, Boolean replaceOnly)
          Imports an array of messages into the destination.
 boolean WseePolicySubjectManagerRuntimeMBean.isOWSMAttachable(String policySubject)
           
 WLDFDataAccessRuntimeMBean WLDFAccessRuntimeMBean.lookupWLDFDataAccessRuntime(String logicalName)
          An instance of a WLDFDataAccessMBean defined by its logical name.
 Integer JMSMessageManagementRuntimeMBean.moveMessages(String selector, CompositeData targetDestination)
          Moves the set of messages that match the specified selector to the target destination.
 Integer JMSMessageManagementRuntimeMBean.moveMessages(String selector, CompositeData targetDestination, Integer timeout)
           
 String SNMPAgentRuntimeMBean.outputCustomMBeansMIBModule()
          Returns WebLogic Server's MIB module for custom MBeans as a java.lang.String.
 WLDFDataRetirementTaskRuntimeMBean WLDFEditableArchiveRuntimeMBean.performDataRetirement()
          Perform data retirement on demand, and delete records older than specified age in the retirement policy.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.redeploy(String name, DeploymentData info, String id)
          Deprecated. Redeploys application on target(s).
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.redeploy(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.redeploy(String, DeploymentData, String) except that control is given back to caller without actually initiating the task, when startTask is false.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.remove(String name, DeploymentData info, String id)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.undeploy(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.remove(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.undeploy(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
 Void PSEntryCursorRuntimeMBean.remove(String cursorHandle, Integer itemHandle)
          Remove the path service entry referenced by this object.
 void WseePolicySubjectManagerRuntimeMBean.removePolicyReference(String policySubject, String policyReferenceURI)
           
 boolean ConnectorConnectionPoolRuntimeMBean.reset()
           Reset connection pool Discard all unused connections and recreate connection pool (and using new configuration if user update the pool's configuration) if no connection from pool is reserved by client application.
 void WLDFInstrumentationRuntimeMBean.resetMethodInvocationStatisticsData(String expr)
          Resets the nested MethodInvocationStatistics structure and reinitializes the underlying metrics.
 void WLDFInstrumentationRuntimeMBean.resetMethodMemoryAllocationStatisticsData(String expr)
          Resets the nested MethodMemoryAllocationStatistics structure and reinitializes the underlying metrics.
 void WLDFWatchManagerRuntimeMBean.resetWatchAlarm(String watchName)
          Resets a watch alarm.
 void DomainRuntimeMBean.restartSystemResource(SystemResourceMBean resource)
          Restarts a system resource on all nodes to which it is deployed.
 boolean MessageDrivenEJBRuntimeMBean.resume()
          Resumes the specific type of MDB by calling start on the JMS Connection.
 void WseePolicySubjectManagerRuntimeMBean.setPolicyReferenceInfo(String policySubject, CompositeData policyReference)
           
 void WseePolicySubjectManagerRuntimeMBean.setPolicyReferenceInfos(String policySubject, TabularData policyReferences)
           
 void WseePolicySubjectManagerRuntimeMBean.setPolicyRefStatus(String policySubject, String policyReferenceURI, Boolean enable)
           
 Long JMSMessageCursorRuntimeMBean.sort(String cursorHandle, Long start, String[] fields, Boolean[] ascending)
          Sorts the entire message result set managed by the cursor according to the JMS header attributes specified.
 Long SAFMessageCursorRuntimeMBean.sort(String cursorHandle, Long start, String[] fields, Boolean[] ascending)
          Sorts the entire message result set managed by the cursor according to the SAF header attributes specified.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.start(String name, DeploymentData info, String id)
          Deprecated. Starts an already distributed application on target(s).
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.start(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.start(String, DeploymentData, String) except that control is given back to caller without actually initiating the task, when startTask is false.
 void DeploymentTaskRuntimeMBean.start()
          Deprecated. Initiates the request.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.stop(String name, DeploymentData info, String id)
          Deprecated. Stops application on target(s).
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.stop(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.stop(String, DeploymentData, String) except that control is given back to caller without actually initiating the task, when startTask is false.
 boolean MessageDrivenEJBRuntimeMBean.suspend()
          Suspends the specific type of MDB by calling stop on the JMS Connection.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.undeploy(String name, DeploymentData info, String id)
          Deprecated. undeploys application on target(s).
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.undeploy(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.undeploy(String, DeploymentData, String) except that control is given back to caller without actually initiating the task, when startTask is false.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.unprepare(String name, DeploymentData info, String id)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.unprepare(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
 Void PSEntryCursorRuntimeMBean.update(String cursorHandle, Integer itemHandle, CompositeData newMember)
          Update the path service entry referenced by this object.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02