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.
Access Points You can access this MBean from the following MBean attributes:


    Related MBeans

    This section describes attributes that provide access to other MBeans.


    CoherenceCaches

    An array of CoherenceCache beans, each of which represents a Coherence cache.

               
    Factory MethodscreateCoherenceCache (java.lang.String name)

    destroyCoherenceCache (CoherenceCacheBean bean)

    Factory methods do not return objects.

    See Using factory methods.

    Lookup OperationlookupCoherenceCache(String name)

    Returns a javax.management.ObjectName for the instance of CoherenceCacheBean named name.

    Privileges Read only
    TypeCoherenceCacheBean[]
    Relationship type: Containment.

    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.

    CoherenceIdentityAsserter

    Gets the Coherence IdentityAsserter.

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

    CoherenceKeystoreParams

    Gets the Keystore params for the Coherence Identity.

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

    CoherenceServices

    An array of CoherenceService beans, each of which represents a Coherence Service.

               
    Factory MethodscreateCoherenceService (java.lang.String name)

    destroyCoherenceService (CoherenceServiceBean bean)

    Factory methods do not return objects.

    See Using factory methods.

    Lookup OperationlookupCoherenceService(String name)

    Returns a javax.management.ObjectName for the instance of CoherenceServiceBean named name.

    Privileges Read only
    TypeCoherenceServiceBean[]
    Relationship type: Containment.


    Attributes

    This section describes the following attributes:


    ClusteringMode

    Specifies a clustering mode of either Unicast or Multicast. If multicast is undesirable or unavailable in an environment, or when an environment is not properly configured to support multicast, then setting up the Well Known Addresses (WKA) feature is required. All cluster multicast communication is disabled if WKA is enabled.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Valueunicast
    Legal Values
    • multicast
    • unicast

    ClusterListenPort

    The cluster listen port used by Coherence; Coherence cluster members use this port to discover and join, or create the cluster. If unspecified, the Coherence cluster multicast listen port will be used.

    For more information, see:

           
    Privileges Read/Write
    Typeint
    Default Value0
    Minimum value0
    Maximum value65535

    MulticastListenAddress

    The IP address for the cluster multicast listener.

           
    Privileges Read/Write
    Typejava.lang.String

    MulticastListenPort

    The port for the cluster multicast listener.

    Deprecated. Use getClusterListenPort.

           
    Privileges Read/Write
    Typeint
    Default Value33387
    Minimum value1
    Maximum value65535

    SecurityFrameworkEnabled

    Check if security framework is enabled

           
    Privileges Read/Write
    Typeboolean

    TimeToLive

    Sets the time-to-live (TTL) setting for the multicast message. The TTL setting designates how far multicast UDP/IP packets can travel on a network. The TTL is expressed in terms of how many hops a packet survives; each network interface, router, and managed switch is considered one hop. The TTL value should be set to the lowest integer value that works. Setting the value too high can use unnecessary bandwidth on other LAN segments and can even cause the operating system or network devices to disable multicast traffic.

    Typically, setting the TTL value to 1 works on a simple switched backbone. A value of 2 or more may be required on an advanced backbone with intelligent switching. A value of 0 is used for single server clusters that are used for development and testing.

           
    Privileges Read/Write
    Typeint
    Default Value4
    Minimum value0
    Maximum value255

    Transport

    Specify the underlying transport protocol to use for cluster communication. The TMB, SDMB, or IMB are only applicable to Exalogic environment.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Valueudp
    Legal Values
    • udp
    • tcp
    • ssl
    • tmb
    • sdmb
    • imb

    UnicastListenPort

    The port for the cluster unicast listener.

    Deprecated. Use getClusterListenPort

    For more information, see:

           
    Privileges Read/Write
    Typeint
    Default Value0
    Minimum value0
    Maximum value65535

    UnicastPortAutoAdjust

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

    Deprecated.

    For more information, see:

           
    Privileges Read/Write
    Typeboolean
    Default Valuetrue


    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.