Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.coherence
Interface CoherenceConfigTypeMBean

All Superinterfaces:
CoherenceConfigTypeReadOnlyMBean
All Known Implementing Classes:
CoherenceConfigType

public interface CoherenceConfigTypeMBean
extends CoherenceConfigTypeReadOnlyMBean

Method Summary
 void addMulticastAddress()
          Add a new element named multicastAddress
 boolean isUseWellKnownAddress()
          Gets the value of the useWellKnownAddress property.
 void removeMulticastAddress()
          Remove an element named multicastAddress
 void setMulticastAddressMBean(MulticastAddressMBean val)
          Set the value of the MulticastAddress element
 void setUnicastAddressesMBean(UnicastAddressesMBean val)
          Set the value of the UnicastAddresses element
 void setUseWellKnownAddress(boolean value)
          Sets the value of the useWellKnownAddress property.

 

Methods inherited from interface oracle.axia.config.beans.storage.coherence.CoherenceConfigTypeReadOnlyMBean
getMulticastAddressMBean, getUnicastAddressesMBean

 

Method Detail

isUseWellKnownAddress

boolean isUseWellKnownAddress()
Gets the value of the useWellKnownAddress property.

setUseWellKnownAddress

void setUseWellKnownAddress(boolean value)
Sets the value of the useWellKnownAddress property.

addMulticastAddress

void addMulticastAddress()
Add a new element named multicastAddress

removeMulticastAddress

void removeMulticastAddress()
Remove an element named multicastAddress

setUnicastAddressesMBean

void setUnicastAddressesMBean(UnicastAddressesMBean val)
Set the value of the UnicastAddresses element

setMulticastAddressMBean

void setMulticastAddressMBean(MulticastAddressMBean val)
Set the value of the MulticastAddress element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.