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.configuration
Interface WLDFServerDiagnosticMBean

All Superinterfaces:
ConfigurationMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean

public interface WLDFServerDiagnosticMBean
extends ConfigurationMBean

Use this interface to configure the WebLogic Diagnostic Framework (WLDF) components that are defined for each WebLogic Server instance.

Since:
9.0.0.0

Field Summary
static long DEFAULT_EVENTS_IMAGE_CAPTURE_INTERVAL
          The default time interval, 60 seconds, used when capturing recent diagnostic image events.
static String FILE_STORE_ARCHIVE_TYPE
          The file store type of archive.
static String HIGH_VOLUME
           
static String JDBC_ARCHIVE_TYPE
          The JDBC type of archive.
static String LOW_VOLUME
           
static String MEDIUM_VOLUME
           
static String OFF_VOLUME
           

 

Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY

 

Method Summary
abstract  WLDFDataRetirementByAgeMBean createWLDFDataRetirementByAge(String name)
          Factory to create WLDFDataRetirement instance corresponding to a WLDF archive
abstract  void destroyWLDFDataRetirementByAge(WLDFDataRetirementByAgeMBean wldfDataRetirement)
          Deletes WLDFDataRetirementByAgeMBean object
abstract  String getDiagnosticDataArchiveType()
          Determines whether the current server persists its harvested metrics and event data in a diagnostic store (file-based store) or a JDBC based archive.
abstract  JDBCSystemResourceMBean getDiagnosticJDBCResource()
          The JDBC data source that the server uses to archive its harvested metrics and event data.
abstract  String getDiagnosticJDBCSchemaName()
          The schema name to use for accessing JDBC-based archive tables.
abstract  int getDiagnosticStoreBlockSize()
          The smallest addressable block, in bytes, of a file.
abstract  String getDiagnosticStoreDir()
          The directory in which the current server maintains its diagnostic store.
abstract  int getDiagnosticStoreIoBufferSize()
          The I/O buffer size, in bytes, automatically rounded down to the nearest power of 2, controls the largest write size.
abstract  long getDiagnosticStoreMaxFileSize()
          The maximum file size, in bytes.
abstract  int getDiagnosticStoreMaxWindowBufferSize()
          The maximum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM's address space per diagnostic store file.
abstract  int getDiagnosticStoreMinWindowBufferSize()
          The minimum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM's address space per diagnostic store file.
abstract  long getEventPersistenceInterval()
          The interval, in milliseconds, at which queued up instrumentation events will be periodically dispatched to the archive.
abstract  long getEventsImageCaptureInterval()
          The time span, in milliseconds, for which recently archived events will be captured in the diagnostic image.
abstract  String getImageDir()
          The default directory where the server stores captured diagnostic images.
abstract  int getImageTimeout()
          The default timeout period, in minutes, that the server uses to delay future diagnostic image-capture requests.
abstract  int getPreferredStoreSizeLimit()
          Return the preferred limit on the size of diagnostic store file in MB.
abstract  int getStoreSizeCheckPeriod()
          Return the period in hours at which diagnostic store file size check will be performed
abstract  WLDFResourceBean getWLDFBuiltinSystemResourceDescriptorBean()
           
abstract  String getWLDFBuiltinSystemResourceType()
          This attribute specifies the WLDF built-in system resource type in use for this server.
abstract  WLDFDataRetirementByAgeMBean[] getWLDFDataRetirementByAges()
          Return the WLDFDataRetirementByAgeMBeans parented by this WLDFServerDiagnosticMBean.
abstract  WLDFDataRetirementMBean[] getWLDFDataRetirements()
          Return the WLDFDataRetirementMBeans parented by this WLDFServerDiagnosticMBean.
abstract  String getWLDFDiagnosticVolume()
          Specifies the volume of diagnostic data that is automatically produced by WebLogic Server at run time.
abstract  boolean isDataRetirementEnabled()
          This attribute controls if configuration based data retirement functionality is enabled on the server.
abstract  boolean isDiagnosticContextEnabled()
          Deprecated. Defaults to enabled now
abstract  boolean isDiagnosticStoreFileLockingEnabled()
          Determines whether OS file locking is used.
