WebSphere:*,type=ProxyServerFilterBean
MBean ProxyServerFilterBean
This MBean provides the management interfaces for Proxy Server filters.
Operation Summary | |
java.lang.String | viewFilters( Method for viewing installed filters and their execution order |
java.lang.String | viewAllFilters() Method for viewing ALL installed filters and their execution order |
void | modifyOrdinal( Method for setting the ordinal of custom filters |
Operation Detail |
public java.lang.String viewFilters(java.lang.String protocol,
java.lang.String filterPointName
)
protocol
-
Protocol for which to display filtersfilterPointName
-
Name of the filter point who's filters are to be viewed
public java.lang.String viewAllFilters()
public void modifyOrdinal(java.lang.String filterName,
java.lang.Integer ordinal
)
filterName
-
Name of custom filterordinal
-
New custom filter ordinal value