Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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   
weblogic.management.configuration   
weblogic.management.mbeanservers.edit   
weblogic.management.runtime   

 

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

 

Methods in com.bea.wls.redef.runtime that throw ManagementException
abstract  ClassRedefinitionTaskRuntimeMBean ClassRedefinitionRuntimeMBean.redefineClasses()
          Initiate a class redefinition cycle, which will identify classes which may have changed and then attempt to redefine them.
abstract  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
abstract  void DataAccessRuntimeMBean.closeCursor(String cursorName)
          Disposes of the cursor once the client has fetched all the records.
abstract  int DataAccessRuntimeMBean.deleteDataRecords(long startTime, long endTime, String queryString)
          Delete records within the specified time range that match the specified query.
abstract  Object[] DataAccessRuntimeMBean.fetch(String cursorName)
          Fetches a maximum of 100 items from the specified cursor.
abstract  Object[] DataAccessRuntimeMBean.fetch(String cursorName, int maxItems)
          Fetches items from the open cursor.
abstract  String[] AccessRuntimeMBean.getAvailableDiagnosticDataAccessorNames()
          The logical names of the available diagnostic data access runtime instances.
abstract  Map DataAccessRuntimeMBean.getColumnIndexMap()
          Diagnostic data is logically organized as tabular data.
abstract  Map DataAccessRuntimeMBean.getColumnTypeMap()
          Diagnostic data is logically organized as tabular data.
abstract  DataAccessRuntimeMBean[] AccessRuntimeMBean.getDataAccessRuntimes()
          An array containing all known instances of the DataAccessRuntimeMBean MBeans on this server.
abstract  int DataAccessRuntimeMBean.getDataRecordCount(String query)
          The number of records that match the specified query.
abstract  int DataAccessRuntimeMBean.getDataRecordCount(long startTime, long endTime, String query)
          The number of records that match the specified query and time range.
abstract  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.
abstract  DataRetirementTaskRuntimeMBean[] EditableArchiveRuntimeMBean.getDataRetirementTasks()
           Returns array of data retirement tasks that have been created since last purgeDataRetirementTasks operation.
abstract  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.
abstract  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.
abstract  long DataAccessRuntimeMBean.getLatestRecordId()
          The latest known record ID for the underlying archive.
abstract  boolean DataAccessRuntimeMBean.hasMoreData(String cursorName)
          Determines whether the specified cursor has more data to be fetched.
abstract  boolean DataAccessRuntimeMBean.isTimestampAvailable()
          Returns true, if timestamp information is available with the underlying archive.
abstract  DataAccessRuntimeMBean AccessRuntimeMBean.lookupDataAccessRuntime(String logicalName)
          An instance of a WLDFDataAccessMBean defined by its logical name.
abstract  String DataAccessRuntimeMBean.openCursor(String query)
          Opens a cursor on the server side for the query.
abstract  String DataAccessRuntimeMBean.openCursor(String query, long cursorTimeout)
          Opens a cursor with the specified timeout value, in milliseconds.
abstract  String DataAccessRuntimeMBean.openCursor(long beginTimestamp, long endTimestamp, String query)
          Opens a cursor with the specified query and time range.
abstract  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.
abstract  String DataAccessRuntimeMBean.openCursor(long beginRecordId, long endRecordId, long endTimestamp, String query)
          Opens a cursor with a given query and a record-id range.
abstract  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.
abstract  DataRetirementTaskRuntimeMBean EditableArchiveRuntimeMBean.performRetirement()
          Perform data retirement on demand, and delete records older than specified age in the retirement policy.
abstract  int EditableArchiveRuntimeMBean.purgeDataRetirementTasks(long completedBefore)
          Purge data retirement tasks which have completed before the specified timestamp.

 

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.

 

Methods in weblogic.management that throw ManagementException
abstract  void WebLogicMBean.setName(String name)
          The name of this configuration.

 

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
abstract  void CoherenceClusterSystemResourceMBean.importCustomClusterConfigurationFile(String file)
          Allows you to specify a custom Coherence cluster configuration file.
abstract  void WLDFDataRetirementMBean.setArchiveName(String name)
          Sets the value of the archiveName attribute.
abstract  void AdminServerMBean.setName(String name)
          Deprecated. Sets the value of the Name attribute.
abstract  void ConfigurationMBean.setName(String name)
          Sets the value of the Name attribute.
abstract  void ManagedExternalServerMBean.setName(String name)
          Set the value of the Name attribute.
abstract  void NetworkChannelMBean.setName(String name)
          Deprecated. Sets the name attribute of the NetworkChannelMBean object
abstract  void ServerTemplateMBean.setName(String name)
          Set the value of the Name attribute.