abstract  boolean isSynchronousEventPersistenceEnabled()
          Specifies the instrumentation events persistence policy.
abstract  WLDFDataRetirementMBean lookupWLDFDataRetirement(String name)
          Look up WLDFDataRetirement object with given name
abstract  WLDFDataRetirementByAgeMBean lookupWLDFDataRetirementByAge(String name)
          Look up WLDFDataRetirementByAgeMBean object with given name
abstract  void setDataRetirementEnabled(boolean enabled)
          Enables or disabled the data retirement functionality on this server.
abstract  void setDataRetirementTestModeEnabled(boolean enabled)
           
abstract  void setDiagnosticContextEnabled(boolean enable)
          Deprecated. Defaults to enabled now
abstract  void setDiagnosticDataArchiveType(String archiveType)
          Sets the value of the DiagnosticDataArchiveType attribute.
abstract  void setDiagnosticJDBCResource(JDBCSystemResourceMBean diagnosticJDBCResource)
          Sets the value of the DiagnosticJDBCResource attribute.
abstract  void setDiagnosticJDBCSchemaName(String schemaName)
          The schema name to use for accessing JDBC-based archive tables.
abstract  void setDiagnosticStoreBlockSize(int diagnosticStoreBlockSize)
          See GenericFileStoreMBean.setBlockSize.
abstract  void setDiagnosticStoreDir(String diagnosticStoreDir)
          Sets the value of the DiagnosticStoreDir attribute.
abstract  void setDiagnosticStoreFileLockingEnabled(boolean diagnosticStoreFileLockingEnabled)
          See GenericFileStoreMBean.setFileLockingEnabled.
abstract  void setDiagnosticStoreIoBufferSize(int diagnosticStoreIoBufferSize)
          See GenericFileStoreMBean.IoBufferSize.
abstract  void setDiagnosticStoreMaxFileSize(long diagnosticStoreMaxFileSize)
          See GenericFileStoreMBean.setMaxFileSize.
abstract  void setDiagnosticStoreMaxWindowBufferSize(int diagnosticStoreMaxWindowBufferSize)
          See GenericFileStoreMBean.setMaxWindowBufferSize.
abstract  void setDiagnosticStoreMinWindowBufferSize(int diagnosticStoreMinWindowBufferSize)
          See GenericFileStoreMBean.setMinWindowBufferSize.
abstract  void setEventPersistenceInterval(long interval)
          Sets the value of the EventPersistenceInterval attribute.
abstract  void setEventsImageCaptureInterval(long interval)
          Sets the value of the EventsImageCaptureInterval attribute.
abstract  void setImageDir(String dirPath)
          Sets the value of the ImageDir attribute.
abstract  void setImageTimeout(int timeout)
          Sets the value of the ImageTimeout attribute.
abstract  void setPreferredStoreSizeLimit(int preferredStoreSizeLimit)
          Sets preferredStoreSizeLimit attributes
abstract  void setStoreSizeCheckPeriod(int storeSizeCheckPeriod)
          Sets storeSizeCheckPeriod attribute
abstract  void setSynchronousEventPersistenceEnabled(boolean enable)
          Sets the value of the SynchronousEventPersistenceEnabled attribute.
abstract  void setWLDFBuiltinSystemResourceType(String profile)
           Sets the built-in system resource type for this server
abstract  void setWLDFDiagnosticVolume(String volume)
          Specifies the volume of diagnostic data that is automatically produced by WebLogic Server at run time.

 

Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, 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

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener

 

Field Detail

FILE_STORE_ARCHIVE_TYPE

static final String FILE_STORE_ARCHIVE_TYPE

The file store type of archive.

See Also:
Constant Field Values

JDBC_ARCHIVE_TYPE

static final String JDBC_ARCHIVE_TYPE

The JDBC type of archive.

See Also:
Constant Field Values

DEFAULT_EVENTS_IMAGE_CAPTURE_INTERVAL

static final long DEFAULT_EVENTS_IMAGE_CAPTURE_INTERVAL

The default time interval, 60 seconds, used when capturing recent diagnostic image events.

See Also:
Constant Field Values

OFF_VOLUME

static final String OFF_VOLUME
See Also:
Constant Field Values

LOW_VOLUME

