WeblogicCoherenceBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

The top of the Coherence Cluster System Resource bean tree.

       
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.WeblogicCoherenceBean
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.


    CoherenceAddressProviders

    The Coherence Address Provider parameters that have been defined for this WebLogicCoherenceBean.

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

    CoherenceClusterParams

    The Coherence cluster parameters that have been defined for this WebLogicCoherenceBean.

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

    CoherenceFederationParams

    The Coherence cluster parameters related to Federation settings.

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

    CoherenceLoggingParams

    The Coherence logging parameters that have been defined for this WebLogicCoherenceBean.

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

    CoherencePersistenceParams

    The Coherence cluster parameters related to Default Persistence settings.

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


    Attributes

    This section describes the following attributes:


    CustomClusterConfigurationFileLastUpdatedTimestamp

    The timestamp at which the custom cluster configuration file was last updated.

           
    Privileges Read only
    Typelong
    Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

    CustomClusterConfigurationFileName

    The name of a custom Coherence operational configuration override file.

           
    Privileges Read only
    Typejava.lang.String
    Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

    Name

    A unique name that identifies this system resource in the WebLogic domain.

           
    Privileges Read/Write
    Typejava.lang.String

    Version

    The version of this file.

           
    Privileges Read/Write
    Typejava.lang.String


    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.