ProxyServerFilterBean MBean

Partial ObjectName:
WebSphere:*,type=ProxyServerFilterBean


MBean ProxyServerFilterBean

This MBean provides the management interfaces for Proxy Server filters.


Operation Summary
java.lang.StringviewFilters(java.lang.String protocol, java.lang.String filterPointName)
           Method for viewing installed filters and their execution order
java.lang.StringviewAllFilters()
           Method for viewing ALL installed filters and their execution order
voidmodifyOrdinal(java.lang.String filterName, java.lang.Integer ordinal)
           Method for setting the ordinal of custom filters

Operation Detail

viewFilters

public java.lang.String viewFilters(java.lang.String protocol, java.lang.String filterPointName)
Method for viewing installed filters and their execution order
Parameters:
protocol - Protocol for which to display filters
filterPointName - Name of the filter point who's filters are to be viewed
Security Roles:
administrator
operator

viewAllFilters

public java.lang.String viewAllFilters()
Method for viewing ALL installed filters and their execution order
Security Roles:
administrator
operator

modifyOrdinal

public void modifyOrdinal(java.lang.String filterName, java.lang.Integer ordinal)
Method for setting the ordinal of custom filters
Parameters:
filterName - Name of custom filter
ordinal - New custom filter ordinal value
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005