BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


weblogic.management.configuration
Interface KernelDebugMBean

All Superinterfaces:
ConfigurationMBean, weblogic.management.configuration.DebugMBean, weblogic.descriptor.DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.descriptor.SettableBean, weblogic.management.WebLogicMBean
All Known Subinterfaces:
ServerDebugMBean

public interface KernelDebugMBean
extends weblogic.management.configuration.DebugMBean

Defines the debug attributes that are common to WebLogic Server and Client.

While all attributes will be supported in adherence with the standard WebLogic Server deprecation policies, the resultant debug content is free to change in both form and content across releases.


Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 boolean getDebugAbbreviation()
          Debug abbreviations over JVM to JVM connections
 boolean getDebugConnection()
          Debug JVM to JVM connections
 boolean getDebugDGCEnrollment()
          Debug each DGC enrollment.
 boolean getDebugFailOver()
          Debug stub-level fail-over processing
 boolean getDebugIIOP()
          Deprecated.  
 boolean getDebugIIOPConnection()
          Debug IIOP connection management processing
 boolean getDebugIIOPMarshal()
          Debug buffer-level IIOP processing
 boolean getDebugIIOPOTS()
          Debug IIOP Object Transaction Service (OTS) processing
 boolean getDebugIIOPReplacer()
          Debug IIOP object replacement processing
 boolean getDebugIIOPSecurity()
          Debug IIOP security processing
 boolean getDebugIIOPStartup()
          Debug IIOP startup processing
 boolean getDebugIIOPTransport()
          Debug IIOP message processing
 boolean getDebugLoadBalancing()
          Debug stub-level load-balancing processing
 boolean getDebugMessaging()
          Debug messages sent over JVM to JVM connections
 boolean getDebugMuxer()
          Debug Muxer processing
 boolean getDebugMuxerConnection()
          Debug Muxer connection processing
 boolean getDebugMuxerDetail()
          Detailed debug for Muxer processing
 boolean getDebugMuxerException()
          Debug Muxer exception processing
 boolean getDebugMuxerTimeout()
          Debug Muxer timeout processing
 boolean getDebugRC4()
          Debug RC4 cipher processing
 boolean getDebugRouting()
          Debug routing of messages over JVM to JVM connections
 boolean getDebugRSA()
          Debug RSA security processing
 boolean getDebugSelfTuning()
          Debug WorkManager self-tuning processing
 boolean getDebugSSL()
          Debug SSL processing
 boolean getForceGCEachDGCPeriod()
          Force VM garbage collection on each DGC interval
 boolean getLogDGCStatistics()
          Debug DGC with Statistics
 void setDebugAbbreviation(boolean enable)
          Sets the debugAbbreviation attribute of the KernelDebugMBean object
 void setDebugConnection(boolean enable)
          Sets the debugConnection attribute of the KernelDebugMBean object
 void setDebugDGCEnrollment(boolean enable)
          Sets the debugDGCEnrollment attribute of the KernelDebugMBean object
 void setDebugFailOver(boolean enable)
          Sets the debugFailOver attribute of the KernelDebugMBean object
 void setDebugIIOP(boolean enable)
          Sets the debugIIOP attribute of the KernelDebugMBean object
 void setDebugIIOPConnection(boolean enable)
          Sets the debugIIOPConnection attribute of the KernelDebugMBean object
 void setDebugIIOPMarshal(boolean enable)
          Sets the debugIIOPMarshal attribute of the KernelDebugMBean object
 void setDebugIIOPOTS(boolean enable)
          Sets the debugIIOPOTS attribute of the KernelDebugMBean object
 void setDebugIIOPReplacer(boolean enable)
          Sets the debugIIOPReplacer attribute of the KernelDebugMBean object
 void setDebugIIOPSecurity(boolean enable)
          Sets the debugIIOPSecurity attribute of the KernelDebugMBean object
 void setDebugIIOPStartup(boolean enable)
          Sets the debugIIOPStartup attribute of the KernelDebugMBean object
 void setDebugIIOPTransport(boolean enable)
          Sets the debugIIOPTransport attribute of the KernelDebugMBean object
 void setDebugLoadBalancing(boolean enable)
          Sets the debugLoadBalancing attribute of the KernelDebugMBean object
 void setDebugMessaging(boolean enable)
          Sets the debugMessaging attribute of the KernelDebugMBean object
 void setDebugMuxer(boolean enable)
          Sets the debugMuxer attribute of the KernelDebugMBean object
 void setDebugMuxerConnection(boolean enable)
          Sets the debugMuxerConnection attribute of the KernelDebugMBean object
 void setDebugMuxerDetail(boolean enable)
          Sets the debugMuxerDetail attribute of the KernelDebugMBean object
 void setDebugMuxerException(boolean enable)
          Sets the debugMuxerException attribute of the KernelDebugMBean object
 void setDebugMuxerTimeout(boolean enable)
          Sets the debugMuxerTimeout attribute of the KernelDebugMBean object
 void setDebugRC4(boolean enable)
          Sets the debugRC4 attribute of the KernelDebugMBean object
 void setDebugRouting(boolean enable)
          Sets the debugRouting attribute of the KernelDebugMBean object
 void setDebugRSA(boolean enable)
          Sets the debugRSA attribute of the KernelDebugMBean object
 void setDebugSelfTuning(boolean enable)
          Sets the debugSelfTuning attribute of the KernelDebugMBean object
 void setDebugSSL(boolean enable)
          Sets the debugSSL attribute of the KernelDebugMBean object
 void setForceGCEachDGCPeriod(boolean enable)
          Sets the forceGCEachDGCPeriod attribute of the KernelDebugMBean object
 void setLogDGCStatistics(boolean enable)
          Sets the logDGCStatistics attribute of the KernelDebugMBean object
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getName, getNotes, 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
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
 

