|
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 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface CoherenceAddressProviderBean
A unique name that identifies an address provider for Coherence cluster member.
| Method Summary | |
|---|---|
abstract CoherenceSocketAddressBean |
createCoherenceSocketAddress(String name)Creates a new CoherenceSocketAddress bean representing a host and port and adds it to the list of currently existing beans. |
abstract void |
destroyCoherenceSocketAddress(CoherenceSocketAddressBean bean)Destroys the bean representing the specified address provider and removes it from the list of currently existing beans. |
abstract CoherenceSocketAddressBean[] |
getCoherenceSocketAddresses()An array of CoherenceSocketAddress beans, each of which represents a socket address. |
abstract String |
getName()A unique name that identifies this well known address provider of a Coherence cluster member. |
abstract CoherenceSocketAddressBean |
lookupCoherenceSocketAddress(String name)The bean representing the specified SocketAddress. |
abstract void |
setName(String name)Sets the Name. |
| Method Detail |
|---|
String getName()
void setName(String name)
Sets the Name.
name -CoherenceSocketAddressBean[] getCoherenceSocketAddresses()
An array of CoherenceSocketAddress beans, each of which represents a socket address.
CoherenceSocketAddressBean createCoherenceSocketAddress(String name)
name -CoherenceSocketAddressBean lookupCoherenceSocketAddress(String name)
name -void destroyCoherenceSocketAddress(CoherenceSocketAddressBean bean)
bean -
|
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||