Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
MulticastAddressMBean, MulticastAddressReadOnlyMBean

public class MulticastAddress
extends java.lang.Object
implements MulticastAddressMBean

Java class for MulticastAddress complex type.

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

 <complexType name="MulticastAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="socketAddress" type="{http://xmlns.oracle.com/axia/coherence-config}SocketAddressType"/>
         <element name="ttl" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  SocketAddressType socketAddress
           
protected  int ttl
           

 

Constructor Summary
MulticastAddress()
          Default Constructor
MulticastAddress(SocketAddressType socketAddress, int ttl)
           

 

Method Summary
 SocketAddressType getSocketAddress()
          Gets the value of the socketAddress property.
 SocketAddressTypeMBean getSocketAddressMBean()
          Get the value of the SocketAddressType element
 int getTtl()
          Gets the value of the ttl property.
 void setSocketAddress(SocketAddressType value)
          Sets the value of the socketAddress property.
 void setSocketAddressMBean(SocketAddressTypeMBean val)
          Set the value of the SocketAddressType element
 void setTtl(int value)
          Sets the value of the ttl property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

socketAddress

protected SocketAddressType socketAddress

ttl

protected int ttl

Constructor Detail

MulticastAddress

public MulticastAddress()
Default Constructor

MulticastAddress

public MulticastAddress(SocketAddressType socketAddress,
                        int ttl)

Method Detail

getSocketAddress

public SocketAddressType getSocketAddress()
Gets the value of the socketAddress property.
Returns:
possible object is SocketAddressType

setSocketAddress

public void setSocketAddress(SocketAddressType value)
Sets the value of the socketAddress property.
Parameters:
value - allowed object is SocketAddressType

getTtl

public int getTtl()
Gets the value of the ttl property.
Specified by:
getTtl in interface MulticastAddressReadOnlyMBean

setTtl

public void setTtl(int value)
Sets the value of the ttl property.
Specified by:
setTtl in interface MulticastAddressMBean

getSocketAddressMBean

public SocketAddressTypeMBean getSocketAddressMBean()
Get the value of the SocketAddressType element
Specified by:
getSocketAddressMBean in interface MulticastAddressReadOnlyMBean

setSocketAddressMBean

public void setSocketAddressMBean(SocketAddressTypeMBean val)
Set the value of the SocketAddressType element
Specified by:
setSocketAddressMBean in interface MulticastAddressMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.