Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.coherence.descriptor.wl
Interface CoherenceSocketAddressBean

All Superinterfaces:
SettableBean

public interface CoherenceSocketAddressBean
extends SettableBean

A socket address for the Coherence Address Provider


Method Summary
abstract  String getAddress()
          The IP address.
abstract  String getName()
          A unique name that identifies this Address Socket of an Address Provider.
abstract  int getPort()
          The listen port.
abstract  void setAddress(String ipAddress)
          Sets the IP address.
abstract  void setName(String name)
          Sets the Name.
abstract  void setPort(int port)
          Sets the port.

 

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.


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09