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.diagnostics.debugpatch |
Provides interfaces for
weblogic.diagnostics.debugpatch . |
weblogic.diagnostics.watch |
This package provides interfaces that retrieve information about
diagnostic watches and JMX watch notifications.
|
weblogic.jdbc.common.internal | |
weblogic.jms |
Factory used in implementing the optional JMS Server Session Pool
feature.
|
weblogic.jms.common |
Provides exceptions for
weblogic.jms.common . |
weblogic.logging |
Provides interfaces for
weblogic.logging . |
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.deploy |
Provides for deploying applications and standalone modules to server instances and clusters in a WebLogic Server domain.
|
weblogic.management.deploy.internal |
Provides interfaces for
weblogic.management.deploy.internal . |
weblogic.management.jmx | |
weblogic.management.logging |
Provides a class that is the type
Notifications generated by the
LogBroadcasterRuntimeMBean in the server for log messages. |
weblogic.management.mbeanservers |
Provides interfaces and classes for
weblogic.management.mbeanservers . |
weblogic.management.mbeanservers.edit |
Provides interfaces and exceptions for
weblogic.management.mbeanservers.edit . |
weblogic.management.partition.admin |
Provides interfaces for
weblogic.management.partition.admin . |
weblogic.management.provider.internal |
Provides interfaces for
weblogic.management.provider.internal . |
weblogic.management.runtime |
Contains classes and interfaces for monitoring a WebLogic
Server domain.
|
weblogic.messaging.runtime |
Provides the message meta-data that describes the context of a message as it exists in the server at a given point in time.
|
weblogic.security |
Deprecated 7.0.0.0. SPI for mapping digital certificates sent from Web browsers and Java clients to WebLogic Server.
|
weblogic.server |
Provides interfaces and exceptions for
weblogic.server . |
weblogic.t3.srvr |
Provides interfaces for
weblogic.t3.srvr . |
weblogic.wsee.policy.deployment |
Provides classes for
weblogic.wsee.policy.deployment . |
weblogic.wtc.gwt |
Provides useful WTC GWT Domain utilities.
|
Modifier and Type | Method | 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(java.lang.String moduleName,
java.lang.String[] classNames) |
Initiate a class redefinition cycle, to redefine only the specified
classes from given module.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DataAccessRuntimeMBean.closeCursor(java.lang.String cursorName) |
Disposes of the cursor once the client has fetched all the
records.
|
int |
DataAccessRuntimeMBean.deleteDataRecords(long startTime,
long endTime,
java.lang.String queryString) |
Delete records within the specified time range that match the
specified query.
|
java.lang.Object[] |
DataAccessRuntimeMBean.fetch(java.lang.String cursorName) |
Fetches a maximum of 100 items from the specified cursor.
|
java.lang.Object[] |
DataAccessRuntimeMBean.fetch(java.lang.String cursorName,
int maxItems) |
Fetches items from the open cursor.
|
java.lang.String[] |
AccessRuntimeMBean.getAvailableDiagnosticDataAccessorNames() |
The logical names of the available diagnostic data access
runtime instances.
|
java.util.Map |
DataAccessRuntimeMBean.getColumnIndexMap() |
Diagnostic data is logically organized as tabular data.
|
java.util.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,
java.lang.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,
java.lang.String query) |
The number of records that match the specified query and time
range.
|
int |
DataAccessRuntimeMBean.getDataRecordCount(java.lang.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(java.lang.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(java.lang.String logicalName) |
An instance of a WLDFDataAccessMBean defined by its logical name.
|
java.lang.String |
DataAccessRuntimeMBean.openCursor(long beginRecordId,
long endRecordId,
long endTimestamp,
java.lang.String query) |
Opens a cursor with a given query and a record-id range.
|
java.lang.String |
DataAccessRuntimeMBean.openCursor(long beginRecordId,
long endRecordId,
long endTimestamp,
java.lang.String query,
long cusorTimeout) |
Opens a cursor using the specified record-ID range, end
timestamp, and query.
|
java.lang.String |
DataAccessRuntimeMBean.openCursor(long beginTimestamp,
long endTimestamp,
java.lang.String query) |
Opens a cursor with the specified query and time range.
|
java.lang.String |
DataAccessRuntimeMBean.openCursor(long beginTimestamp,
long endTimestamp,
java.lang.String query,
long cusorTimeout) |
Opens a cursor for records that meet the specified time range
and query condition.
|
java.lang.String |
DataAccessRuntimeMBean.openCursor(java.lang.String query) |
Opens a cursor on the server side for the query.
|
java.lang.String |
DataAccessRuntimeMBean.openCursor(java.lang.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 | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
WebLogicMBean.setName(java.lang.String name) |
The name of this configuration.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ConfigurationException |
|
class |
OutOfDateConfigurationException |
Modifier and Type | Method | Description |
---|---|---|
void |
CoherenceClusterSystemResourceMBean.importCustomClusterConfigurationFile(java.lang.String file) |
Allows you to specify a custom Coherence cluster configuration file.
|
void |
WLDFDataRetirementMBean.setArchiveName(java.lang.String name) |
Sets the value of the archiveName attribute.
|
void |
AdminServerMBean.setName(java.lang.String name) |
Deprecated.
Sets the value of the Name attribute.
|
void |
ConfigurationMBean.setName(java.lang.String name) |
Sets the value of the Name attribute.
|
void |
ManagedExternalServerMBean.setName(java.lang.String name) |
Set the value of the Name attribute.
|
void |
NetworkChannelMBean.setName(java.lang.String name) |
Deprecated.
Sets the name attribute of the NetworkChannelMBean object
|
void |
ServerTemplateMBean.setName(java.lang.String name) |
Set the value of the Name attribute.
|
void |
SystemComponentMBean.setName(java.lang.String name) |
Set the value of the Name attribute.
|
void |
SystemResourceMBean.setName(java.lang.String name) |
Sets the value of the
name attribute. |
void |
TargetInfoMBean.setName(java.lang.String name) |
Sets the value of the Name attribute.
|
void |
WebServiceBufferingQueueMBean.setName(java.lang.String name) |
Set the name of this buffering queue to a new JNDI name.
|
void |
WebServiceLogicalStoreMBean.setName(java.lang.String name) |
Set the name of this logical store to a new name.
|
void |
WebServicePhysicalStoreMBean.setName(java.lang.String name) |
Set the name of this physical store to a new name.
|
void |
WebServiceRequestBufferingQueueMBean.setName(java.lang.String name) |
Set the name of this buffering queue to a new JNDI name.
|
void |
WebServiceResponseBufferingQueueMBean.setName(java.lang.String name) |
Set the name of this buffering queue to a new JNDI name.
|
void |
ApplicationMBean.setPath(java.lang.String path) |
Deprecated.
Sets the value of the Path attribute.
|
void |
ApplicationMBean.setStagingMode(java.lang.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 | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.activate(java.lang.String source,
java.lang.String name,
java.lang.String stagingMode,
DeploymentData info,
java.lang.String id) |
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.activate(java.lang.String source,
java.lang.String name,
java.lang.String stagingMode,
DeploymentData info,
java.lang.String id,
boolean startTask) |
|
WLDFDebugPatchTaskRuntimeMBean |
WLDFDebugPatchesRuntimeMBean.activateDebugPatch(java.lang.String patch,
java.lang.String application,
java.lang.String module,
java.lang.String partitionName) |
Activate specified debug patch, optionally within the scope of given
application and module
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.appendToExtensionLoader(java.lang.String source,
DeploymentData info,
java.lang.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(java.lang.String policySubject,
javax.management.openmbean.CompositeData policyReference) |
|
WLDFImageCreationTaskRuntimeMBean |
WLDFImageRuntimeMBean.captureImage(java.lang.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(java.lang.String destination,
int lockoutMinutes) |
Creates a diagnostic image in the specified destination
directory, which can be specified either as a relative or absolute
pathname.
|
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.
|
boolean |
ServerSecurityRuntimeMBean.checkRole(java.lang.String roleName) |
Checks whether current Subject has the specified role.
|
boolean |
ServerSecurityRuntimeMBean.checkRole(java.lang.String[] roleNames) |
Checks whether current Subject has any of the required roles.
|
java.lang.Void |
CursorRuntimeMBean.closeCursor(java.lang.String cursorHandle) |
Releases the server-side resources associated with the cursor
and removes the runtime MBean instance.
|
EditSessionConfigurationRuntimeMBean |
EditSessionConfigurationManagerMBean.createEditSessionConfiguration(java.lang.String name,
java.lang.String description) |
Creates a named edit session configuration.
|
TransactionVBean[] |
JMSServerRuntimeMBean.currentTransactions() |
Returns an array of TransactionVBean objects representing transactions that
exist on this JMS server in any state.
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.deactivate(java.lang.String name,
DeploymentData info,
java.lang.String id) |
Deprecated.
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.deactivate(java.lang.String name,
DeploymentData info,
java.lang.String id,
boolean startTask) |
Deprecated.
|
WLDFDebugPatchTaskRuntimeMBean |
WLDFDebugPatchesRuntimeMBean.deactivateAllDebugPatches() |
Deactivate all active debug patches
|
WLDFDebugPatchTaskRuntimeMBean |
WLDFDebugPatchesRuntimeMBean.deactivateDebugPatches(java.lang.String patches,
java.lang.String application,
java.lang.String module,
java.lang.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(java.lang.String filePath) |
Deletes specified file
|
java.lang.Integer |
JMSMessageManagementRuntimeMBean.deleteMessages(java.lang.String selector) |
Deletes the set of messages from the destination that are
qualified by the specified JMS message selector.
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.deploy(java.lang.String source,
java.lang.String name,
java.lang.String stagingMode,
DeploymentData info,
java.lang.String id) |
Deprecated.
Deploys an application on its target(s).
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.deploy(java.lang.String source,
java.lang.String name,
java.lang.String stagingMode,
DeploymentData info,
java.lang.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(java.lang.String source,
java.lang.String name,
DeploymentData info,
java.lang.String id) |
Deprecated.
Distributes application files on targets.
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.distribute(java.lang.String source,
java.lang.String name,
DeploymentData info,
java.lang.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(java.lang.String filePath) |
Checks whether specified file exists
|
JMSMessageManagementTaskRuntimeMBean |
JMSMessageManagementRuntimeMBean.exportMessages(java.lang.String selector,
java.lang.String file,
int timeout) |
Exports the messages matching the selector to the specified file in XML representation.
|
void |
LogRuntimeMBean.flushLog() |
Flushes the buffer to the log file on disk.
|
java.lang.Void |
JMSServerRuntimeMBean.forceCommit(java.lang.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).
|
java.lang.Void |
JMSServerRuntimeMBean.forceRollback(java.lang.String xid) |
Causes the work associated with the specified transaction branch
to be rolled back.
|
PartitionLifeCycleTaskRuntimeMBean |
DomainRuntimeMBean.forceShutdownPartitionWait(PartitionMBean partitionMBean,
int timeout) |
|
java.lang.String[] |
WLDFWatchManagerRuntimeMBean.getActiveAlarmWatches() |
The names of active alarm policies.
|
javax.management.openmbean.CompositeData |
WseeMcRuntimeMBean.getAnonymousEndpointInfo(java.lang.String anonymousId) |
Given an anonyomus endpoint id get info about the endpoint.
|
PSAssemblyRuntimeMBean[] |
PathServiceRuntimeMBean.getAssemblies() |
Returns all maps accessible to a path service.
|
java.lang.String |
ServerMigrationRuntimeMBean.getClusterMasterName() |
Returns the server name who is the cluster master.
|
java.lang.String |
ServiceMigrationRuntimeMBean.getClusterMasterName() |
Returns the server name who is the cluster master.
|
java.lang.Long |
CursorRuntimeMBean.getCursorEndPosition(java.lang.String cursorHandle) |
Returns the cursor end position in the result set.
|
java.lang.Long |
CursorRuntimeMBean.getCursorSize(java.lang.String cursorHandle) |
Returns the number of items in the result set.
|
java.lang.Long |
CursorRuntimeMBean.getCursorStartPosition(java.lang.String cursorHandle) |
Returns the cursor start position in the result set.
|
javax.management.openmbean.CompositeData[] |
CursorRuntimeMBean.getItems(java.lang.String cursorHandle,
java.lang.Long start,
java.lang.Integer count) |
Returns an array of items from the specified cursor location.
|
JMSMessageVBean |
JMSMessageManagementRuntimeMBean.getJMSMessage(java.lang.String messageID) |
Given a JMS message ID this method returns the corresponding
message from the queue.
|
JMSMessageVBean |
SAFRemoteEndpointRuntimeMBean.getJMSMessage(java.lang.String messageID) |
Given a JMS message ID this method returns the corresponding
message from the queue.
|
JMSMessagesVBean |
JMSMessageManagementRuntimeMBean.getJMSMessages(java.lang.String selector,
int max,
java.lang.String[] sortOn,
java.lang.Boolean[] ascending) |
Returns an array of JMSMessageVBean objects that match the specified JMS
message selector.
|
JMSMessagesVBean |
SAFRemoteEndpointRuntimeMBean.getJMSMessages(java.lang.String selector,
int max,
java.lang.String[] sortOn,
java.lang.Boolean[] ascending) |
Returns an array of JMSMessageVBean objects that match the specified JMS message selector.
|
JMSMessagesVBean |
JMSServerRuntimeMBean.getJMSMessagesByXid(java.lang.String xid,
int max,
java.lang.String[] sortOn,
boolean[] ascending) |
Returns a set of JMSMessageVBean objects that match the specified JMS message
selector.
|
JMSTextMessageVBean |
JMSMessageManagementRuntimeMBean.getJMSTextMessage(java.lang.String messageID) |
Returns the JMS TextMessage (with body) that corresponds to the specified message ID.
|
JMSTextMessageVBean |
SAFRemoteEndpointRuntimeMBean.getJMSTextMessage(java.lang.String messageID) |
Returns the JMS TextMessage (with body) that corresponds to the specified message ID.
|
LogBroadcasterRuntimeMBean |
ServerRuntimeMBean.getLogBroadcasterRuntime() |
The object which generates notifications on behalf of the logging subystem.
|
java.lang.String |
PSAssemblyRuntimeMBean.getMapEntries() |
Returns all entries in a persistent map's assembly.
|
java.lang.String |
PSAssemblyRuntimeMBean.getMapEntries(int timeout) |
Returns all entries in a persistent map's assembly.
|
javax.management.openmbean.CompositeData |
PSEntryCursorRuntimeMBean.getMember(java.lang.String cursorHandle,
java.lang.Integer itemHandle) |
Get the member of path service entry referenced by this object.
|
javax.management.openmbean.CompositeData |
JMSMessageManagementRuntimeMBean.getMessage(java.lang.String messageID) |
Given a JMS message ID this method returns the corresponding
message from the queue.
|
javax.management.openmbean.CompositeData |
MessageCursorRuntimeMBean.getMessage(java.lang.String cursorHandle,
java.lang.Long messageHandle) |
Returns the message associated with the specified cursor
handle.
|
javax.management.openmbean.CompositeData |
MessageCursorRuntimeMBean.getMessage(java.lang.String cursorHandle,
java.lang.String messageID) |
Given a JMS message ID this method returns the corresponding
message from the queue.
|
java.lang.String |
JMSMessageManagementRuntimeMBean.getMessages(java.lang.String selector,
java.lang.Integer timeout) |
Queries messages on the queue according to the provided message
selector and returns a message cursor representing the result set.
|
java.lang.String |
JMSMessageManagementRuntimeMBean.getMessages(java.lang.String selector,
java.lang.Integer timeout,
java.lang.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.
|
java.lang.String |
JMSServerRuntimeMBean.getMessages(java.lang.String xid,
java.lang.Integer timeoutSeconds) |
Returns a set of messages that are associated with a JMS transaction
branch.
|
java.lang.String |
SAFRemoteEndpointRuntimeMBean.getMessages(java.lang.String selector,
java.lang.Integer timeout) |
Queries messages on the queue according to the message selector
and returns a message cursor representing the result set.
|
java.lang.Object |
WLDFInstrumentationRuntimeMBean.getMethodInvocationStatisticsData(java.lang.String expr) |
Drills down into the nested MethodInvocationStatistics Map
structure and returns the object at the specified level.
|
java.lang.Object |
WLDFInstrumentationRuntimeMBean.getMethodMemoryAllocationStatisticsData(java.lang.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.
|
javax.management.openmbean.CompositeData[] |
CursorRuntimeMBean.getNext(java.lang.String cursorHandle,
java.lang.Integer count) |
Returns an array of items starting from the current cursor
end position.
|
javax.management.openmbean.TabularData |
WseePolicySubjectManagerRuntimeMBean.getPolicyReferenceInfos(java.lang.String policySubject) |
|
java.lang.String |
WseePolicySubjectManagerRuntimeMBean.getPolicyRefStatus(java.lang.String policySubject,
java.lang.String policyReferenceURI) |
|
javax.management.openmbean.CompositeData[] |
CursorRuntimeMBean.getPrevious(java.lang.String cursorHandle,
java.lang.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.
|
SecurityValidationWarningVBean[] |
DomainSecurityRuntimeMBean.getSecurityValidationWarnings() |
Returns a list of potential security validation warnings for this domain.
|
SecurityValidationWarningVBean[] |
ServerSecurityRuntimeMBean.getSecurityValidationWarnings() |
Returns a list of potential security validation warnings for this domain.
|
javax.management.openmbean.CompositeData |
WseeWsrmRuntimeMBean.getSequenceInfo(java.lang.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.
|
JMSMessageManagementTaskRuntimeMBean |
JMSMessageManagementRuntimeMBean.importMessages(java.lang.String file,
boolean applyOverrides) |
Imports the messages from the specified file into the destination.
|
java.lang.Void |
JMSMessageManagementRuntimeMBean.importMessages(javax.management.openmbean.CompositeData[] messages,
java.lang.Boolean replaceOnly) |
Imports an array of messages into the destination.
|
java.lang.Void |
JMSMessageManagementRuntimeMBean.importMessages(javax.management.openmbean.CompositeData[] messages,
java.lang.Boolean replaceOnly,
java.lang.Boolean applyOverrides) |
Imports an array of messages into the destination.
|
boolean |
WseePolicySubjectManagerRuntimeMBean.isOWSMAttachable(java.lang.String policySubject) |
|
java.lang.String[] |
PartitionUserFileSystemManagerMBean.list(java.lang.String dirPath) |
Lists files from partition user file system directory
|
WLDFDebugPatchTaskRuntimeMBean |
WLDFDebugPatchesRuntimeMBean.lookupDebugPatchTask(java.lang.String name) |
Lookup a debug patch activation/de-activation task by name
|
WLDFDataAccessRuntimeMBean |
WLDFAccessRuntimeMBean.lookupWLDFDataAccessRuntime(java.lang.String logicalName) |
An instance of a WLDFDataAccessMBean defined by its logical name.
|
boolean |
PartitionUserFileSystemManagerMBean.mkdir(java.lang.String dirPath) |
Creates partition user file system subdirectory
|
JMSMessageManagementTaskRuntimeMBean |
JMSMessageManagementRuntimeMBean.moveMessages(java.lang.String selector,
java.lang.String destinationID,
int timeout) |
Moves the set of messages that match the specified selector to
the target destination.
|
java.lang.Integer |
JMSMessageManagementRuntimeMBean.moveMessages(java.lang.String selector,
javax.management.openmbean.CompositeData targetDestination) |
Moves the set of messages that match the specified selector to
the target destination.
|
java.lang.Integer |
JMSMessageManagementRuntimeMBean.moveMessages(java.lang.String selector,
javax.management.openmbean.CompositeData targetDestination,
java.lang.Integer timeout) |
|
java.lang.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.
|
void |
JMSMessageManagementRuntimeMBean.produceTextMessage(java.lang.String type,
java.lang.String correlationID,
long expiration,
int priority,
int deliveryMode,
java.lang.String[] propertyNames,
java.lang.String[] propertyTypes,
java.lang.String[] propertyValues,
java.lang.String text) |
Produces a TextMessage with the specified text body and JMS message header attributes on the destination.
|
int |
WLDFDbstoreArchiveRuntimeMBean.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 |
WLDFWlstoreArchiveRuntimeMBean.purgeDataRetirementTasks(long completedBefore) |
Purge data retirement tasks which have completed before the specified timestamp.
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.redeploy(java.lang.String name,
DeploymentData info,
java.lang.String id) |
Deprecated.
Redeploys an application on its target(s).
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.redeploy(java.lang.String name,
DeploymentData info,
java.lang.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. |
void |
DomainSecurityRuntimeMBean.refreshCache() |
Refreshes the cache of security validation warnings for the domain.
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.remove(java.lang.String name,
DeploymentData info,
java.lang.String id) |
Deprecated.
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.remove(java.lang.String name,
DeploymentData info,
java.lang.String id,
boolean startTask) |
Deprecated.
|
java.lang.Void |
PSEntryCursorRuntimeMBean.remove(java.lang.String cursorHandle,
java.lang.Integer itemHandle) |
Remove the path service entry referenced by this object.
|
void |
WseePolicySubjectManagerRuntimeMBean.removePolicyReference(java.lang.String policySubject,
java.lang.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 |
ServerSecurityRuntimeMBean.resetDefaultPolicies() |
Reset the default policies for the Admin realm.
|
void |
WLDFInstrumentationRuntimeMBean.resetMethodInvocationStatisticsData(java.lang.String expr) |
Resets the nested MethodInvocationStatistics
structure and reinitializes the underlying metrics.
|
void |
WLDFInstrumentationRuntimeMBean.resetMethodMemoryAllocationStatisticsData(java.lang.String expr) |
Resets the nested MethodMemoryAllocationStatistics
structure and reinitializes the underlying metrics.
|
void |
WLDFWatchManagerRuntimeMBean.resetWatchAlarm(java.lang.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(java.lang.String dirPath) |
Deletes specified directory
|
void |
MessageDrivenEJBRuntimeMBean.scheduleResume() |
Resumes the specific type of MDB asynchronously by calling start on the JMS Connection.
|
void |
MessageDrivenEJBRuntimeMBean.scheduleSuspend() |
Suspends the specific type of MDB asynchronously by calling stop on the JMS Connection.
|
void |
WseePolicySubjectManagerRuntimeMBean.setPolicyReferenceInfo(java.lang.String policySubject,
javax.management.openmbean.CompositeData policyReference) |
|
void |
WseePolicySubjectManagerRuntimeMBean.setPolicyReferenceInfos(java.lang.String policySubject,
javax.management.openmbean.TabularData policyReferences) |
|
void |
WseePolicySubjectManagerRuntimeMBean.setPolicyRefStatus(java.lang.String policySubject,
java.lang.String policyReferenceURI,
java.lang.Boolean enable) |
|
java.lang.Long |
JMSMessageCursorRuntimeMBean.sort(java.lang.String cursorHandle,
java.lang.Long start,
java.lang.String[] fields,
java.lang.Boolean[] ascending) |
Sorts the entire message result set managed by the cursor
according to the JMS header attributes specified.
|
java.lang.Long |
SAFMessageCursorRuntimeMBean.sort(java.lang.String cursorHandle,
java.lang.Long start,
java.lang.String[] fields,
java.lang.Boolean[] ascending) |
Sorts the entire message result set managed by the cursor
according to the SAF header attributes specified.
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.start(java.lang.String name,
DeploymentData info,
java.lang.String id) |
Deprecated.
Starts an already distributed application on its target(s).
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.start(java.lang.String name,
DeploymentData info,
java.lang.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. |
void |
DeploymentTaskRuntimeMBean.start() |
Deprecated.
Initiates the request.
|
PartitionLifeCycleTaskRuntimeMBean |
DomainRuntimeMBean.startPartitionWait(PartitionMBean partitionMBean,
java.lang.String initialState,
int timeOut) |
Starts the Partition with initialState and within timeOut msec.
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.stop(java.lang.String name,
DeploymentData info,
java.lang.String id) |
Deprecated.
Stops an application on its target(s).
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.stop(java.lang.String name,
DeploymentData info,
java.lang.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(java.lang.String name,
DeploymentData info,
java.lang.String id) |
Deprecated.
Undeploys an application on its target(s).
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.undeploy(java.lang.String name,
DeploymentData info,
java.lang.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(java.lang.String name,
DeploymentData info,
java.lang.String id) |
Deprecated.
|
DeploymentTaskRuntimeMBean |
DeployerRuntimeMBean.unprepare(java.lang.String name,
DeploymentData info,
java.lang.String id,
boolean startTask) |
Deprecated.
|
java.lang.Void |
PSEntryCursorRuntimeMBean.update(java.lang.String cursorHandle,
java.lang.Integer itemHandle,
javax.management.openmbean.CompositeData newMember) |
Update the path service entry referenced by this object.
|