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


weblogic.management.runtime
Interface WLDFImageRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean, WLDFPartitionImageRuntimeMBean

public interface WLDFImageRuntimeMBean
extends WLDFPartitionImageRuntimeMBean

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

Method Summary
abstract  WLDFImageCreationTaskRuntimeMBean 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 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.

 

Methods inherited from interface weblogic.management.runtime.WLDFPartitionImageRuntimeMBean
captureImage, captureImage, clearCompletedImageCaptureTasks, getAvailableCapturedImages, getImageCaptureTasks, getImageDir, getImageTimeout, listImageCaptureTasks, lookupImageCaptureTask, purgeCapturedImages, resetImageLockout

 

Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent

 

Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Method Detail

captureImage

WLDFImageCreationTaskRuntimeMBean captureImage(String destination)
                                               throws ManagementException

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.

Parameters:
destination - absolute or relative directory path
Returns:
TaskRuntimeMBean instance to watch the progress of this image capture
Throws:
ManagementException

captureImage

WLDFImageCreationTaskRuntimeMBean captureImage(String destination,
                                               int lockoutMinutes)
                                               throws ManagementException

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.

Parameters:
destination - absolute or relative path
lockoutMinutes - number of minutes before next image capture request will be accepted
Returns:
TaskRuntimeMBean instance to watch the progress of this image capture
Throws:
ManagementException

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