Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.radius
Interface AVPFilterChainTypeMBean

All Superinterfaces:
AVPFilterChainTypeReadOnlyMBean
All Known Implementing Classes:
AVPFilterChainType

public interface AVPFilterChainTypeMBean
extends AVPFilterChainTypeReadOnlyMBean

Method Summary
 void addAddFilter()
          Add a new element named addFilter
 void addRemoveFilter()
          Add a new element named removeFilter
 void removeAddFilter(int index)
          Remove an element named addFilter by the index
 void removeRemoveFilter(int index)
          Remove an element named removeFilter by the index
 void setService(java.lang.String value)
          Sets the value of the service property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.radius.AVPFilterChainTypeReadOnlyMBean
getAddFilterMBean, getRemoveFilterMBean, getService

 

Method Detail

setService

void setService(java.lang.String value)
Sets the value of the service property.

addAddFilter

void addAddFilter()
Add a new element named addFilter

removeAddFilter

void removeAddFilter(int index)
Remove an element named addFilter by the index

addRemoveFilter

void addRemoveFilter()
Add a new element named removeFilter

removeRemoveFilter

void removeRemoveFilter(int index)
Remove an element named removeFilter by the index

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.