static final String LOW_VOLUME
See Also:
Constant Field Values

MEDIUM_VOLUME

static final String MEDIUM_VOLUME
See Also:
Constant Field Values

HIGH_VOLUME

static final String HIGH_VOLUME
See Also:
Constant Field Values

Method Detail

getImageDir

String getImageDir()

The default directory where the server stores captured diagnostic images.

If you specify a relative pathname, the root of that path is the server's root directory.

If the directory does not exist, it will be created when the WebLogic Diagnostic Framework is initialized on the server. Note that each image capture request can override this default directory location.

Returns:
the relative or absolute directory where the diagnostic images captured are stored
See Also:
WLDFImageRuntimeMBean

setImageDir

void setImageDir(String dirPath)

Sets the value of the ImageDir attribute.

Parameters:
dirPath - The path where the images will be stored.
See Also:
WLDFServerDiagnosticMBean.getImageDir()

getImageTimeout

int getImageTimeout()

The default timeout period, in minutes, that the server uses to delay future diagnostic image-capture requests.

Returns:
the timeout in minutes

setImageTimeout

void setImageTimeout(int timeout)

Sets the value of the ImageTimeout attribute.

Parameters:
timeout - in minutes
See Also:
WLDFServerDiagnosticMBean.getImageTimeout()

getEventsImageCaptureInterval

long getEventsImageCaptureInterval()

The time span, in milliseconds, for which recently archived events will be captured in the diagnostic image. All events archived on or after ( System.currentTimeMillis() - interval ) will be captured.

Returns:
the length of the interval in milliseconds

setEventsImageCaptureInterval

void setEventsImageCaptureInterval(long interval)

Sets the value of the EventsImageCaptureInterval attribute.

Parameters:
interval - The length of the interval in milliseconds
See Also:
WLDFServerDiagnosticMBean.getEventsImageCaptureInterval()

getDiagnosticStoreDir

String getDiagnosticStoreDir()

The directory in which the current server maintains its diagnostic store.

Returns:
Directory path for diagnostic store
See Also:
WLDFServerDiagnosticMBean.getDiagnosticDataArchiveType()

setDiagnosticStoreDir

void setDiagnosticStoreDir(String diagnosticStoreDir)

Sets the value of the DiagnosticStoreDir attribute.

Parameters:
diagnosticStoreDir - Directory path for diagnostic store
See Also:
WLDFServerDiagnosticMBean.getDiagnosticStoreDir()

isDiagnosticStoreFileLockingEnabled

boolean isDiagnosticStoreFileLockingEnabled()

Determines whether OS file locking is used.

When file locking protection is enabled, a store boot fails if another store instance already has opened the store files. Do not disable this setting unless you have procedures in place to prevent multiple store instances from opening the same file. File locking is not required but helps prevent corruption in the event that two same-named file store instances attempt to operate in the same directories. This setting applies to both primary and cache files.
Returns:
DiagnosticStoreFileLockingEnabled value

setDiagnosticStoreFileLockingEnabled

void setDiagnosticStoreFileLockingEnabled(boolean diagnosticStoreFileLockingEnabled)
See GenericFileStoreMBean.setFileLockingEnabled.
Parameters:
diagnosticStoreFileLockingEnabled - The new FileLockingEnabled value

getDiagnosticStoreMinWindowBufferSize

int getDiagnosticStoreMinWindowBufferSize()

The minimum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM's address space per diagnostic store file. Applies only when a native wlfileio library is loaded. See Diagnostic Store Maximum Window Buffer Size.

Returns:
The DiagnosticStoreMinWindowBufferSize value

setDiagnosticStoreMinWindowBufferSize

void setDiagnosticStoreMinWindowBufferSize(int diagnosticStoreMinWindowBufferSize)
See GenericFileStoreMBean.setMinWindowBufferSize.
Throws:
InvalidAttributeValueException

getDiagnosticStoreMaxWindowBufferSize

int getDiagnosticStoreMaxWindowBufferSize()

The maximum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM's address space per diagnostic store file. Applies only when a native wlfileio library is loaded.