abstract  void SystemComponentMBean.setName(String name)
          Set the value of the Name attribute.
abstract  void SystemResourceMBean.setName(String name)
          Sets the value of the name attribute.
abstract  void TargetInfoMBean.setName(String name)
          Sets the value of the Name attribute.
abstract  void WebServiceBufferingQueueMBean.setName(String name)
          Set the name of this buffering queue to a new JNDI name.
abstract  void WebServiceLogicalStoreMBean.setName(String name)
          Set the name of this logical store to a new name.
abstract  void WebServicePhysicalStoreMBean.setName(String name)
          Set the name of this physical store to a new name.
abstract  void WebServiceRequestBufferingQueueMBean.setName(String name)
          Set the name of this buffering queue to a new JNDI name.
abstract  void WebServiceResponseBufferingQueueMBean.setName(String name)
          Set the name of this buffering queue to a new JNDI name.
abstract  void ApplicationMBean.setPath(String path)
          Deprecated. Sets the value of the Path attribute.
abstract  void ApplicationMBean.setStagingMode(String mode)
          Deprecated. Sets the value of the Staging Mode attribute.
abstract  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 ActivateConflictException
           
 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
abstract  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)
abstract  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)
abstract  WLDFDebugPatchTaskRuntimeMBean WLDFDebugPatchesRuntimeMBean.activateDebugPatch(String patch, String application, String module, String partitionName)
          Activate specified debug patch, optionally within the scope of given application and module
abstract  void WseePolicySubjectManagerRuntimeMBean.attachPolicyReference(String policySubject, CompositeData policyReference)
           
abstract  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.
abstract  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.
abstract  WLDFImageCreationTaskRuntimeMBean WLDFPartitionImageRuntimeMBean.captureImage()
          Creates a diagnostic image in the configured destination directory.
abstract  WLDFImageCreationTaskRuntimeMBean WLDFPartitionImageRuntimeMBean.captureImage(int lockoutMinutes)
          Creates a diagnostic image in the configured destination directory.
abstract  Void CursorRuntimeMBean.closeCursor(String cursorHandle)
          Releases the server-side resources associated with the cursor and removes the runtime MBean instance.
abstract  EditSessionConfigurationRuntimeMBean EditSessionConfigurationManagerMBean.createEditSessionConfiguration(String name, String description)
          Creates a named edit session configuration.
abstract  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)
abstract  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)
abstract  WLDFDebugPatchTaskRuntimeMBean WLDFDebugPatchesRuntimeMBean.deactivateAllDebugPatches()
          Deactivate all active debug patches
abstract  WLDFDebugPatchTaskRuntimeMBean WLDFDebugPatchesRuntimeMBean.deactivateDebugPatches(String patches, String application, String module, String partitionName)
          Deactivate specified patches within the scope of given application and module.
abstract  void ConnectorConnectionRuntimeMBean.delete()
          Provides a way to manually close a connection through the console.
abstract  Integer JMSMessageManagementRuntimeMBean.deleteMessages(String selector)
          Deletes the set of messages from the destination that are qualified by the specified JMS message selector.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deploy(String source, String name, String stagingMode, DeploymentData info, String id)
          Deprecated. Deploys an application on its target(s).
abstract  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 the caller without actually initiating the task, when startTask is false.
abstract  void EditSessionConfigurationManagerMBean.destroyEditSessionConfiguration(EditSessionConfigurationRuntimeMBean editSession)
          Destroys an existing named edit session configuration.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.distribute(String source, String name, DeploymentData info, String id)
          Deprecated. Distributes application files on targets.
abstract  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 the caller without actually initiating the task, when startTask is false.
abstract  void LogRuntimeMBean.ensureLogOpened()
          Ensures that that the output stream to the underlying is opened if it got closed previously due to errors.
abstract  void LogRuntimeMBean.flushLog()
          Flushes the buffer to the log file on disk.
abstract  Void JMSServerRuntimeMBean.forceCommit(String xid)
          Causes the work associated with the specified transaction branch to be committed.
abstract  void EditSessionConfigurationManagerMBean.forceDestroyEditSessionConfiguration(EditSessionConfigurationRuntimeMBean editSession)
          Destroys an existing named edit session configuration.
abstract  void LogRuntimeMBean.forceLogRotation()
          Forces the rotation of the underlying log immediately.
abstract  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).
abstract  Void JMSServerRuntimeMBean.forceRollback(String xid)
          Causes the work associated with the specified transaction branch to be rolled back.
abstract  PartitionLifeCycleTaskRuntimeMBean DomainRuntimeMBean.forceShutdownPartitionWait(PartitionMBean partitionMBean, int timeout)
           
abstract  String[] WLDFWatchManagerRuntimeMBean.getActiveAlarmWatches()
          The names of active alarm policies.
