|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KernelDebugMBean
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.
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 |
getDebugWorkContext()
Debug Work context (out of band data propagation) |
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 |
setDebugWorkContext(boolean enable)
Sets the Work context debug value on 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 |
Method Detail |
---|
boolean getDebugAbbreviation()
Debug abbreviations over JVM to JVM connections
void setDebugAbbreviation(boolean enable)
Sets the debugAbbreviation attribute of the KernelDebugMBean object
enable
- The new debugAbbreviation valueboolean getDebugConnection()
Debug JVM to JVM connections
void setDebugConnection(boolean enable)
Sets the debugConnection attribute of the KernelDebugMBean object
enable
- The new debugConnection valueboolean getDebugMessaging()
Debug messages sent over JVM to JVM connections
void setDebugMessaging(boolean enable)
Sets the debugMessaging attribute of the KernelDebugMBean object
enable
- The new debugMessaging valueboolean getDebugRouting()
Debug routing of messages over JVM to JVM connections
void setDebugRouting(boolean enable)
Sets the debugRouting attribute of the KernelDebugMBean object
enable
- The new debugRouting valueboolean getDebugLoadBalancing()
Debug stub-level load-balancing processing
void setDebugLoadBalancing(boolean enable)
Sets the debugLoadBalancing attribute of the KernelDebugMBean object
enable
- The new debugLoadBalancing valueboolean getDebugWorkContext()
Debug Work context (out of band data propagation)
void setDebugWorkContext(boolean enable)
Sets the Work context debug value on KernelDebugMBean object
enable
- The new debugWorkContext valueboolean getDebugFailOver()
Debug stub-level fail-over processing
void setDebugFailOver(boolean enable)
Sets the debugFailOver attribute of the KernelDebugMBean object
enable
- The new debugFailOver valueboolean getForceGCEachDGCPeriod()
Force VM garbage collection on each DGC interval
void setForceGCEachDGCPeriod(boolean enable)
Sets the forceGCEachDGCPeriod attribute of the KernelDebugMBean object
enable
- The new forceGCEachDGCPeriod valueboolean getDebugDGCEnrollment()
Debug each DGC enrollment.
void setDebugDGCEnrollment(boolean enable)
Sets the debugDGCEnrollment attribute of the KernelDebugMBean object
enable
- The new debugDGCEnrollment valueboolean getLogDGCStatistics()
Debug DGC with Statistics
void setLogDGCStatistics(boolean enable)
Sets the logDGCStatistics attribute of the KernelDebugMBean object
enable
- The new logDGCStatistics valueboolean getDebugSSL()
Debug SSL processing
void setDebugSSL(boolean enable)
Sets the debugSSL attribute of the KernelDebugMBean object
enable
- The new debugSSL valueboolean getDebugRC4()
Debug RC4 cipher processing
void setDebugRC4(boolean enable)
Sets the debugRC4 attribute of the KernelDebugMBean object
enable
- The new debugRC4 valueboolean getDebugRSA()
Debug RSA security processing
void setDebugRSA(boolean enable)
Sets the debugRSA attribute of the KernelDebugMBean object
enable
- The new debugRSA valueboolean getDebugMuxer()
Debug Muxer processing
void setDebugMuxer(boolean enable)
Sets the debugMuxer attribute of the KernelDebugMBean object
enable
- The new debugMuxer valueboolean getDebugMuxerDetail()
Detailed debug for Muxer processing
void setDebugMuxerDetail(boolean enable)
Sets the debugMuxerDetail attribute of the KernelDebugMBean object
enable
- The new debugMuxerDetail valueboolean getDebugMuxerTimeout()
Debug Muxer timeout processing
void setDebugMuxerTimeout(boolean enable)
Sets the debugMuxerTimeout attribute of the KernelDebugMBean object
enable
- The new debugMuxerTimeout valueboolean getDebugMuxerConnection()
Debug Muxer connection processing
void setDebugMuxerConnection(boolean enable)
Sets the debugMuxerConnection attribute of the KernelDebugMBean object
enable
- The new debugMuxerConnection valueboolean getDebugMuxerException()
Debug Muxer exception processing
void setDebugMuxerException(boolean enable)
Sets the debugMuxerException attribute of the KernelDebugMBean object
enable
- The new debugMuxerException valueboolean getDebugIIOP()
Debug IIOP processing
void setDebugIIOP(boolean enable)
Sets the debugIIOP attribute of the KernelDebugMBean object
enable
- The new debugIIOP valueboolean getDebugIIOPTransport()
Debug IIOP message processing
void setDebugIIOPTransport(boolean enable)
Sets the debugIIOPTransport attribute of the KernelDebugMBean object
enable
- The new debugIIOPTransport valueboolean getDebugIIOPMarshal()
Debug buffer-level IIOP processing
void setDebugIIOPMarshal(boolean enable)
Sets the debugIIOPMarshal attribute of the KernelDebugMBean object
enable
- The new debugIIOPMarshal valueboolean getDebugIIOPSecurity()
Debug IIOP security processing
void setDebugIIOPSecurity(boolean enable)
Sets the debugIIOPSecurity attribute of the KernelDebugMBean object
enable
- The new debugIIOPSecurity valueboolean getDebugIIOPOTS()
Debug IIOP Object Transaction Service (OTS) processing
void setDebugIIOPOTS(boolean enable)
Sets the debugIIOPOTS attribute of the KernelDebugMBean object
enable
- The new debugIIOPOTS valueboolean getDebugIIOPReplacer()
Debug IIOP object replacement processing
void setDebugIIOPReplacer(boolean enable)
Sets the debugIIOPReplacer attribute of the KernelDebugMBean object
enable
- The new debugIIOPReplacer valueboolean getDebugIIOPConnection()
Debug IIOP connection management processing
void setDebugIIOPConnection(boolean enable)
Sets the debugIIOPConnection attribute of the KernelDebugMBean object
enable
- The new debugIIOPConnection valueboolean getDebugIIOPStartup()
Debug IIOP startup processing
void setDebugIIOPStartup(boolean enable)
Sets the debugIIOPStartup attribute of the KernelDebugMBean object
enable
- The new debugIIOPStartup valueboolean getDebugSelfTuning()
Debug WorkManager self-tuning processing
void setDebugSelfTuning(boolean enable)
Sets the debugSelfTuning attribute of the KernelDebugMBean object
enable
- The new debugSelfTuning value
|
Copyright 1996, 2011, 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 Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |