| Package | Description | 
|---|---|
| weblogic.diagnostics.debugpatch | Provides interfaces for  weblogic.diagnostics.debugpatch. | 
| weblogic.management.runtime | Contains classes and interfaces for monitoring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| WLDFDebugPatchTaskRuntimeMBean | WLDFDebugPatchesRuntimeMBean. activateDebugPatch(java.lang.String patch,
                  java.lang.String application,
                  java.lang.String module,
                  java.lang.String partitionName) | Activate specified debug patch, optionally within the scope of given
 application and module | 
| WLDFDebugPatchTaskRuntimeMBean | WLDFDebugPatchesRuntimeMBean. deactivateAllDebugPatches() | Deactivate all active debug patches | 
| WLDFDebugPatchTaskRuntimeMBean | WLDFDebugPatchesRuntimeMBean. deactivateDebugPatches(java.lang.String patches,
                      java.lang.String application,
                      java.lang.String module,
                      java.lang.String partitionName) | Deactivate specified patches within the scope of given application and module. | 
| WLDFDebugPatchTaskRuntimeMBean[] | WLDFDebugPatchesRuntimeMBean. getDebugPatchTasks() | List all debug patch activation/deactivation tasks | 
| WLDFDebugPatchTaskRuntimeMBean | WLDFDebugPatchesRuntimeMBean. lookupDebugPatchTask(java.lang.String name) | Lookup a debug patch activation/de-activation task by name |