CoherenceClusterParamsBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Information for this MBean is available only at runtime.

To view information about this MBean, start the host WebLogic Server instance, then use WebLogic Scripting Tool in interactive mode. Or use some other MBean browser.

       
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.CoherenceClusterParamsBean
Factory Methods No factory methods. Instances of this MBean are created automatically.


Related MBeans

This section describes attributes that provide access to other MBeans.


    CoherenceClusterWellKnownAddresses

    The CoherenceClusterWellKnownAddressMBeans that have been defined for this CoherenceClusterBean.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeCoherenceClusterWellKnownAddressesBean
    Relationship type: Containment.


    Attributes

    This section describes the following attributes:


    MulticastListenAddress

    The IP address for the cluster multicast listener.

           
    Privileges Read/Write
    Typejava.lang.String

    MulticastListenPort

    The port for the cluster multicast listener.

           
    Privileges Read/Write
    Typeint
    Default Value33387
    Minimum value1
    Maximum value65535

    TimeToLive

    The time-to-live setting for the multicast message.

           
    Privileges Read/Write
    Typeint
    Default Value4
    Minimum value0
    Maximum value255

    UnicastListenAddress

    The IP address for the cluster unicast listener.

           
    Privileges Read/Write
    Typejava.lang.String

    UnicastListenPort

    The port for the cluster unicast listener.

           
    Privileges Read/Write
    Typeint
    Default Value8088
    Minimum value1
    Maximum value65535

    UnicastPortAutoAdjust

    Specifies whether the unicast port will be automatically incremented if the port cannot be bound because it is already in use.

           
    Privileges Read/Write
    Typeboolean


    Operations

    This section describes the following operations:


      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

      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.