A window buffer does not consume Java heap memory, but does consume off-heap (native) memory. If the store is unable to allocate the requested buffer size, it allocates smaller and smaller buffers until it reaches DiagnosticStoreMinWindowBufferSize, and then fails if it cannot honor DiagnosticStoreMinWindowBufferSize.

Oracle recommends setting the max window buffer size to more than double the size of the largest write (multiple concurrently updated records may be combined into a single write), and greater than or equal to the file size, unless there are other constraints. 32-bit JVMs may impose a total limit of between 2 and 4GB for combined Java heap plus off-heap (native) memory usage.

Returns:
The DiagnosticStoreMaxWindowBufferSize value

setDiagnosticStoreMaxWindowBufferSize

void setDiagnosticStoreMaxWindowBufferSize(int diagnosticStoreMaxWindowBufferSize)
See GenericFileStoreMBean.setMaxWindowBufferSize.
Parameters:
diagnosticStoreMaxWindowBufferSize - The new DiagnosticStoreMaxWindowBufferSize value
Throws:
InvalidAttributeValueException

getDiagnosticStoreIoBufferSize

int getDiagnosticStoreIoBufferSize()

The I/O buffer size, in bytes, automatically rounded down to the nearest power of 2, controls the largest write size.

Returns:
The DiagnosticStoreIoBufferSize value

setDiagnosticStoreIoBufferSize

void setDiagnosticStoreIoBufferSize(int diagnosticStoreIoBufferSize)
See GenericFileStoreMBean.IoBufferSize.
Parameters:
diagnosticStoreIoBufferSize - The new DiagnosticStoreIOBufferSize value
Throws:
InvalidAttributeValueException

getDiagnosticStoreMaxFileSize

long getDiagnosticStoreMaxFileSize()

The maximum file size, in bytes.

Oracle recommends not setting the Diagnostic Store Max File Size above the default value of 1,342,177,280.

Returns:
The DiagnosticStoreMaxFileSize value

setDiagnosticStoreMaxFileSize

void setDiagnosticStoreMaxFileSize(long diagnosticStoreMaxFileSize)
See GenericFileStoreMBean.setMaxFileSize.
Parameters:
diagnosticStoreMaxFileSize - The new DiagnosticStoreMaxFileSize value
Throws:
InvalidAttributeValueException

getDiagnosticStoreBlockSize

int getDiagnosticStoreBlockSize()

The smallest addressable block, in bytes, of a file. When a native wlfileio driver is available and the block size has not been configured by the user, the store selects the minimum OS specific value for unbuffered (direct) I/O, if it is within the range [512, 8192].

A file store's block size does not change once the file store creates its files. Changes to block size only take effect for new file stores or after the current files have been deleted. See "Tuning the Persistent Store" in Performance and Tuning for Oracle WebLogic Server.
Returns:
The DiagnosticStoreBlockSize value

setDiagnosticStoreBlockSize

void setDiagnosticStoreBlockSize(int diagnosticStoreBlockSize)
See GenericFileStoreMBean.setBlockSize.
Parameters:
diagnosticStoreBlockSize - The new DiagnosticStoreBlockSize value
Throws:
InvalidAttributeValueException

getDiagnosticDataArchiveType

String getDiagnosticDataArchiveType()

Determines whether the current server persists its harvested metrics and event data in a diagnostic store (file-based store) or a JDBC based archive. The default store is file-based.

Returns:
the diagnostic data archive type, file-based or JDBC based

setDiagnosticDataArchiveType

void setDiagnosticDataArchiveType(String archiveType)

Sets the value of the DiagnosticDataArchiveType attribute.

Parameters:
archiveType - the diagnostic data archive type
See Also:
WLDFServerDiagnosticMBean.getDiagnosticDataArchiveType()

getDiagnosticJDBCResource

JDBCSystemResourceMBean getDiagnosticJDBCResource()

The JDBC data source that the server uses to archive its harvested metrics and event data.

Returns:
the JDBC data source
See Also:
WLDFServerDiagnosticMBean.getDiagnosticDataArchiveType()

setDiagnosticJDBCResource

void setDiagnosticJDBCResource(JDBCSystemResourceMBean diagnosticJDBCResource)

Sets the value of the DiagnosticJDBCResource attribute.

Parameters:
diagnosticJDBCResource - the JDBC data source
See Also:
WLDFServerDiagnosticMBean.getDiagnosticJDBCResource()

