| Package | Description | 
|---|---|
| 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 | |
| weblogic.management.mbeanservers.edit | Provides interfaces and exceptions for  weblogic.management.mbeanservers.edit. | 
| weblogic.management.runtime | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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(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. | 
| int | DataAccessRuntimeMBean. getDataRecordCount(long startTime,
                  long endTime,
                  String query)The number of records that match the specified query and time
 range. | 
| int | DataAccessRuntimeMBean. getDataRecordCount(String query)The number of records that match the specified query. | 
| DataRetirementTaskRuntimeMBean[] | EditableArchiveRuntimeMBean. getDataRetirementTasks() Returns array of data retirement tasks that have been created since last
 purgeDataRetirementTasks operation. | 
| 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(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. | 
| 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(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. | 
| DataRetirementTaskRuntimeMBean | EditableArchiveRuntimeMBean. performRetirement()Perform data retirement on demand, and delete records older than
 specified age in the retirement policy. | 
| int | EditableArchiveRuntimeMBean. purgeDataRetirementTasks(long completedBefore)Purge data retirement tasks which have completed before the specified timestamp. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DeferredDeploymentExceptionDeprecated.   | 
| class  | DeploymentExceptionExceptions thrown during the deployment process. | 
| class  | DistributedManagementExceptionThis exception wraps a set of exceptions thrown when trying to
 update attributes over multiple managed servers in a WebLogic
 Domain. | 
| class  | MBeanCreationExceptionException generated during the creation of an MBean. | 
| class  | UndeploymentExceptionTop-level exception for application undeployment exception. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WebLogicMBean. setName(String name)The name of this configuration. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConfigurationException | 
| class  | OutOfDateConfigurationException | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | TargetInfoMBean. setName(String name)Sets the value of the Name attribute. | 
| void | ConfigurationMBean. setName(String name)Sets the value of the Name attribute. | 
| void | WebServiceResponseBufferingQueueMBean. setName(String name)Set the name of this buffering queue to a new JNDI name. | 
| void | WebServiceRequestBufferingQueueMBean. setName(String name)Set the name of this buffering queue to a new JNDI name. | 
| void | WebServicePhysicalStoreMBean. setName(String name)Set the name of this physical store to a new name. | 
| void | WebServiceLogicalStoreMBean. setName(String name)Set the name of this logical store to a new name. | 
| void | WebServiceBufferingQueueMBean. setName(String name)Set the name of this buffering queue to a new JNDI name. | 
| void | SystemResourceMBean. setName(String name)Sets the value of the  nameattribute. | 
| void | SystemComponentMBean. setName(String name)Set the value of the Name attribute. | 
| void | ServerTemplateMBean. 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 | ManagedExternalServerMBean. setName(String name)Set the value of the Name attribute. | 
| void | AdminServerMBean. setName(String name)Deprecated.  Sets the value of the Name attribute. | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActivateConflictException | 
| class  | EditExceptionThis is the base class for all edit mbeanserver exceptions. | 
| class  | EditTimedOutExceptionThrown when the request to start an edit session times out because another
 user has an edit session. | 
| class  | NotEditorExceptionThrown when the user has not started an edit session and is
 not the current editor. | 
| class  | RecordingExceptionWLST script recording related exceptions
 . | 
| class  | ValidationExceptionThrown when an exception occurs during validation of the edit changes. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. activate(String source,
        String name,
        String stagingMode,
        DeploymentData info,
        String id) | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. activate(String source,
        String name,
        String stagingMode,
        DeploymentData info,
        String id,
        boolean startTask) | 
| WLDFDebugPatchTaskRuntimeMBean | WLDFDebugPatchesRuntimeMBean. activateDebugPatch(String patch,
                  String application,
                  String module,
                  String partitionName)Activate specified debug patch, optionally within the scope of given
 application and module | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. appendToExtensionLoader(String source,
                       DeploymentData info,
                       String id,
                       boolean startTask)Deprecated.  Distributes code source identified by source to the WebLogic extension
 loader directory of each targeted server and appends the code source to the 
 running WebLogic extension class loader. | 
| void | WseePolicySubjectManagerRuntimeMBean. attachPolicyReference(String policySubject,
                     CompositeData policyReference) | 
| WLDFImageCreationTaskRuntimeMBean | WLDFPartitionImageRuntimeMBean. captureImage()Creates a diagnostic image in the configured destination
 directory. | 
| WLDFImageCreationTaskRuntimeMBean | WLDFPartitionImageRuntimeMBean. captureImage(int lockoutMinutes)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(String destination,
            int lockoutMinutes)Creates a diagnostic image in the specified destination
 directory, which can be specified either as a relative or absolute
 pathname. | 
| boolean | ServerSecurityRuntimeMBean. checkRole(String roleName)Checks whether current Subject has the specified role. | 
| boolean | ServerSecurityRuntimeMBean. checkRole(String[] roleNames)Checks whether current Subject has any of the required roles. | 
| Void | CursorRuntimeMBean. closeCursor(String cursorHandle)Releases the server-side resources associated with the cursor
 and removes the runtime MBean instance. | 
| EditSessionConfigurationRuntimeMBean | EditSessionConfigurationManagerMBean. createEditSessionConfiguration(String name,
                              String description)Creates a named edit session configuration. | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. deactivate(String name,
          DeploymentData info,
          String id)Deprecated. 
 | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. deactivate(String name,
          DeploymentData info,
          String id,
          boolean startTask)Deprecated. 
 | 
| WLDFDebugPatchTaskRuntimeMBean | WLDFDebugPatchesRuntimeMBean. deactivateAllDebugPatches()Deactivate all active debug patches | 
| WLDFDebugPatchTaskRuntimeMBean | WLDFDebugPatchesRuntimeMBean. deactivateDebugPatches(String patches,
                      String application,
                      String module,
                      String partitionName)Deactivate specified patches within the scope of given application and module. | 
| void | ConnectorConnectionRuntimeMBean. delete()Provides a way to manually close a connection through the
 console. | 
| boolean | PartitionUserFileSystemManagerMBean. deleteFile(String filePath)Deletes specified file | 
| 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 an application on its 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 the caller without
 actually initiating the task, when startTask is false. | 
| void | EditSessionConfigurationManagerMBean. destroyEditSessionConfiguration(EditSessionConfigurationRuntimeMBean editSession)Destroys an existing named edit session configuration. | 
| 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 the
 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. | 
| boolean | PartitionUserFileSystemManagerMBean. exists(String filePath)Checks whether specified file exists | 
| 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 | EditSessionConfigurationManagerMBean. forceDestroyEditSessionConfiguration(EditSessionConfigurationRuntimeMBean editSession)Destroys an existing named edit session configuration. | 
| 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. | 
| PartitionLifeCycleTaskRuntimeMBean | DomainRuntimeMBean. forceShutdownPartitionWait(PartitionMBean partitionMBean,
                          int timeout) | 
| String[] | WLDFWatchManagerRuntimeMBean. getActiveAlarmWatches()The names of active alarm policies. | 
| 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 | ServiceMigrationRuntimeMBean. getClusterMasterName()Returns the server name who is the cluster master. | 
| String | ServerMigrationRuntimeMBean. 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,
          Long messageHandle)Returns the message associated with the specified cursor
 handle. | 
| CompositeData | MessageCursorRuntimeMBean. getMessage(String cursorHandle,
          String messageID)Given a JMS message ID this method returns the corresponding
 message from the queue. | 
| 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. | 
| String | JMSServerRuntimeMBean. getMessages(String xid,
           Integer timeoutSeconds)Returns a set of messages that are associated with a JMS transaction
 branch. | 
| 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. | 
| 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. | 
| ServiceMigrationDataRuntimeMBean[] | ServiceMigrationRuntimeMBean. getMigrationData()Returns the migrations performed by this server as the cluster master. | 
| MigrationDataRuntimeMBean[] | ServerMigrationRuntimeMBean. 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) | 
| String[] | PartitionUserFileSystemManagerMBean. list(String dirPath)Lists files from partition user file system directory | 
| WLDFDebugPatchTaskRuntimeMBean | WLDFDebugPatchesRuntimeMBean. lookupDebugPatchTask(String name)Lookup a debug patch activation/de-activation task by name | 
| WLDFDataAccessRuntimeMBean | WLDFAccessRuntimeMBean. lookupWLDFDataAccessRuntime(String logicalName)An instance of a WLDFDataAccessMBean defined by its logical name. | 
| boolean | PartitionUserFileSystemManagerMBean. mkdir(String dirPath)Creates partition user file system subdirectory | 
| 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. | 
| int | WLDFWlstoreArchiveRuntimeMBean. purgeDataRetirementTasks(long completedBefore)Purge data retirement tasks which have completed before the specified timestamp. | 
| int | WLDFEditableArchiveRuntimeMBean. purgeDataRetirementTasks(long completedBefore)Purge data retirement tasks which have completed before the specified timestamp. | 
| int | WLDFDbstoreArchiveRuntimeMBean. purgeDataRetirementTasks(long completedBefore)Purge data retirement tasks which have completed before the specified timestamp. | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. redeploy(String name,
        DeploymentData info,
        String id)Deprecated.  Redeploys an application on its 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 the caller without
 actually initiating the task, when startTask is false. | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. remove(String name,
      DeploymentData info,
      String id)Deprecated. 
 | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. remove(String name,
      DeploymentData info,
      String id,
      boolean startTask)Deprecated. 
 | 
| 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 policy 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. | 
| boolean | PartitionUserFileSystemManagerMBean. rmdir(String dirPath)Deletes specified directory | 
| void | WseePolicySubjectManagerRuntimeMBean. setPolicyReferenceInfo(String policySubject,
                      CompositeData policyReference) | 
| void | WseePolicySubjectManagerRuntimeMBean. setPolicyReferenceInfos(String policySubject,
                       TabularData policyReferences) | 
| void | WseePolicySubjectManagerRuntimeMBean. setPolicyRefStatus(String policySubject,
                  String policyReferenceURI,
                  Boolean enable) | 
| 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. | 
| 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. | 
| void | DeploymentTaskRuntimeMBean. start()Deprecated.  Initiates the request. | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. start(String name,
     DeploymentData info,
     String id)Deprecated.  Starts an already distributed application on its 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 the caller without
 actually initiating the task, when startTask is false. | 
| PartitionLifeCycleTaskRuntimeMBean | DomainRuntimeMBean. startPartitionWait(PartitionMBean partitionMBean,
                  String initialState,
                  int timeOut)
 Starts the Partition with initialState and within timeOut msec. | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. stop(String name,
    DeploymentData info,
    String id)Deprecated.  Stops an application on its 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 the 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 an application on its 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 the caller without actually initiating 
 the task, when startTask is false. | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. unprepare(String name,
         DeploymentData info,
         String id)Deprecated. 
 | 
| DeploymentTaskRuntimeMBean | DeployerRuntimeMBean. unprepare(String name,
         DeploymentData info,
         String id,
         boolean startTask)Deprecated. 
 | 
| Void | PSEntryCursorRuntimeMBean. update(String cursorHandle,
      Integer itemHandle,
      CompositeData newMember)Update the path service entry referenced by this object. |