DynamicRoute MBean

Partial ObjectName:
WebSphere:*,type=DynamicRoute


MBean DynamicRoute

This MBean provides the management interfaces for request mapping and workload management through an intermediary.


Operation Summary
java.lang.StringdebugRouting(java.lang.String url, java.lang.String level)
           Starts generating debug information for the web resources identified by the "url" parameter.
java.lang.StringstopDebugRouting()
           Disables routing debug of requests.

Operation Detail

debugRouting

public java.lang.String debugRouting(java.lang.String url, java.lang.String level)
Starts generating debug information for the web resources identified by the "url" parameter.
Parameters:
url - The URL representing request traffic to be debugged.
level - The level of debug data that is generated. This parameter can take the value, "routingOnly", for routing related information identifying the application and cluster, or "selectionOnly", for information related to identifying the server selected and the workload management decisions made to route the request, or "all", for all routing related information.
Security Roles:
administrator
operator

stopDebugRouting

public java.lang.String stopDebugRouting()
Disables routing debug of requests.
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005