WLDFImageRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

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.


Attributes

This section describes the following attributes:


 

CachingDisabled

Private property that disables caching in proxies.

   
Privileges Read only    
Type boolean

 

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

   
Privileges Read only    
Type javax.management.MBeanInfo

 

Name of

Name of configuration. WebLogic Server uses an MBean to implement and persist the configuration.

   
Privileges Read only    
Type java.lang.String

 

ObjectName

Returns the ObjectName under which this MBean is registered in the MBean server.

Deprecated.

   
Privileges Read only    
Type weblogic.management.WebLogicObjectName

 

Parent

Return the immediate parent for this MBean

   
Privileges Read/Write    
Type

 

Registered

Returns false if the the MBean represented by this object has been unregistered.

Deprecated.

   
Privileges Read only    
Type boolean

 

Type

Returns the type of the MBean.

   
Privileges Read only    
Type java.lang.String


Operations

This section describes the following operations:


 

captureImage

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:

  • destination is an object of type java.lang.String that specifies:

    absolute or relative directory path

Signature String [] { "java.lang.String" }
Returns WLDFImageCreationTaskRuntimeMBean
Exceptions

  • weblogic.management.ManagementException

 

captureImage

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:

  • lockoutMinutes is an object of type java.lang.Integer that specifies:

    number of minutes before the next image capture request will be accepted

Signature String [] { "java.lang.Integer" }
Returns WLDFImageCreationTaskRuntimeMBean
Exceptions

  • weblogic.management.ManagementException

 

captureImage

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 [] {  destinationlockoutMinutes }

where:

  • destination is an object of type java.lang.String that specifies:

    absolute or relative path

  • lockoutMinutes is an object of type java.lang.Integer that specifies:

    number of minutes before next image capture request will be accepted

Signature String [] { "java.lang.String", "java.lang.Integer" }
Returns WLDFImageCreationTaskRuntimeMBean
Exceptions

  • weblogic.management.ManagementException

 

captureImage

Creates a diagnostic image in the configured destination directory.

Operation Name "captureImage"    
Parameters null
Signature null
Returns WLDFImageCreationTaskRuntimeMBean
Exceptions

  • weblogic.management.ManagementException

 

clearCompletedImageCaptureTasks

Removes all completed image capture tasks.

Operation Name "clearCompletedImageCaptureTasks"    
Parameters null
Signature null
Returns void

 

listImageCaptureTasks

The list of all initiated image capture tasks.

Operation Name "listImageCaptureTasks"    
Parameters null
Signature null
Returns class

 

preDeregister

Operation Name "preDeregister"    
Parameters null
Signature null
Returns void
Exceptions

  • java.lang.Exception

 

resetImageLockout

Reset the lockout period, thus allowing image capture requests to be accepted.

Operation Name "resetImageLockout"    
Parameters null
Signature null
Returns void