getDiagnosticJDBCSchemaName

String getDiagnosticJDBCSchemaName()

The schema name to use for accessing JDBC-based archive tables.

If multiple WLDF JDBC archive schemas exist in the same database, this value specifies the correct schema to use for accessing JDBC-based archive tables in that database.

There is no default value. If a schema name is not specified, no schema name is applied when WLDF validates the run-time table or is used for the SQL statements.

Returns:
The schema name to use with the JDBC connection
See Also:
WLDFServerDiagnosticMBean.getDiagnosticDataArchiveType()

setDiagnosticJDBCSchemaName

void setDiagnosticJDBCSchemaName(String schemaName)

The schema name to use for accessing JDBC-based archive tables.

If multiple WLDF JDBC archive schemas exist in the same database, this value specifies the correct schema to use for accessing JDBC-based archive tables in that database.

There is no default value. If a schema name is not specified, no schema name is applied when WLDF validates the run-time table or is used for the SQL statements.

Parameters:
schemaName - The name to use for the schema associated JDBC data source connection
See Also:
WLDFServerDiagnosticMBean.getDiagnosticJDBCSchemaName()

isSynchronousEventPersistenceEnabled

boolean isSynchronousEventPersistenceEnabled()

Specifies the instrumentation events persistence policy. If true, events will be persisted synchronously within the same thread. If false, events will be queued up to be persisted in a separate thread.

Returns:
True, if instrumentation events will be persisted synchronously

setSynchronousEventPersistenceEnabled

void setSynchronousEventPersistenceEnabled(boolean enable)

Sets the value of the SynchronousEventPersistenceEnabled attribute.

Parameters:
enable - If true, persist instrumentation events synchronously.
See Also:
WLDFServerDiagnosticMBean.isSynchronousEventPersistenceEnabled()

getEventPersistenceInterval

long getEventPersistenceInterval()

The interval, in milliseconds, at which queued up instrumentation events will be periodically dispatched to the archive.

Returns:
Event persistence interval in milliseconds

setEventPersistenceInterval

void setEventPersistenceInterval(long interval)

Sets the value of the EventPersistenceInterval attribute.

Parameters:
interval - Event persistence interval in milliseconds
See Also:
WLDFServerDiagnosticMBean.getEventPersistenceInterval()

isDiagnosticContextEnabled

boolean isDiagnosticContextEnabled()
Deprecated. Defaults to enabled now

If true, diagnostic context creation is enabled. If false, the diagnostic context will not be created when requested. However, if the diagnostics context already exists because it was propagated from another VM or was created through the DyeInjection monitor, the context will be made available.

Returns:
If true, diagnostic context will be created when asked for.

setDiagnosticContextEnabled

void setDiagnosticContextEnabled(boolean enable)
Deprecated. Defaults to enabled now

Sets the value of the DiagnosticContextEnabled attribute.

Parameters:
enable - If true, diagnostic context will be created when asked for.
See Also:
WLDFServerDiagnosticMBean.isDiagnosticContextEnabled()

setDataRetirementTestModeEnabled

void setDataRetirementTestModeEnabled(boolean enabled)
Parameters:
enabled -
See Also:
WLDFServerDiagnosticMBean.isDataRetirementTestModeEnabled()

isDataRetirementEnabled

boolean isDataRetirementEnabled()

This attribute controls if configuration based data retirement functionality is enabled on the server. If disabled, all retirement policies will be disabled.

Returns:
True if data retirement functionality is enabled on this server
Since:
10.0.0.0

setDataRetirementEnabled

void setDataRetirementEnabled(boolean enabled)

Enables or disabled the data retirement functionality on this server. Actual data retirement will be performed as per configured policies.

Parameters:
enabled - If true, enable data retirement functionality on the server.
See Also:
WLDFServerDiagnosticMBean.isDataRetirementEnabled()

getPreferredStoreSizeLimit

int getPreferredStoreSizeLimit()

Return the preferred limit on the size of diagnostic store file in MB.

Returns:
Preferred limit on the size of diagnostic store file in MB.
Since:
10.0.0.0

setPreferredStoreSizeLimit

