A unique name that identifies an address provider for Coherence cluster member.
Security roles | The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
|
||
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.coherence.descriptor.wl.CoherenceAddressProviderBean
|
||
Factory Methods | |||
Additional Access Points |
In addition to accessing this MBean by invoking a factory method, you can also access this MBean from the following MBean attributes:
|
This section describes attributes that provide access to other MBeans.
|
An array of CoherenceSocketAddress beans, each of which represents a socket address.
Factory Methods | createCoherenceSocketAddress
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupCoherenceSocketAddress(String name)
Returns a |
Privileges | Read only |
Type | CoherenceSocketAddressBean[] |
Relationship type: | Containment. |
This section describes the following attributes:
|
A unique name that identifies this well known address provider of a Coherence cluster member.
Privileges | Read/Write |
Type | java.lang.String |
This section describes the following operations:
|
Return true if the given property has been explicitly set in this bean.
Operation Name | "isSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Exceptions |
|
Restore the given property to its default value.
Operation Name | "unSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|