PartitionMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

A domain partition. A configuration may define zero or more partitions.

           
Since12.2.1.0.0
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.configuration.PartitionMBean
Factory Methods
Subtypes The following MBeans extend or implement this MBean type:


      Related MBeans

      This section describes attributes that provide access to other MBeans.


      AdminVirtualTarget

      The administrative virtual target that is automatically created for this partition that has the domain's admin server as its physical target.

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

      AvailableTargets

      All the available targets for this partition.

                 
      Lookup OperationlookupAvailableTarget(String name)

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

      Privileges Read/Write
      TypeTargetMBean[]
      Relationship type: Reference.

      CoherencePartitionCacheConfigs

      The list of all the Coherence partition cache config beans in this partition. These beans allow definition of shared caches and cache properties.

                 
      Factory MethodscreateCoherencePartitionCacheConfig (java.lang.String name)

      destroyCoherencePartitionCacheConfig (CoherencePartitionCacheConfigMBean cache)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupCoherencePartitionCacheConfig(String name)

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

      Privileges Read only
      TypeCoherencePartitionCacheConfigMBean[]
      Relationship type: Containment.

      ConfigurationProperties

      Specifies the list of properties that are associated with this container object.

                 
      Factory MethodscreateConfigurationProperty (java.lang.String name)

      destroyConfigurationProperty (ConfigurationPropertyMBean wsc)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupConfigurationProperty(String name)

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

      Privileges Read only
      TypeConfigurationPropertyMBean[]
      Relationship type: Containment.

      DataSourceForJobScheduler

      The data source required to support the persistence of jobs scheduled with the job scheduler.

             
      Privileges Read/Write
      TypeJDBCSystemResourceMBean
      Relationship type: Reference.

      DataSourcePartition

      The data source partition configuration.

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

      DefaultTargets

      A list of default targets for the partition (if any).

                 
      Lookup OperationlookupAvailableTarget(String name)

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

      Privileges Read/Write
      TypeTargetMBean[]
      Relationship type: Reference.

      ForeignJNDIProviderOverrides

      All the ForeignJNDIProviderOverride MBeans in this partition.

                 
      Factory MethodscreateForeignJNDIProviderOverride (java.lang.String name)

      destroyForeignJNDIProviderOverride (ForeignJNDIProviderOverrideMBean group)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupForeignJNDIProviderOverride(String name)

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

      Privileges Read only
      TypeForeignJNDIProviderOverrideMBean[]
      Relationship type: Containment.

      InternalAppDeployments

      The collection of internal application deployments in this partition.

                 
      Lookup OperationlookupInternalAppDeployment(String name)

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

      Privileges Read only
      TypeAppDeploymentMBean[]
      Relationship type: Reference.

      InternalLibraries

      The collection of internal libraries in this partition.

                 
      Lookup OperationlookupInternalLibrary(String name)

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

      Privileges Read only
      TypeLibraryMBean[]
      Relationship type: Reference.

      JDBCSystemResourceOverrides

      All the JDBCSystemResourceOverride MBeans in this partition.

                 
      Factory MethodscreateJDBCSystemResourceOverride (java.lang.String name)

      destroyJDBCSystemResourceOverride (JDBCSystemResourceOverrideMBean group)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupJDBCSystemResourceOverride(String name)

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

      Privileges Read only
      TypeJDBCSystemResourceOverrideMBean[]
      Relationship type: Containment.

      JMSSystemResourceOverrides

      All the JMS system resource overrides in this partition.

                 
      Factory MethodscreateJMSSystemResourceOverride (java.lang.String name)

      destroyJMSSystemResourceOverride (JMSSystemResourceOverrideMBean jmsSystemResourceOverride)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupJMSSystemResourceOverride(String name)

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

      Privileges Read only
      TypeJMSSystemResourceOverrideMBean[]
      Relationship type: Containment.

      JTAPartition

      The JTA partition configuration for this domain.

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

      MailSessionOverrides

      All the MailSessionOverride MBeans in this partition.

                 
      Factory MethodscreateMailSessionOverride (java.lang.String name)

      destroyMailSessionOverride (MailSessionOverrideMBean group)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupMailSessionOverride(String name)

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

      Privileges Read only
      TypeMailSessionOverrideMBean[]
      Relationship type: Containment.

      ManagedExecutorServiceTemplates

      All the managed executor service templates.

                 
      Factory MethodscreateManagedExecutorServiceTemplate (java.lang.String name)

      destroyManagedExecutorServiceTemplate (ManagedExecutorServiceTemplateMBean bean)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupManagedExecutorServiceTemplate(String name)

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

      Privileges Read only
      TypeManagedExecutorServiceTemplateMBean[]
      Relationship type: Containment.

      ManagedScheduledExecutorServiceTemplates

      All the ManagedScheduledExecutorServiceTemplateMBeans.

                 
      Factory MethodscreateManagedScheduledExecutorServiceTemplate (java.lang.String name)

      destroyManagedScheduledExecutorServiceTemplate (ManagedScheduledExecutorServiceTemplateMBean bean)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupManagedScheduledExecutorServiceTemplate(String name)

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

      Privileges Read only
      TypeManagedScheduledExecutorServiceTemplateMBean[]
      Relationship type: Containment.

      ManagedThreadFactoryTemplates

      List of the ManagedThreadFactory templates.

                 
      Factory MethodscreateManagedThreadFactoryTemplate (java.lang.String name)

      destroyManagedThreadFactoryTemplate (ManagedThreadFactoryTemplateMBean bean)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupManagedThreadFactoryTemplate(String name)

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

      Privileges Read only
      TypeManagedThreadFactoryTemplateMBean[]
      Relationship type: Containment.

      PartitionLog

      The partition-specific logging configuration.

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

      PartitionWorkManager

      The partition-level work manager policy set by the system administrator for this partition.

             
      Factory MethodscreatePartitionWorkManager (java.lang.String name)

      destroyPartitionWorkManager (PartitionWorkManagerMBean partitionWorkManager)

      Factory methods do not return objects.

      See Using factory methods.

      Privileges Read only
      TypePartitionWorkManagerMBean
      Relationship type: Containment.

      PartitionWorkManagerRef

      A reference to a partition-level work manager policy set by the system administrator.

             
      Privileges Read/Write
      TypePartitionWorkManagerMBean
      Relationship type: Reference.

      Realm

      The security realm for this partition.

             
      Privileges Read/Write
      TypeRealmMBean
      Relationship type: Reference.

      ResourceGroups

      All the resource groups in this partition.

                 
      Factory MethodscreateResourceGroup (java.lang.String name)

      destroyResourceGroup (ResourceGroupMBean group)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupResourceGroup(String name)

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

      Privileges Read only
      TypeResourceGroupMBean[]
      Relationship type: Containment.

      ResourceManager

      The resource manager policy assigned to the partition.

             
      Factory MethodscreateResourceManager (java.lang.String name)

      destroyResourceManager (ResourceManagerMBean resourceManagerMBean)

      Factory methods do not return objects.

      See Using factory methods.

      Privileges Read only
      TypeResourceManagerMBean
      Relationship type: Containment.

      ResourceManagerRef

      A resource manager reference from the resource management.

             
      Privileges Read/Write
      TypeResourceManagerMBean
      Relationship type: Reference.

      SelfTuning

      The Work Manager configuration for this partition.

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

      SystemFileSystem

      The file system for the partition's system files.

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

      UserFileSystem

      The file system for the partition's user files.

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

      WebService

      Configures an unique WebServiceMBean for all targets of the partition. Return the WebServiceMBean configuration for this partition

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


      Attributes

      This section describes the following attributes:


      BatchJobsDataSourceJndiName

      The JNDI name of the Batch runtime's JobRepository data source, which will be used to store data for Batch jobs submitted from applications deployed to the partition. When a Java EE component submits a Batch job, the Batch runtime updates the JobRepository tables using this data source, which is obtained by looking up the data source's JNDI name.

             
      Privileges Read/Write
      Typejava.lang.String

      BatchJobsExecutorServiceName

      The name of the application-scoped Managed Executor Service instance that will be used to run Batch jobs that are submitted from applications deployed to the partition. A Managed Executor Service Template by the same name must exist for the domain when a Batch job is submitted in the partition. If this name returns null, then the Batch runtime will use the default Java EE Managed Executor Service that is bound to the default JNDI name of: java:comp/DefaultManagedExecutorService.

             
      Privileges Read/Write
      Typejava.lang.String

      CachingDisabled

      Private property that disables caching in proxies.

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

      DynamicallyCreated

      Return whether the MBean was created dynamically or is persisted to config.xml

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

      EagerTrackingOfResourceMetricsEnabled

      Determines if tracking of resource consumption metrics of this Partition is initiated eagerly from the time the Partition is started, or if it is initiated lazily on first access of PartitionResourceMetricsRuntimeMBean.

             
      Privileges Read/Write
      Typeboolean

      GracefulShutdownTimeout

      The number of seconds a graceful shutdown operation waits before forcing a shut down. A graceful shutdown gives WebLogic Server subsystems time to complete certain application processing currently in progress. If subsystems are unable to complete processing within the number of seconds that you specify here, the partition will force shutdown automatically.

      A value of 0 means that the partition will wait indefinitely for a graceful shutdown to complete.

      The graceful shutdown timeout applies only to graceful shutdown operations.

      For more information, see:

             
      Privileges Read/Write
      Typeint
      Default Value0
      Minimum value0

      Id

      Return the unique id of this MBean instance

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

      IgnoreSessionsDuringShutdown

      Indicates whether a graceful shutdown operation drops all HTTP sessions immediately.

      If this is set to false, a graceful shutdown operation waits for HTTP sessions to complete or timeout.

             
      Privileges Read/Write
      Typeboolean

      JobSchedulerTableName

      The table name to use for storing timers active with the Job Scheduler.

             
      Privileges Read/Write
      Typejava.lang.String
      Default ValueWEBLOGIC_TIMERS

      MaxConcurrentLongRunningRequests

      The maximum number of running long-running requests that can be submitted to all the Managed Executor Services or Managed Scheduled Executor Services in the partition on the current server.

             
      Privileges Read/Write
      Typeint
      Default Value50
      Minimum value0
      Maximum value65534

      MaxConcurrentNewThreads

      The maximum number of running threads that can be created by all the Managed Thread Factories in the partition on the current server.

             
      Privileges Read/Write
      Typeint
      Default Value50
      Minimum value0
      Maximum value65534

      MBeanInfo

      Returns the MBean info for this MBean.

      Deprecated.

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

      Name

      The user-specified name of this MBean instance.

      This name is included as one of the key properties in the MBean's javax.management.ObjectName:

      Name=user-specified-name

             
      Privileges Read/Write
      Typejava.lang.String

      Notes

      Optional information that you can include to describe this configuration.

      WebLogic Server saves this note in the domain's configuration file (config.xml) as XML PCDATA. All left angle brackets (<) are converted to the XML entity &lt;. Carriage returns/line feeds are preserved.

      Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.

                 
      Privileges Read/Write
      Security rolesWrite access is granted only to the following roles:
      • Deployer
      • Operator
      Typejava.lang.String

      ObjectName

      Returns the ObjectName under which this MBean is registered in the MBean server.

      Deprecated.

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

      ParallelDeployApplicationModules

      Determines if the modules of applications will be deployed in parallel. This setting can be overridden at the per-application level. See AppDeploymentMBean#isParallelDeployModules()

             
      Privileges Read/Write
      Typeboolean

      ParallelDeployApplications

      Determines if applications will be deployed in parallel.

             
      Privileges Read/Write
      Typeboolean
      Default Valuetrue

      Parent

      Return the immediate parent for this MBean

             
      Privileges Read/Write
      Type

      PartitionID

      The ID for this partition.

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

      PartitionLifeCycleTimeoutVal

      The number of seconds a force shutdown operation waits before timing out. If the operation does not complete within the configured timeout period, the partition will shutdown automatically if the state of the server at that time was SHUTTING_DOWN.

      A value of 0 means that the partition will wait indefinitely for the life cycle operation to complete.

             
      Privileges Read/Write
      Typeint
      Default Value30
      Minimum value0
      Secure value120

      PrimaryIdentityDomain

      The partition's primary identity domain.

             
      Privileges Read/Write
      Typejava.lang.String

      RCMHistoricalDataBufferLimit

      The maximum number of elements retained for monitoring RCM usage requests over time.

             
      Privileges Read/Write
      Typeint
      Default Value250
      Minimum value1
      Maximum value5000

      Registered

      Returns false if the MBean represented by this object has been unregistered.

      Deprecated.

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

      ResourceDeploymentPlan

      The contents of this resource's deployment plan, returned as a byte[] containing the XML.

                 
      Privileges Read only
      Security rolesRead access is granted only to the following roles:
      • Deployer
      Typebyte[]
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      ResourceDeploymentPlanExternalDescriptors

      A zip file containing the external descriptors referenced in the deployment plan.

                 
      Privileges Read only
      Security rolesRead access is granted only to the following roles:
      • Deployer
      Typebyte[]
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      ResourceDeploymentPlanPath

      The resource deployment plan path.

             
      Privileges Read/Write
      Typejava.lang.String

      StartupTimeout

      The timeout value for a partition's start and resume operations. If the partition fails to start within the timeout period, it will force a shutdown.

      A value of 0 means that the server will wait indefinitely for the operation to complete.

             
      Privileges Read/Write
      Typeint
      Default Value0
      Minimum value0

      Tags

      Return all tags on this Configuration MBean

             
      Available Since Release 12.2.1.0.0
      Privileges Read/Write
      Typeclass java.lang.String[]

      Type

      Returns the type of the MBean.

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

      UploadDirectoryName

      The directory path on the Administration Server where the uploaded applications for this partition are placed.

             
      Privileges Read/Write
      Typejava.lang.String


      Operations

      This section describes the following operations:


      addAvailableTarget

      Adds an existing target to the list of available targets for this partition.

         
      Operation Name"addAvailableTarget"
      ParametersObject [] {  availableTarget }

      where:

      • availableTarget is an object of type weblogic.management.configuration.TargetMBean that specifies:

        the available target to add

      SignatureString [] { "weblogic.management.configuration.TargetMBean" }
      Returns void

      addDefaultTarget

      Adds an existing target to the list of default targets for this partition.

         
      Operation Name"addDefaultTarget"
      ParametersObject [] {  defaultTarget }

      where:

      • defaultTarget is an object of type weblogic.management.configuration.TargetMBean that specifies:

        target to add

      SignatureString [] { "weblogic.management.configuration.TargetMBean" }
      Returns void

      addTag

      Add a tag to this Configuration MBean. Adds a tag to the current set of tags on the Configuration MBean. Tags may contain white spaces.

         
      Operation Name"addTag"
      ParametersObject [] {  tag }

      where:

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

        tag to be added to the MBean

      SignatureString [] { "java.lang.String" }
      Returns boolean
      Exceptions
      • java.lang.IllegalArgumentException
        IllegalArgumentException if the tag contains illegal punctuation

      destroyPartitionWorkManagerRef

      Removes a reference to a partition-level work manager policy set by the system administrator.

         
      Operation Name"destroyPartitionWorkManagerRef"
      ParametersObject [] {  partitionWorkManagerRef }

      where:

      • partitionWorkManagerRef is an object of type weblogic.management.configuration.PartitionWorkManagerMBean that specifies:

        partitionWorkManagerRef

      SignatureString [] { "weblogic.management.configuration.PartitionWorkManagerMBean" }
      Returns void

      destroyResourceManagerRef

      Removes the resource manager reference from te resource management.

         
      Operation Name"destroyResourceManagerRef"
      ParametersObject [] {  resourceManagerRef }

      where:

      • resourceManagerRef is an object of type weblogic.management.configuration.ResourceManagerMBean that specifies:

        resourceManagerRef

      SignatureString [] { "weblogic.management.configuration.ResourceManagerMBean" }
      Returns void

      findEffectiveServerNames

      Returns the names of servers for the partition's effective targets, with no duplicates.

             
      Operation Name"findEffectiveServerNames"
      Parametersnull
      Signaturenull
      Returns class
      Security roles Only the following roles can invoke this operation:
      • Deployer
      • Operator
      • Monitor

      freezeCurrentValue

      If the specified attribute has not been set explicitly, and if the attribute has a default value, this operation forces the MBean to persist the default value.

      Unless you use this operation, the default value is not saved and is subject to change if you update to a newer release of WebLogic Server. Invoking this operation isolates this MBean from the effects of such changes.

      Note: To insure that you are freezing the default value, invoke the restoreDefaultValue operation before you invoke this.

      This operation has no effect if you invoke it on an attribute that does not provide a default value or on an attribute for which some other value has been set.

      Deprecated. 9.0.0.0

         
      Operation Name"freezeCurrentValue"
      ParametersObject [] {  attributeName }

      where:

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

        attributeName

      SignatureString [] { "java.lang.String" }
      Returns void
      Exceptions
      • javax.management.AttributeNotFoundException
      • javax.management.MBeanException

      getInheritedProperties

      Return all properties' names whose value is inherited from template mbean. this is a convenient method to get inheritance info on multiple properties in one jmx call.

         
      Operation Name"getInheritedProperties"
      ParametersObject [] {  propertyNames }

      where:

      • propertyNames is an object of type [Ljava.lang.String; that specifies:

        properties to check

      SignatureString [] { "[Ljava.lang.String;" }
      Returns class

      isInherited

      Check if the value of a property is inherited from template mbean or not.

         
      Operation Name"isInherited"
      ParametersObject [] {  propertyName }

      where:

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

        the name of the property

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

      isSet

      Returns true if the specified attribute has been set explicitly in this MBean instance.

         
      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

      lookupCoherencePartitionCacheConfig

      Looks up the named Coherence Partition Cache Config.

         
      Operation Name"lookupCoherencePartitionCacheConfig"
      ParametersObject [] {  name }

      where:

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

        the cache name to lookup

      SignatureString [] { "java.lang.String" }
      ReturnsCoherencePartitionCacheConfigMBean

      removeAvailableTarget

      Removes the specified target from the list of available targets for this partition.

         
      Operation Name"removeAvailableTarget"
      ParametersObject [] {  target }

      where:

      • target is an object of type weblogic.management.configuration.TargetMBean that specifies:

        the available target to remove

      SignatureString [] { "weblogic.management.configuration.TargetMBean" }
      Returns void

      removeDefaultTarget

      Removes the specified target from the list of default targets for this partition.

         
      Operation Name"removeDefaultTarget"
      ParametersObject [] {  target }

      where:

      • target is an object of type weblogic.management.configuration.TargetMBean that specifies:

        the target to remove

      SignatureString [] { "weblogic.management.configuration.TargetMBean" }
      Returns void

      removeTag

      Remove a tag from this Configuration MBean

         
      Operation Name"removeTag"
      ParametersObject [] {  tag }

      where:

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

        tag to be removed from the MBean

      SignatureString [] { "java.lang.String" }
      Returns boolean
      Exceptions
      • java.lang.IllegalArgumentException
        IllegalArgumentException if the tag contains illegal punctuation

      restoreDefaultValue

      If the specified attribute has a default value, this operation removes any value that has been set explicitly and causes the attribute to use the default value.

      Default values are subject to change if you update to a newer release of WebLogic Server. To prevent the value from changing if you update to a newer release, invoke the freezeCurrentValue operation.

      This operation has no effect if you invoke it on an attribute that does not provide a default value or on an attribute that is already using the default.

      Deprecated. 9.0.0.0

         
      Operation Name"restoreDefaultValue"
      ParametersObject [] {  attributeName }

      where:

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

        attributeName

      SignatureString [] { "java.lang.String" }
      Returns void
      Exceptions
      • javax.management.AttributeNotFoundException

      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