Method Detail

getDebugAbbreviation

public boolean getDebugAbbreviation()

Debug abbreviations over JVM to JVM connections

Returns:
The debugAbbreviation value

getDebugConnection

public boolean getDebugConnection()

Debug JVM to JVM connections

Returns:
The debugConnection value

getDebugDGCEnrollment

public boolean getDebugDGCEnrollment()

Debug each DGC enrollment.

Returns:
The debugDGCEnrollment value

getDebugFailOver

public boolean getDebugFailOver()

Debug stub-level fail-over processing

Returns:
The debugFailOver value

getDebugIIOP

public boolean getDebugIIOP()
Deprecated.  

Debug IIOP processing

Returns:
The debugIIOP value

getDebugIIOPConnection

public boolean getDebugIIOPConnection()

Debug IIOP connection management processing

Returns:
The IIOPConnection value

getDebugIIOPMarshal

public boolean getDebugIIOPMarshal()

Debug buffer-level IIOP processing

Returns:
The IIOPMarshal value

getDebugIIOPOTS

public boolean getDebugIIOPOTS()

Debug IIOP Object Transaction Service (OTS) processing

Returns:
The IIOPOTS value

getDebugIIOPReplacer

public boolean getDebugIIOPReplacer()

Debug IIOP object replacement processing

Returns:
The IIOPReplacer value

getDebugIIOPSecurity

public boolean getDebugIIOPSecurity()

Debug IIOP security processing

Returns:
The IIOPSecurity value

getDebugIIOPStartup

public boolean getDebugIIOPStartup()

Debug IIOP startup processing

Returns:
The IIOPStartup value

getDebugIIOPTransport

public boolean getDebugIIOPTransport()

Debug IIOP message processing

Returns:
The IIOPTransport value

getDebugLoadBalancing

public boolean getDebugLoadBalancing()

Debug stub-level load-balancing processing

Returns:
The debugLoadBalancing value

getDebugMessaging

public boolean getDebugMessaging()

Debug messages sent over JVM to JVM connections

Returns:
The debugMessaging value

getDebugMuxer

public boolean getDebugMuxer()

Debug Muxer processing

Returns:
The debugMuxer value

getDebugMuxerConnection

public boolean getDebugMuxerConnection()

Debug Muxer connection processing

Returns:
The debugMuxerConnection value

getDebugMuxerDetail

public boolean getDebugMuxerDetail()

Detailed debug for Muxer processing

Returns:
The debugMuxerDetail value

getDebugMuxerException

public boolean getDebugMuxerException()

Debug Muxer exception processing

Returns:
The debugMuxerException value

getDebugMuxerTimeout

public boolean getDebugMuxerTimeout()

Debug Muxer timeout processing

Returns:
The debugMuxerTimeout value

getDebugRC4

public boolean getDebugRC4()

Debug RC4 cipher processing

Returns:
The debugRC4 value

getDebugRouting

public boolean getDebugRouting()

Debug routing of messages over JVM to JVM connections

Returns:
The debugRouting value

getDebugRSA

public boolean getDebugRSA()

Debug RSA security processing

Returns:
The debugRSA value

getDebugSelfTuning

public boolean getDebugSelfTuning()

Debug WorkManager self-tuning processing


getDebugSSL

public boolean getDebugSSL()

Debug SSL processing

Returns:
The debugSSL value

getForceGCEachDGCPeriod

public boolean getForceGCEachDGCPeriod()

Force VM garbage collection on each DGC interval

Returns:
The forceGCEachDGCPeriod value

getLogDGCStatistics

public boolean getLogDGCStatistics()

Debug DGC with Statistics

Returns:
The logDGCStatistics value

setDebugAbbreviation

public void setDebugAbbreviation(boolean enable)

Sets the debugAbbreviation attribute of the KernelDebugMBean object

Parameters:
enable - The new debugAbbreviation value

setDebugConnection

public void setDebugConnection(boolean enable)

Sets the debugConnection attribute of the KernelDebugMBean object

