CoherenceFederationParamsBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Bean to configure Federation configuration to be used.

           
Since12.2.1.1.0
Security rolesThe following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
  • Deployer
Fully Qualified Interface NameIf 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:


    Attributes

    This section describes the following attributes:


    FederationTopology

    The federation topology.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Valuenone
    Legal Values
    • none
    • active-active
    • active-passive
    • passive-active

    RemoteCoherenceClusterListenPort

    The Coherence Cluster Listen Port of the remote participant.

           
    Privileges Read/Write
    Typeint
    Default Value7574

    RemoteCoherenceClusterName

    The Coherence Cluster Name of the remote participant cluster.

           
    Privileges Read/Write
    Typejava.lang.String

    RemoteParticipantHosts

    The list of remote participant hosts, who will be added as participants in the federation topology.

           
    Privileges Read/Write
    Typeclass java.lang.String[]


    Operations

    This section describes the following operations:


    addRemoteParticipantHost

    Adds a remote participant hosts in the federation configuration.

       
    Operation Name"addRemoteParticipantHost"
    ParametersObject [] {  remoteParticipantHost }

    where:

    • remoteParticipantHost is an object of type java.lang.String that specifies:

      remoteParticipantHost

    SignatureString [] { "java.lang.String" }
    Returns void

    isSet

    Return true if the given property has been explicitly set in this bean.

       
    Operation Name"isSet"
    ParametersObject [] {  propertyName }

    where:

    • propertyName is an object of type java.lang.String that specifies:

      property to check

    SignatureString [] { "java.lang.String" }
    Returns boolean
    Exceptions
    • java.lang.IllegalArgumentException
      IllegalArgumentException if propertyName is not a recognized property

    removeRemoteParticipantHost

    Removes a remote participant host from the federation configuration.

       
    Operation Name"removeRemoteParticipantHost"
    ParametersObject [] {  remoteParticipantHost }

    where:

    • remoteParticipantHost is an object of type java.lang.String that specifies:

      remoteParticipantHost

    SignatureString [] { "java.lang.String" }
    Returns void

    unSet

    Restore the given property to its default value.

       
    Operation Name"unSet"
    ParametersObject [] {  propertyName }

    where:

    • propertyName is an object of type java.lang.String that specifies:

      property to restore

    SignatureString [] { "java.lang.String" }
    Returns void
    Exceptions
    • java.lang.IllegalArgumentException
      UnsupportedOperationException if called on a runtime implementation.