This interface controls diagnostic image creation, and provides access to run-time information about past and current diagnostic image capture requests.
Since | 9.0.0.0 | ||
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.management.runtime.WLDFImageRuntimeMBean
|
||
Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
Access Points |
You can access this MBean from the following MBean attributes:
|
||
Access Points Inherited from RuntimeMBean |
Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:
|
||
Access Points Inherited from WLDFPartitionImageRuntimeMBean |
Because this MBean extends or implements WLDFPartitionImageRuntimeMBean, you can also access this MBean by retrieving WLDFPartitionImageRuntimeMBeans. The following attributes contain WLDFPartitionImageRuntimeMBeans and its subtypes:
|
This section describes attributes that provide access to other MBeans.
|
The list of all initiated image capture tasks.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Lookup Operation | lookupImageCaptureTask(String name)
Returns a |
Privileges | Read only |
Type | WLDFImageCreationTaskRuntimeMBean[] |
Relationship type: | Containment. |
This section describes the following attributes:
Returns a list of captured images that are available on the Server.
Privileges | Read only |
Type | class java.lang.String[] |
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
The default directory where the server stores captured diagnostic images.
Privileges | Read only |
Type | java.lang.String |
The default timeout period, in minutes, that the server uses to delay future diagnostic image-capture requests.
Privileges | Read only |
Type | int |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
Creates a diagnostic image in the specified destination
directory, which can be specified either as a relative or absolute
pathname. If relative, the path is relative to the server's
logs
directory.
If the directory does not exist, it is created. If the directory exists, it must be writable in order for image creation to proceed.
Operation Name | "captureImage" |
Parameters | Object [] { destination }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | WLDFImageCreationTaskRuntimeMBean |
Exceptions |
|
Creates a diagnostic image in the configured destination directory.
Operation Name | "captureImage" |
Parameters | null |
Signature | null |
Returns | WLDFImageCreationTaskRuntimeMBean |
Exceptions |
|
Creates a diagnostic image in the specified destination
directory, which can be specified either as a relative or absolute
pathname. If relative, the path is relative to the server's
logs
directory.
If the directory does not exist, it is created. If the directory exists, it must be writable in order for image creation to proceed.
No additional image capture requests will be accepted until the specified lockout period has expired.
Operation Name | "captureImage" |
Parameters | Object [] { destination, lockoutMinutes }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Integer" } |
Returns | WLDFImageCreationTaskRuntimeMBean |
Exceptions |
|
Creates a diagnostic image in the configured destination directory.
No additional image capture requests will be accepted until the specified lockout period has expired.
Operation Name | "captureImage" |
Parameters | Object [] { lockoutMinutes }
where:
|
Signature | String [] {
"java.lang.Integer" } |
Returns | WLDFImageCreationTaskRuntimeMBean |
Exceptions |
|
Removes all completed image capture tasks.
Operation Name | "clearCompletedImageCaptureTasks" |
Parameters | null |
Signature | null |
Returns |
void
|
The list of all initiated image capture tasks.
Deprecated.
Operation Name | "listImageCaptureTasks" |
Parameters | null |
Signature | null |
Returns |
class |
Lookup image capture task by name.
Operation Name | "lookupImageCaptureTask" |
Parameters | Object [] { name }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | WLDFImageCreationTaskRuntimeMBean |
Delete captured images specified by the age criteria.
Operation Name | "purgeCapturedImages" |
Parameters | Object [] { age }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Reset the lockout period, thus allowing image capture requests to be accepted.
Operation Name | "resetImageLockout" |
Parameters | null |
Signature | null |
Returns |
void
|