Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.coherence
Class CoherenceConfigType

java.lang.Object
  extended by oracle.axia.config.beans.storage.coherence.CoherenceConfigType

All Implemented Interfaces:
CoherenceConfigTypeMBean, CoherenceConfigTypeReadOnlyMBean

public class CoherenceConfigType
extends java.lang.Object
implements CoherenceConfigTypeMBean

Java class for CoherenceConfigType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CoherenceConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="useWellKnownAddress" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="unicastAddresses" type="{http://xmlns.oracle.com/axia/coherence-config}UnicastAddresses"/>
         <element name="multicastAddress" type="{http://xmlns.oracle.com/axia/coherence-config}MulticastAddress" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  MulticastAddress multicastAddress
           
protected  UnicastAddresses unicastAddresses
           
protected  boolean useWellKnownAddress
           

 

Constructor Summary
CoherenceConfigType()
          Default Constructor
CoherenceConfigType(boolean useWellKnownAddress, UnicastAddresses unicastAddresses, MulticastAddress multicastAddress)
           

 

Method Summary
 void addMulticastAddress()
          Add a new element named multicastAddress
 MulticastAddress getMulticastAddress()
          Gets the value of the multicastAddress property.
 MulticastAddressMBean getMulticastAddressMBean()
          Get the value of the MulticastAddress element
 UnicastAddresses getUnicastAddresses()
          Gets the value of the unicastAddresses property.
 UnicastAddressesMBean getUnicastAddressesMBean()
          Get the value of the UnicastAddresses element
 boolean isUseWellKnownAddress()
          Gets the value of the useWellKnownAddress property.
 void removeMulticastAddress()
          Remove an element named multicastAddress
 void setMulticastAddress(MulticastAddress value)
          Sets the value of the multicastAddress property.
 void setMulticastAddressMBean(MulticastAddressMBean val)
          Set the value of the MulticastAddress element
 void setUnicastAddresses(UnicastAddresses value)
          Sets the value of the unicastAddresses property.
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

useWellKnownAddress

protected boolean useWellKnownAddress

unicastAddresses

protected UnicastAddresses unicastAddresses

multicastAddress

protected MulticastAddress multicastAddress

Constructor Detail

CoherenceConfigType

public CoherenceConfigType()
Default Constructor

CoherenceConfigType

public CoherenceConfigType(boolean useWellKnownAddress,
                           UnicastAddresses unicastAddresses,
                           MulticastAddress multicastAddress)

Method Detail

isUseWellKnownAddress

public boolean isUseWellKnownAddress()
Gets the value of the useWellKnownAddress property.
Specified by:
isUseWellKnownAddress in interface CoherenceConfigTypeMBean

setUseWellKnownAddress

public void setUseWellKnownAddress(boolean value)
Sets the value of the useWellKnownAddress property.
Specified by:
setUseWellKnownAddress in interface CoherenceConfigTypeMBean

getUnicastAddresses

public UnicastAddresses getUnicastAddresses()
Gets the value of the unicastAddresses property.
Returns:
possible object is UnicastAddresses

setUnicastAddresses

public void setUnicastAddresses(UnicastAddresses value)
Sets the value of the unicastAddresses property.
Parameters:
value - allowed object is UnicastAddresses

getMulticastAddress

public MulticastAddress getMulticastAddress()
Gets the value of the multicastAddress property.
Returns:
possible object is MulticastAddress

setMulticastAddress

public void setMulticastAddress(MulticastAddress value)
Sets the value of the multicastAddress property.
Parameters:
value - allowed object is MulticastAddress

addMulticastAddress

public void addMulticastAddress()
Add a new element named multicastAddress
Specified by:
addMulticastAddress in interface CoherenceConfigTypeMBean

removeMulticastAddress

public void removeMulticastAddress()
Remove an element named multicastAddress
Specified by:
removeMulticastAddress in interface CoherenceConfigTypeMBean

getUnicastAddressesMBean

public UnicastAddressesMBean getUnicastAddressesMBean()
Get the value of the UnicastAddresses element
Specified by:
getUnicastAddressesMBean in interface CoherenceConfigTypeReadOnlyMBean

setUnicastAddressesMBean

public void setUnicastAddressesMBean(UnicastAddressesMBean val)
Set the value of the UnicastAddresses element
Specified by:
setUnicastAddressesMBean in interface CoherenceConfigTypeMBean

getMulticastAddressMBean

public MulticastAddressMBean getMulticastAddressMBean()
Get the value of the MulticastAddress element
Specified by:
getMulticastAddressMBean in interface CoherenceConfigTypeReadOnlyMBean

setMulticastAddressMBean

public void setMulticastAddressMBean(MulticastAddressMBean val)
Set the value of the MulticastAddress element
Specified by:
setMulticastAddressMBean in interface CoherenceConfigTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.