public interface CoherenceClusterWellKnownAddressesBean extends SettableBean
| Modifier and Type | Method and Description | 
|---|---|
| CoherenceClusterWellKnownAddressBean | createCoherenceClusterWellKnownAddress(String name)Creates a new CoherenceWellKnownAddress bean representing the specified well known address and
 adds it to the list of currently existing beans. | 
| void | destroyCoherenceClusterWellKnownAddress(CoherenceClusterWellKnownAddressBean bean)Destroys the bean representing the specified well known address
 and removes it from the list of currently existing beans. | 
| CoherenceClusterWellKnownAddressBean[] | getCoherenceClusterWellKnownAddresses()An array of CoherenceWellKnownAddress beans, each of which represents a well known address. | 
| CoherenceClusterWellKnownAddressBean | lookupCoherenceClusterWellKnownAddress(String name)The bean representing the specified well known address. | 
CoherenceClusterWellKnownAddressBean[] getCoherenceClusterWellKnownAddresses()
CoherenceClusterWellKnownAddressBean createCoherenceClusterWellKnownAddress(String name)
name - CoherenceClusterWellKnownAddressBean lookupCoherenceClusterWellKnownAddress(String name)
name - void destroyCoherenceClusterWellKnownAddress(CoherenceClusterWellKnownAddressBean bean)
bean -