abstract  CompositeData WseeMcRuntimeMBean.getAnonymousEndpointInfo(String anonymousId)
          Given an anonyomus endpoint id get info about the endpoint.
abstract  PSAssemblyRuntimeMBean[] PathServiceRuntimeMBean.getAssemblies()
          Returns all maps accessible to a path service.
abstract  String ServerMigrationRuntimeMBean.getClusterMasterName()
          Returns the server name who is the cluster master.
abstract  String ServiceMigrationRuntimeMBean.getClusterMasterName()
          Returns the server name who is the cluster master.
abstract  Long CursorRuntimeMBean.getCursorEndPosition(String cursorHandle)
          Returns the cursor end position in the result set.
abstract  Long CursorRuntimeMBean.getCursorSize(String cursorHandle)
          Returns the number of items in the result set.
abstract  Long CursorRuntimeMBean.getCursorStartPosition(String cursorHandle)
          Returns the cursor start position in the result set.
abstract  CompositeData[] CursorRuntimeMBean.getItems(String cursorHandle, Long start, Integer count)
          Returns an array of items from the specified cursor location.
abstract  LogBroadcasterRuntimeMBean ServerRuntimeMBean.getLogBroadcasterRuntime()
          The object which generates notifications on behalf of the logging subystem.
abstract  String PSAssemblyRuntimeMBean.getMapEntries()
          Returns all entries in a persistent map's assembly.
abstract  String PSAssemblyRuntimeMBean.getMapEntries(int timeout)
          Returns all entries in a persistent map's assembly.
abstract  CompositeData PSEntryCursorRuntimeMBean.getMember(String cursorHandle, Integer itemHandle)
          Get the member of path service entry referenced by this object.
abstract  CompositeData JMSMessageManagementRuntimeMBean.getMessage(String messageID)
          Given a JMS message ID this method returns the corresponding message from the queue.
abstract  CompositeData MessageCursorRuntimeMBean.getMessage(String cursorHandle, String messageID)
          Given a JMS message ID this method returns the corresponding message from the queue.
abstract  CompositeData MessageCursorRuntimeMBean.getMessage(String cursorHandle, Long messageHandle)
          Returns the message associated with the specified cursor handle.
abstract  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.
abstract  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.
abstract  String JMSServerRuntimeMBean.getMessages(String xid, Integer timeoutSeconds)
          Returns a set of messages that are associated with a JMS transaction branch.
abstract  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.
abstract  Object WLDFInstrumentationRuntimeMBean.getMethodInvocationStatisticsData(String expr)
          Drills down into the nested MethodInvocationStatistics Map structure and returns the object at the specified level.
abstract  Object WLDFInstrumentationRuntimeMBean.getMethodMemoryAllocationStatisticsData(String expr)
          Drills down into the nested MethodMemoryAllocationStatistics Map structure and returns the object at the specified level.
abstract  MigrationDataRuntimeMBean[] ServerMigrationRuntimeMBean.getMigrationData()
          Returns the migrations performed by this server as the cluster master.
abstract  ServiceMigrationDataRuntimeMBean[] ServiceMigrationRuntimeMBean.getMigrationData()
          Returns the migrations performed by this server as the cluster master.
abstract  CompositeData[] CursorRuntimeMBean.getNext(String cursorHandle, Integer count)
          Returns an array of items starting from the current cursor end position.
abstract  TabularData WseePolicySubjectManagerRuntimeMBean.getPolicyReferenceInfos(String policySubject)
           
abstract  String WseePolicySubjectManagerRuntimeMBean.getPolicyRefStatus(String policySubject, String policyReferenceURI)
           
abstract  CompositeData[] CursorRuntimeMBean.getPrevious(String cursorHandle, Integer count)
          Returns an array of items up to the current cursor start position.
abstract  WsrmRequestInfo[] WsrmSequenceInfo.getRequests()
          Get specific information about the requests that have been sent from this sequence, or received into this sequence.
abstract  CompositeData WseeWsrmRuntimeMBean.getSequenceInfo(String seqId)
          Given a sequence ID from the sequence ID list, get a data object representing current information for that sequence.
abstract  WLDFDataAccessRuntimeMBean[] WLDFAccessRuntimeMBean.getWLDFDataAccessRuntimes()
          An array containing all known instances of the WLDFDataAccessRuntimeMBean MBeans on this server.
abstract  Void JMSMessageManagementRuntimeMBean.importMessages(CompositeData[] messages, Boolean replaceOnly)
          Imports an array of messages into the destination.
abstract  boolean WseePolicySubjectManagerRuntimeMBean.isOWSMAttachable(String policySubject)
           