void setPreferredStoreSizeLimit(int preferredStoreSizeLimit)

Sets preferredStoreSizeLimit attributes

Parameters:
preferredStoreSizeLimit - Preferred size limit of the diagnostic store file in MB.
See Also:
WLDFServerDiagnosticMBean.getPreferredStoreSizeLimit()

getStoreSizeCheckPeriod

int getStoreSizeCheckPeriod()

Return the period in hours at which diagnostic store file size check will be performed

Returns:
Period in hours at which diagnostic store file size check will be performed
Since:
10.0.0.0

setStoreSizeCheckPeriod

void setStoreSizeCheckPeriod(int storeSizeCheckPeriod)

Sets storeSizeCheckPeriod attribute

Parameters:
storeSizeCheckPeriod - Period in hours at which diagnostic store file size check will be performed
See Also:
WLDFServerDiagnosticMBean.getStoreSizeCheckPeriod()

getWLDFDataRetirements

WLDFDataRetirementMBean[] getWLDFDataRetirements()

Return the WLDFDataRetirementMBeans parented by this WLDFServerDiagnosticMBean.

Since:
10.0.0.0

lookupWLDFDataRetirement

WLDFDataRetirementMBean lookupWLDFDataRetirement(String name)

Look up WLDFDataRetirement object with given name

Parameters:
name - Name of the data retirement
Returns:
WLDFDataRetirement object
Since:
10.0.0.0

getWLDFDataRetirementByAges

WLDFDataRetirementByAgeMBean[] getWLDFDataRetirementByAges()

Return the WLDFDataRetirementByAgeMBeans parented by this WLDFServerDiagnosticMBean.

Returns:
The WLDFDataRetirementByAges value
Since:
10.0.0.0

createWLDFDataRetirementByAge

WLDFDataRetirementByAgeMBean createWLDFDataRetirementByAge(String name)

Factory to create WLDFDataRetirement instance corresponding to a WLDF archive

Parameters:
name -
Returns:
WLDFDataRetirementByAgeMBean object
Since:
10.0.0.0

destroyWLDFDataRetirementByAge

void destroyWLDFDataRetirementByAge(WLDFDataRetirementByAgeMBean wldfDataRetirement)

Deletes WLDFDataRetirementByAgeMBean object

Parameters:
wldfDataRetirement -
Since:
10.0.0.0

lookupWLDFDataRetirementByAge

WLDFDataRetirementByAgeMBean lookupWLDFDataRetirementByAge(String name)

Look up WLDFDataRetirementByAgeMBean object with given name

Parameters:
name -
Returns:
WLDFDataRetirementByAgeMBean object
Since:
10.0.0.0

getWLDFDiagnosticVolume

String getWLDFDiagnosticVolume()

Specifies the volume of diagnostic data that is automatically produced by WebLogic Server at run time. Note that the WLDF diagnostic volume setting does not affect explicitly configured diagnostic modules. For example, this controls the volume of events generated for Flight Recorder.

This attribute has the following settings:

Returns:
The diagnostic volume
Since:
10.3.3

setWLDFDiagnosticVolume

void setWLDFDiagnosticVolume(String volume)

Specifies the volume of diagnostic data that is automatically produced by WebLogic Server at run time. Note that the WLDF diagnostic volume setting does not affect explicitly configured diagnostic modules. For example, this controls the volume of events generated for Flight Recorder.

This attribute has the following settings:

Parameters:
volume - Specifies the diagnostics volume
Since:
10.3.3
See Also:
WLDFServerDiagnosticMBean.getWLDFDiagnosticVolume()

getWLDFBuiltinSystemResourceType

String getWLDFBuiltinSystemResourceType()

This attribute specifies the WLDF built-in system resource type in use for this server.

This attribute has the following settings:

Returns:
The WLDF built-in system resource type in use
Since:
11.1.2.0.0

setWLDFBuiltinSystemResourceType

void setWLDFBuiltinSystemResourceType(String profile)

Sets the built-in system resource type for this server

Since:
11.1.2.0.0

getWLDFBuiltinSystemResourceDescriptorBean

WLDFResourceBean getWLDFBuiltinSystemResourceDescriptorBean()
Returns:
WLDFResourceBean for the built-in system resource.

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