Bean to configure Federation configuration to be used.
| Since | 12.2.1.1.0 | ||
| 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.CoherenceFederationParamsBean
|
||
| Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
| Access Points |
You can access this MBean from the following MBean attributes:
|
This section describes the following attributes:
The federation topology.
| Privileges | Read/Write |
| Type | java.lang.String |
| Default Value | none |
| Legal Values |
|
The Coherence Cluster Listen Port of the remote participant.
| Privileges | Read/Write |
| Type | int |
| Default Value | 7574 |
The Coherence Cluster Name of the remote participant cluster.
| Privileges | Read/Write |
| Type | java.lang.String |
The list of remote participant hosts, who will be added as participants in the federation topology.
| Privileges | Read/Write |
| Type | class java.lang.String[] |
This section describes the following operations:
Adds a remote participant hosts in the federation configuration.
| Operation Name | "addRemoteParticipantHost" |
| Parameters | Object [] { remoteParticipantHost }
where:
|
| Signature | String [] {
"java.lang.String" } |
| Returns |
void
|
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 |
|
Removes a remote participant host from the federation configuration.
| Operation Name | "removeRemoteParticipantHost" |
| Parameters | Object [] { remoteParticipantHost }
where:
|
| Signature | String [] {
"java.lang.String" } |
| Returns |
void
|
Restore the given property to its default value.
| Operation Name | "unSet" |
| Parameters | Object [] { propertyName }
where:
|
| Signature | String [] {
"java.lang.String" } |
| Returns |
void
|
| Exceptions |
|