Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
UnicastAddressMBean, UnicastAddressReadOnlyMBean

public class UnicastAddress
extends java.lang.Object
implements UnicastAddressMBean

Java class for UnicastAddress complex type.

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

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

Field Summary
protected  java.lang.String serverName
           
protected  SocketAddressType socketAddress
           

 

Constructor Summary
UnicastAddress()
          Default Constructor
UnicastAddress(java.lang.String serverName, SocketAddressType socketAddress)
           

 

Method Summary
 java.lang.String getServerName()
          Gets the value of the serverName property.
 SocketAddressType getSocketAddress()
          Gets the value of the socketAddress property.
 SocketAddressTypeMBean getSocketAddressMBean()
          Get the value of the SocketAddressType element
 void setServerName(java.lang.String value)
          Sets the value of the serverName property.
 void setSocketAddress(SocketAddressType value)
          Sets the value of the socketAddress property.
 void setSocketAddressMBean(SocketAddressTypeMBean val)
          Set the value of the SocketAddressType element

 

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

 

Field Detail

serverName

protected java.lang.String serverName

socketAddress

protected SocketAddressType socketAddress

Constructor Detail

UnicastAddress

public UnicastAddress()
Default Constructor

UnicastAddress

public UnicastAddress(java.lang.String serverName,
                      SocketAddressType socketAddress)

Method Detail

getServerName

public java.lang.String getServerName()
Gets the value of the serverName property.
Specified by:
getServerName in interface UnicastAddressReadOnlyMBean
Returns:
possible object is String

setServerName

public void setServerName(java.lang.String value)
Sets the value of the serverName property.
Specified by:
setServerName in interface UnicastAddressMBean
Parameters:
value - allowed object is String

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

getSocketAddressMBean

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

setSocketAddressMBean

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

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.