Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
SocketAddressTypeMBean, SocketAddressTypeReadOnlyMBean

public class SocketAddressType
extends java.lang.Object
implements SocketAddressTypeMBean

Java class for SocketAddressType complex type.

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

 <complexType name="SocketAddressType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="port" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String address
           
protected  int port
           

 

Constructor Summary
SocketAddressType()
          Default Constructor
SocketAddressType(java.lang.String address, int port)
           

 

Method Summary
 java.lang.String getAddress()
          Gets the value of the address property.
 int getPort()
          Gets the value of the port property.
 void setAddress(java.lang.String value)
          Sets the value of the address property.
 void setPort(int value)
          Sets the value of the port property.

 

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

 

Field Detail

address

protected java.lang.String address

port

protected int port

Constructor Detail

SocketAddressType

public SocketAddressType()
Default Constructor

SocketAddressType

public SocketAddressType(java.lang.String address,
                         int port)

Method Detail

getAddress

public java.lang.String getAddress()
Gets the value of the address property.
Specified by:
getAddress in interface SocketAddressTypeReadOnlyMBean
Returns:
possible object is String

setAddress

public void setAddress(java.lang.String value)
Sets the value of the address property.
Specified by:
setAddress in interface SocketAddressTypeMBean
Parameters:
value - allowed object is String

getPort

public int getPort()
Gets the value of the port property.
Specified by:
getPort in interface SocketAddressTypeReadOnlyMBean

setPort

public void setPort(int value)
Sets the value of the port property.
Specified by:
setPort in interface SocketAddressTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.