|
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 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WLDFDebugPatchesRuntimeMBean
This interface provides functionality to activate/deactivate dynamic debug patches without requiring server restart. It is assummed that the WLDF instrumentation agent is enabled. This is an internal interface.
| Method Summary | |
|---|---|
abstract WLDFDebugPatchTaskRuntimeMBean |
activateDebugPatch(String patch, String application, String module, String partitionName)Activate specified debug patch, optionally within the scope of given application and module |
abstract void |
clearDebugPatchTasks()Clear all completed debug patch activation/deactivation tasks |
abstract WLDFDebugPatchTaskRuntimeMBean |
deactivateAllDebugPatches()Deactivate all active debug patches |
abstract WLDFDebugPatchTaskRuntimeMBean |
deactivateDebugPatches(String patches, String application, String module, String partitionName)Deactivate specified patches within the scope of given application and module. |
abstract String[] |
getActiveDebugPatches() |
abstract String[] |
getAvailableDebugPatches() |
abstract WLDFDebugPatchTaskRuntimeMBean[] |
getDebugPatchTasks()List all debug patch activation/deactivation tasks |
abstract WLDFDebugPatchTaskRuntimeMBean |
lookupDebugPatchTask(String name)Lookup a debug patch activation/de-activation task by name |
abstract String |
showDebugPatchInfo(String patch) |
| 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 |
|---|
String[] getAvailableDebugPatches()
String[] getActiveDebugPatches()
String showDebugPatchInfo(String patch)
patch - Debug patch
WLDFDebugPatchTaskRuntimeMBean activateDebugPatch(String patch,
String application,
String module,
String partitionName)
throws ManagementException
patch - Patch to be activatedapplication - If not null, limit the scope of activation to specified application. If null, activate at system level.module - If not null and application is specified, limit the scope of activation within specified module within the application.partitionName -ManagementException
WLDFDebugPatchTaskRuntimeMBean deactivateDebugPatches(String patches,
String application,
String module,
String partitionName)
throws ManagementException
patches - Comma separated list of patches to be deactivatedapplication - If not null, deactivate given patches within the scope of specified application. If null, deactivate at system level.module - If not null and application is specified, limit the scope of de-activation to specified module.partitionName -ManagementException
WLDFDebugPatchTaskRuntimeMBean deactivateAllDebugPatches()
throws ManagementException
ManagementExceptionWLDFDebugPatchTaskRuntimeMBean[] getDebugPatchTasks()
WLDFDebugPatchTaskRuntimeMBean lookupDebugPatchTask(String name)
throws ManagementException
name - Task nameManagementExceptionvoid clearDebugPatchTasks()
|
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||