Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.coherence.descriptor.wl
Interface CoherenceSocketAddressBean

All Superinterfaces:
SettableBean

public interface CoherenceSocketAddressBean
extends SettableBean

A socket address for the Coherence Address Provider

Access limited to the following security roles:
Deployer

Method Summary
 String getAddress()
          The IP address.
 String getName()
          A unique name that identifies this Address Socket of an Address Provider.
 int getPort()
          The listen port.
 void setAddress(String ipAddress)
          Sets the IP address.
 void setName(String name)
          Sets the Name.
 void setPort(int port)
          Sets the port.
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

Method Detail

getName

String getName()
A unique name that identifies this Address Socket of an Address Provider.


setName

void setName(String name)

Sets the Name.


getAddress

String getAddress()

The IP address.


setAddress

void setAddress(String ipAddress)

Sets the IP address.


getPort

int getPort()

The listen port.


setPort

void setPort(int port)

Sets the port.

Maximum Value:
65535
Minimum Value:
1

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02