public interface CoherenceAddressProviderBean extends SettableBean
| Modifier and Type | Method and Description | 
|---|---|
| CoherenceSocketAddressBean | createCoherenceSocketAddress(String name)Creates a new CoherenceSocketAddress bean representing a host and port and
 adds it to the list of currently existing beans. | 
| void | destroyCoherenceSocketAddress(CoherenceSocketAddressBean bean)Destroys the bean representing the specified address provider
 and removes it from the list of currently existing beans. | 
| CoherenceSocketAddressBean[] | getCoherenceSocketAddresses()An array of CoherenceSocketAddress beans, each of which represents a socket address. | 
| String | getName()A unique name that identifies this well known address provider of a Coherence cluster member. | 
| CoherenceSocketAddressBean | lookupCoherenceSocketAddress(String name)The bean representing the specified SocketAddress. | 
| void | setName(String name)Sets the Name. | 
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 -