Parameters:
enable - The new debugConnection value

setDebugDGCEnrollment

public void setDebugDGCEnrollment(boolean enable)

Sets the debugDGCEnrollment attribute of the KernelDebugMBean object

Parameters:
enable - The new debugDGCEnrollment value

setDebugFailOver

public void setDebugFailOver(boolean enable)

Sets the debugFailOver attribute of the KernelDebugMBean object

Parameters:
enable - The new debugFailOver value

setDebugIIOP

public void setDebugIIOP(boolean enable)

Sets the debugIIOP attribute of the KernelDebugMBean object

Parameters:
enable - The new debugIIOP value

setDebugIIOPConnection

public void setDebugIIOPConnection(boolean enable)

Sets the debugIIOPConnection attribute of the KernelDebugMBean object

Parameters:
enable - The new debugIIOPConnection value

setDebugIIOPMarshal

public void setDebugIIOPMarshal(boolean enable)

Sets the debugIIOPMarshal attribute of the KernelDebugMBean object

Parameters:
enable - The new debugIIOPMarshal value

setDebugIIOPOTS

public void setDebugIIOPOTS(boolean enable)

Sets the debugIIOPOTS attribute of the KernelDebugMBean object

Parameters:
enable - The new debugIIOPOTS value

setDebugIIOPReplacer

public void setDebugIIOPReplacer(boolean enable)

Sets the debugIIOPReplacer attribute of the KernelDebugMBean object

Parameters:
enable - The new debugIIOPReplacer value

setDebugIIOPSecurity

public void setDebugIIOPSecurity(boolean enable)

Sets the debugIIOPSecurity attribute of the KernelDebugMBean object

Parameters:
enable - The new debugIIOPSecurity value

setDebugIIOPStartup

public void setDebugIIOPStartup(boolean enable)

Sets the debugIIOPStartup attribute of the KernelDebugMBean object

Parameters:
enable - The new debugIIOPStartup value

setDebugIIOPTransport

public void setDebugIIOPTransport(boolean enable)

Sets the debugIIOPTransport attribute of the KernelDebugMBean object

Parameters:
enable - The new debugIIOPTransport value

setDebugLoadBalancing

public void setDebugLoadBalancing(boolean enable)

Sets the debugLoadBalancing attribute of the KernelDebugMBean object

Parameters:
enable - The new debugLoadBalancing value

setDebugMessaging

public void setDebugMessaging(boolean enable)

Sets the debugMessaging attribute of the KernelDebugMBean object

Parameters:
enable - The new debugMessaging value

setDebugMuxer

public void setDebugMuxer(boolean enable)

Sets the debugMuxer attribute of the KernelDebugMBean object

Parameters:
enable - The new debugMuxer value

setDebugMuxerConnection

public void setDebugMuxerConnection(boolean enable)

Sets the debugMuxerConnection attribute of the KernelDebugMBean object

Parameters:
enable - The new debugMuxerConnection value

setDebugMuxerDetail

public void setDebugMuxerDetail(boolean enable)

Sets the debugMuxerDetail attribute of the KernelDebugMBean object

Parameters:
enable - The new debugMuxerDetail value

setDebugMuxerException

public void setDebugMuxerException(boolean enable)

Sets the debugMuxerException attribute of the KernelDebugMBean object

Parameters:
enable - The new debugMuxerException value

setDebugMuxerTimeout

public void setDebugMuxerTimeout(boolean enable)

Sets the debugMuxerTimeout attribute of the KernelDebugMBean object

Parameters:
enable - The new debugMuxerTimeout value

setDebugRC4

public void setDebugRC4(boolean enable)

Sets the debugRC4 attribute of the KernelDebugMBean object

Parameters:
enable - The new debugRC4 value

setDebugRouting

public void setDebugRouting(boolean enable)

Sets the debugRouting attribute of the KernelDebugMBean object

Parameters:
enable - The new debugRouting value

setDebugRSA

public void setDebugRSA(boolean enable)

Sets the debugRSA attribute of the KernelDebugMBean object

Parameters:
enable - The new debugRSA value

setDebugSelfTuning

public void setDebugSelfTuning(boolean enable)

Sets the debugSelfTuning attribute of the KernelDebugMBean object

Parameters:
enable - The new debugSelfTuning value

setDebugSSL

public void setDebugSSL(boolean enable)

Sets the debugSSL attribute of the KernelDebugMBean object

Parameters:
enable - The new debugSSL value

setForceGCEachDGCPeriod

public void setForceGCEachDGCPeriod(boolean enable)

Sets the forceGCEachDGCPeriod attribute of the KernelDebugMBean object

Parameters:
enable - The new forceGCEachDGCPeriod value

setLogDGCStatistics

public void setLogDGCStatistics(boolean enable)

Sets the logDGCStatistics attribute of the KernelDebugMBean object

Parameters:
enable - The new logDGCStatistics value

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.