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
)
Method for viewing installed filters and their execution order
protocol
-
Protocol for which to display filters filterPointName
-
Name of the filter point who's filters are to be viewed
administrator
operator
public java.lang.String viewAllFilters()
Method for viewing ALL installed filters and their execution order
administrator
operator
public void modifyOrdinal(
java.lang.String filterName,
java.lang.Integer ordinal
)
Method for setting the ordinal of custom filters
filterName
-
Name of custom filter ordinal
-
New custom filter ordinal value
administrator
operator