Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
ResponseHandlerChainTypeMBean
All Known Implementing Classes:
ResponseHandlerChainType

public interface ResponseHandlerChainTypeReadOnlyMBean

Method Summary
 java.util.List<java.lang.String> getHandler()
          Gets the value of the handler property.

 

Method Detail

getHandler

java.util.List<java.lang.String> getHandler()
Gets the value of the handler property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the handler property.

For example, to add a new item, do as follows:

    getHandler().add(newItem);
 

Objects of the following type(s) are allowed in the list String


Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.