abstract  WLDFDebugPatchTaskRuntimeMBean WLDFDebugPatchesRuntimeMBean.lookupDebugPatchTask(String name)
          Lookup a debug patch activation/de-activation task by name
abstract  WLDFDataAccessRuntimeMBean WLDFAccessRuntimeMBean.lookupWLDFDataAccessRuntime(String logicalName)
          An instance of a WLDFDataAccessMBean defined by its logical name.
abstract  Integer JMSMessageManagementRuntimeMBean.moveMessages(String selector, CompositeData targetDestination)
          Moves the set of messages that match the specified selector to the target destination.
abstract  Integer JMSMessageManagementRuntimeMBean.moveMessages(String selector, CompositeData targetDestination, Integer timeout)
           
abstract  String SNMPAgentRuntimeMBean.outputCustomMBeansMIBModule()
          Returns WebLogic Server's MIB module for custom MBeans as a java.lang.String.
abstract  WLDFDataRetirementTaskRuntimeMBean WLDFEditableArchiveRuntimeMBean.performDataRetirement()
          Perform data retirement on demand, and delete records older than specified age in the retirement policy.
abstract  int WLDFDbstoreArchiveRuntimeMBean.purgeDataRetirementTasks(long completedBefore)
          Purge data retirement tasks which have completed before the specified timestamp.
abstract  int WLDFEditableArchiveRuntimeMBean.purgeDataRetirementTasks(long completedBefore)
          Purge data retirement tasks which have completed before the specified timestamp.
abstract  int WLDFWlstoreArchiveRuntimeMBean.purgeDataRetirementTasks(long completedBefore)
          Purge data retirement tasks which have completed before the specified timestamp.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.redeploy(String name, DeploymentData info, String id)
          Deprecated. Redeploys an application on its target(s).
abstract  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 the caller without actually initiating the task, when startTask is false.
abstract  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)
abstract  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)
abstract  Void PSEntryCursorRuntimeMBean.remove(String cursorHandle, Integer itemHandle)
          Remove the path service entry referenced by this object.
abstract  void WseePolicySubjectManagerRuntimeMBean.removePolicyReference(String policySubject, String policyReferenceURI)
           
abstract  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.
abstract  void WLDFInstrumentationRuntimeMBean.resetMethodInvocationStatisticsData(String expr)
          Resets the nested MethodInvocationStatistics structure and reinitializes the underlying metrics.
abstract  void WLDFInstrumentationRuntimeMBean.resetMethodMemoryAllocationStatisticsData(String expr)
          Resets the nested MethodMemoryAllocationStatistics structure and reinitializes the underlying metrics.
abstract  void WLDFWatchManagerRuntimeMBean.resetWatchAlarm(String watchName)
          Resets a policy alarm.
abstract  void DomainRuntimeMBean.restartSystemResource(SystemResourceMBean resource)
          Restarts a system resource on all nodes to which it is deployed.
abstract  boolean MessageDrivenEJBRuntimeMBean.resume()
          Resumes the specific type of MDB by calling start on the JMS Connection.
abstract  void WseePolicySubjectManagerRuntimeMBean.setPolicyReferenceInfo(String policySubject, CompositeData policyReference)
           
abstract  void WseePolicySubjectManagerRuntimeMBean.setPolicyReferenceInfos(String policySubject, TabularData policyReferences)
           
abstract  void WseePolicySubjectManagerRuntimeMBean.setPolicyRefStatus(String policySubject, String policyReferenceURI, Boolean enable)
           
abstract  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.
abstract  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.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.start(String name, DeploymentData info, String id)
          Deprecated. Starts an already distributed application on its target(s).
abstract  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 the caller without actually initiating the task, when startTask is false.
abstract  void DeploymentTaskRuntimeMBean.start()
          Deprecated. Initiates the request.
abstract  PartitionLifeCycleTaskRuntimeMBean DomainRuntimeMBean.startPartitionWait(PartitionMBean partitionMBean, String initialState, int timeOut)
           Starts the Partition with initialState and within timeOut msec.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.stop(String name, DeploymentData info, String id)
          Deprecated. Stops an application on its target(s).
abstract  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 the caller without actually initiating the task, when startTask is false.
abstract  boolean MessageDrivenEJBRuntimeMBean.suspend()
          Suspends the specific type of MDB by calling stop on the JMS Connection.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.undeploy(String name, DeploymentData info, String id)
          Deprecated. Undeploys an application on its target(s).
abstract  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 the caller without actually initiating the task, when startTask is false.
abstract  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)
abstract  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)
abstract  Void PSEntryCursorRuntimeMBean.update(String cursorHandle, Integer itemHandle, CompositeData newMember)
          Update the path service entry referenced by this object.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09