Class: MintPress::OracleWeblogic::Partition

Inherits:
GenericMbean show all
Includes:
MintLogger, Mixins::Properties, FancyNew, Utils
Defined in:
src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_297.rb

Overview

may define zero or more partitions.

Properties (Read/Write)

  • #version ⇒ String (Default Value: Proc.new { self.domain.version })
    Version of weblogic this property is being applied to

    Property Attributes
    • defaultProc.new { self.domain.version }
    
    
    15
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 15
    
    property :version, type: String, default: Proc.new { self.domain.version }
  • #notes ⇒ String
    "Optional information that you can include to describe this\nconfiguration."

    Property Attributes
    • short_name"Notes"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    21
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 21
    
    property :Notes, type: String, array: false, hash: false, short_name: "Notes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Optional information that you can include to describe this\nconfiguration."
  • #batch_jobs_data_source_jndi_name ⇒ String
    "The JNDI name of the Batch runtime's JobRepository data source, which will be used to store data\nfor Batch jobs submitted from applications deployed to the partition."

    Property Attributes
    • short_name"BatchJobsDataSourceJndiName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    26
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 26
    
    property :BatchJobsDataSourceJndiName, type: String, array: false, hash: false, short_name: "BatchJobsDataSourceJndiName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The JNDI name of the Batch runtime's JobRepository data source, which will be used to store data\nfor Batch jobs submitted from applications deployed to the partition."
  • #batch_jobs_executor_service_name ⇒ String
    "The name of the application-scoped Managed Executor Service instance that will be used to run Batch jobs\nthat are submitted from applications deployed to the partition."

    Property Attributes
    • short_name"BatchJobsExecutorServiceName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    29
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 29
    
    property :BatchJobsExecutorServiceName, type: String, array: false, hash: false, short_name: "BatchJobsExecutorServiceName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the application-scoped Managed Executor Service instance that will be used to run Batch jobs\nthat are submitted from applications deployed to the partition."
  • #coherence_partition_cache_configs ⇒ Hash of ⇒ MintPress::OracleWeblogic::CoherencePartitionCacheConfig
    "The list of all the Coherence partition cache config beans in this partition."

    Property Attributes
    • short_name"CoherencePartitionCacheConfigs"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    31
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 31
    
    property :CoherencePartitionCacheConfigs, type: MintPress::OracleWeblogic::CoherencePartitionCacheConfig, array: false, hash: true, short_name: "CoherencePartitionCacheConfigs", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "The list of all the Coherence partition cache config beans in this partition."
  • #data_source_for_job_scheduler ⇒ MintPress::OracleWeblogic::JDBCSystemResource
    "The data source required to support the persistence of jobs scheduled with the\njob scheduler."

    Property Attributes
    • short_name"DataSourceForJobScheduler"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    34
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 34
    
    property :DataSourceForJobScheduler, type: MintPress::OracleWeblogic::JDBCSystemResource, array: false, hash: false, short_name: "DataSourceForJobScheduler", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The data source required to support the persistence of jobs scheduled with the\njob scheduler."
  • #data_source_partition ⇒ MintPress::OracleWeblogic::DataSourcePartition (Default Value: MintPress::OracleWeblogic::DataSourcePartition.new)
    "The data source partition configuration."

    Property Attributes
    • short_name"DataSourcePartition"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::DataSourcePartition.new
    
    
    36
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 36
    
    property :DataSourcePartition, type: MintPress::OracleWeblogic::DataSourcePartition, array: false, hash: false, short_name: "DataSourcePartition", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The data source partition configuration.", default: MintPress::OracleWeblogic::DataSourcePartition.new
  • #foreign_jndi_provider_overrides ⇒ Hash of ⇒ MintPress::OracleWeblogic::ForeignJNDIProviderOverride
    "All the ForeignJNDIProviderOverride MBeans in this partition."

    Property Attributes
    • short_name"ForeignJNDIProviderOverrides"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    40
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 40
    
    property :ForeignJNDIProviderOverrides, type: MintPress::OracleWeblogic::ForeignJNDIProviderOverride, array: false, hash: true, short_name: "ForeignJNDIProviderOverrides", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "All the ForeignJNDIProviderOverride MBeans in this partition."
  • #graceful_shutdown_timeout ⇒ Integer
    "The number of seconds a graceful shutdown operation waits before\nforcing a shut down."

    Property Attributes
    • short_name"GracefulShutdownTimeout"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    43
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 43
    
    property :GracefulShutdownTimeout, type: Integer, array: false, hash: false, short_name: "GracefulShutdownTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of seconds a graceful shutdown operation waits before\nforcing a shut down."
  • #jdbc_system_resource_overrides ⇒ Hash of ⇒ MintPress::OracleWeblogic::JDBCSystemResourceOverride
    "All the JDBCSystemResourceOverride MBeans in this partition."

    Property Attributes
    • short_name"JDBCSystemResourceOverrides"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    49
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 49
    
    property :JDBCSystemResourceOverrides, type: MintPress::OracleWeblogic::JDBCSystemResourceOverride, array: false, hash: true, short_name: "JDBCSystemResourceOverrides", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "All the JDBCSystemResourceOverride MBeans in this partition."
  • #jms_system_resource_overrides ⇒ Hash of ⇒ MintPress::OracleWeblogic::JMSSystemResourceOverride
    "All the JMS system resource overrides in this partition."

    Property Attributes
    • short_name"JMSSystemResourceOverrides"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    51
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 51
    
    property :JMSSystemResourceOverrides, type: MintPress::OracleWeblogic::JMSSystemResourceOverride, array: false, hash: true, short_name: "JMSSystemResourceOverrides", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "All the JMS system resource overrides in this partition."
  • #job_scheduler_table_name ⇒ String
    "The table name to use for storing timers active with the Job Scheduler."

    Property Attributes
    • short_name"JobSchedulerTableName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    53
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 53
    
    property :JobSchedulerTableName, type: String, array: false, hash: false, short_name: "JobSchedulerTableName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The table name to use for storing timers active with the Job Scheduler."
  • #jta_partition ⇒ MintPress::OracleWeblogic::JTAPartition (Default Value: MintPress::OracleWeblogic::JTAPartition.new)
    "The JTA partition configuration for this domain."

    Property Attributes
    • short_name"JTAPartition"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::JTAPartition.new
    
    
    55
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 55
    
    property :JTAPartition, type: MintPress::OracleWeblogic::JTAPartition, array: false, hash: false, short_name: "JTAPartition", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The JTA partition configuration for this domain.", default: MintPress::OracleWeblogic::JTAPartition.new
  • #mail_session_overrides ⇒ Hash of ⇒ MintPress::OracleWeblogic::MailSessionOverride
    "All the MailSessionOverride MBeans in this partition."

    Property Attributes
    • short_name"MailSessionOverrides"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    57
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 57
    
    property :MailSessionOverrides, type: MintPress::OracleWeblogic::MailSessionOverride, array: false, hash: true, short_name: "MailSessionOverrides", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "All the MailSessionOverride MBeans in this partition."
  • #managed_executor_service_templates ⇒ Hash of ⇒ MintPress::OracleWeblogic::ManagedExecutorServiceTemplate
    "All the managed executor service templates."

    Property Attributes
    • short_name"ManagedExecutorServiceTemplates"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    59
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 59
    
    property :ManagedExecutorServiceTemplates, type: MintPress::OracleWeblogic::ManagedExecutorServiceTemplate, array: false, hash: true, short_name: "ManagedExecutorServiceTemplates", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "All the managed executor service templates."
  • #managed_scheduled_executor_service_templates ⇒ Hash of ⇒ MintPress::OracleWeblogic::ManagedScheduledExecutorServiceTemplate
    "All the ManagedScheduledExecutorServiceTemplateMBeans."

    Property Attributes
    • short_name"ManagedScheduledExecutorServiceTemplates"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    61
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 61
    
    property :ManagedScheduledExecutorServiceTemplates, type: MintPress::OracleWeblogic::ManagedScheduledExecutorServiceTemplate, array: false, hash: true, short_name: "ManagedScheduledExecutorServiceTemplates", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "All the ManagedScheduledExecutorServiceTemplateMBeans."
  • #managed_thread_factory_templates ⇒ Hash of ⇒ MintPress::OracleWeblogic::ManagedThreadFactoryTemplate
    "List of the ManagedThreadFactory templates."

    Property Attributes
    • short_name"ManagedThreadFactoryTemplates"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    63
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 63
    
    property :ManagedThreadFactoryTemplates, type: MintPress::OracleWeblogic::ManagedThreadFactoryTemplate, array: false, hash: true, short_name: "ManagedThreadFactoryTemplates", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "List of the ManagedThreadFactory templates."
  • #max_concurrent_long_running_requests ⇒ Integer
    "The maximum number of running long-running requests that can be submitted\nto all the Managed Executor Services or Managed Scheduled Executor Services\nin the partition on the current server."

    Property Attributes
    • short_name"MaxConcurrentLongRunningRequests"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    67
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 67
    
    property :MaxConcurrentLongRunningRequests, type: Integer, array: false, hash: false, short_name: "MaxConcurrentLongRunningRequests", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of running long-running requests that can be submitted\nto all the Managed Executor Services or Managed Scheduled Executor Services\nin the partition on the current server."
  • #max_concurrent_new_threads ⇒ Integer
    "The maximum number of running threads that can be created by all the\nManaged Thread Factories in the partition on the current server."

    Property Attributes
    • short_name"MaxConcurrentNewThreads"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    70
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 70
    
    property :MaxConcurrentNewThreads, type: Integer, array: false, hash: false, short_name: "MaxConcurrentNewThreads", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of running threads that can be created by all the\nManaged Thread Factories in the partition on the current server."
  • #partition_life_cycle_timeout_val ⇒ Integer
    "The number of seconds a force shutdown operation waits before timing\nout."

    Property Attributes
    • short_name"PartitionLifeCycleTimeoutVal"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    75
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 75
    
    property :PartitionLifeCycleTimeoutVal, type: Integer, array: false, hash: false, short_name: "PartitionLifeCycleTimeoutVal", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of seconds a force shutdown operation waits before timing\nout."
  • #partition_log ⇒ MintPress::OracleWeblogic::PartitionLog (Default Value: MintPress::OracleWeblogic::PartitionLog.new)
    "The partition-specific logging configuration."

    Property Attributes
    • short_name"PartitionLog"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::PartitionLog.new
    
    
    77
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 77
    
    property :PartitionLog, type: MintPress::OracleWeblogic::PartitionLog, array: false, hash: false, short_name: "PartitionLog", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The partition-specific logging configuration.", default: MintPress::OracleWeblogic::PartitionLog.new
  • #partition_work_manager ⇒ MintPress::OracleWeblogic::PartitionWorkManager (Default Value: MintPress::OracleWeblogic::PartitionWorkManager.new)
    "The partition-level work manager policy set by the system administrator for this partition."

    Property Attributes
    • short_name"PartitionWorkManager"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::PartitionWorkManager.new
    
    
    79
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 79
    
    property :PartitionWorkManager, type: MintPress::OracleWeblogic::PartitionWorkManager, array: false, hash: false, short_name: "PartitionWorkManager", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "The partition-level work manager policy set by the system administrator for this partition.", default: MintPress::OracleWeblogic::PartitionWorkManager.new
  • #partition_work_manager_ref ⇒ MintPress::OracleWeblogic::PartitionWorkManager
    "A reference to a partition-level work manager policy set by the system administrator."

    Property Attributes
    • short_name"PartitionWorkManagerRef"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    81
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 81
    
    property :PartitionWorkManagerRef, type: MintPress::OracleWeblogic::PartitionWorkManager, array: false, hash: false, short_name: "PartitionWorkManagerRef", has_setter: true, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "A reference to a partition-level work manager policy set by the system administrator."
  • #primary_identity_domain ⇒ String
    "The partition's primary identity domain."

    Property Attributes
    • short_name"PrimaryIdentityDomain"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    83
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 83
    
    property :PrimaryIdentityDomain, type: String, array: false, hash: false, short_name: "PrimaryIdentityDomain", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The partition's primary identity domain."
  • #rcm_historical_data_buffer_limit ⇒ Integer
    "The maximum number of elements retained for monitoring RCM usage requests over time."

    Property Attributes
    • short_name"RCMHistoricalDataBufferLimit"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    85
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 85
    
    property :RCMHistoricalDataBufferLimit, type: Integer, array: false, hash: false, short_name: "RCMHistoricalDataBufferLimit", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of elements retained for monitoring RCM usage requests over time."
  • #realm ⇒ MintPress::OracleWeblogic::Realm
    "The security realm for this partition."

    Property Attributes
    • short_name"Realm"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    87
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 87
    
    property :Realm, type: MintPress::OracleWeblogic::Realm, array: false, hash: false, short_name: "Realm", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The security realm for this partition."
  • #resource_groups ⇒ Hash of ⇒ MintPress::OracleWeblogic::ResourceGroup
    "All the resource groups in this partition."

    Property Attributes
    • short_name"ResourceGroups"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    91
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 91
    
    property :ResourceGroups, type: MintPress::OracleWeblogic::ResourceGroup, array: false, hash: true, short_name: "ResourceGroups", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "All the resource groups in this partition."
  • #resource_manager ⇒ MintPress::OracleWeblogic::ResourceManager (Default Value: MintPress::OracleWeblogic::ResourceManager.new)
    "The resource manager policy assigned to the partition."

    Property Attributes
    • short_name"ResourceManager"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::ResourceManager.new
    
    
    93
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 93
    
    property :ResourceManager, type: MintPress::OracleWeblogic::ResourceManager, array: false, hash: false, short_name: "ResourceManager", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "The resource manager policy assigned to the partition.", default: MintPress::OracleWeblogic::ResourceManager.new
  • #resource_manager_ref ⇒ MintPress::OracleWeblogic::ResourceManager
    "A resource manager reference from the resource management."

    Property Attributes
    • short_name"ResourceManagerRef"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    95
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 95
    
    property :ResourceManagerRef, type: MintPress::OracleWeblogic::ResourceManager, array: false, hash: false, short_name: "ResourceManagerRef", has_setter: true, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "A resource manager reference from the resource management."
  • #self_tuning ⇒ MintPress::OracleWeblogic::SelfTuning (Default Value: MintPress::OracleWeblogic::SelfTuning.new)
    "The Work Manager configuration for this partition."

    Property Attributes
    • short_name"SelfTuning"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::SelfTuning.new
    
    
    97
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 97
    
    property :SelfTuning, type: MintPress::OracleWeblogic::SelfTuning, array: false, hash: false, short_name: "SelfTuning", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The Work Manager configuration for this partition.", default: MintPress::OracleWeblogic::SelfTuning.new
  • #startup_timeout ⇒ Integer
    "The timeout value for a partition's start and resume operations."

    Property Attributes
    • short_name"StartupTimeout"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    99
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 99
    
    property :StartupTimeout, type: Integer, array: false, hash: false, short_name: "StartupTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The timeout value for a partition's start and resume operations."
  • #system_file_system ⇒ MintPress::OracleWeblogic::PartitionFileSystem (Default Value: MintPress::OracleWeblogic::PartitionFileSystem.new)
    "The file system for the partition's system files."

    Property Attributes
    • short_name"SystemFileSystem"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::PartitionFileSystem.new
    
    
    101
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 101
    
    property :SystemFileSystem, type: MintPress::OracleWeblogic::PartitionFileSystem, array: false, hash: false, short_name: "SystemFileSystem", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The file system for the partition's system files.", default: MintPress::OracleWeblogic::PartitionFileSystem.new
  • #upload_directory_name ⇒ String
    "The directory path on the Administration Server where the\nuploaded applications for this partition are placed."

    Property Attributes
    • short_name"UploadDirectoryName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    104
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 104
    
    property :UploadDirectoryName, type: String, array: false, hash: false, short_name: "UploadDirectoryName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The directory path on the Administration Server where the\nuploaded applications for this partition are placed."
  • #user_file_system ⇒ MintPress::OracleWeblogic::PartitionUserFileSystem (Default Value: MintPress::OracleWeblogic::PartitionUserFileSystem.new)
    "The file system for the partition's user files."

    Property Attributes
    • short_name"UserFileSystem"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::PartitionUserFileSystem.new
    
    
    106
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 106
    
    property :UserFileSystem, type: MintPress::OracleWeblogic::PartitionUserFileSystem, array: false, hash: false, short_name: "UserFileSystem", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The file system for the partition's user files.", default: MintPress::OracleWeblogic::PartitionUserFileSystem.new
  • #web_service ⇒ MintPress::OracleWeblogic::WebService (Default Value: MintPress::OracleWeblogic::WebService.new)
    "Configures an unique WebServiceMBean for all targets of the partition."

    Property Attributes
    • short_name"WebService"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::WebService.new
    
    
    108
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 108
    
    property :WebService, type: MintPress::OracleWeblogic::WebService, array: false, hash: false, short_name: "WebService", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Configures an unique WebServiceMBean for all targets of the partition.", default: MintPress::OracleWeblogic::WebService.new
  • #eager_tracking_of_resource_metrics_enabled ⇒ [TrueClass,FalseClass]
    "Determines if tracking of resource consumption metrics of this Partition is initiated eagerly from\nthe time the Partition is started, or if it is initiated lazily on first access of PartitionResourceMetricsRuntimeMBean."

    Property Attributes
    • short_name"EagerTrackingOfResourceMetricsEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    111
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 111
    
    property :EagerTrackingOfResourceMetricsEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "EagerTrackingOfResourceMetricsEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Determines if tracking of resource consumption metrics of this Partition is initiated eagerly from\nthe time the Partition is started, or if it is initiated lazily on first access of PartitionResourceMetricsRuntimeMBean."
  • #ignore_sessions_during_shutdown ⇒ [TrueClass,FalseClass]
    "Indicates whether a graceful shutdown operation drops all HTTP\nsessions immediately."

    Property Attributes
    • short_name"IgnoreSessionsDuringShutdown"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    114
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 114
    
    property :IgnoreSessionsDuringShutdown, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "IgnoreSessionsDuringShutdown", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether a graceful shutdown operation drops all HTTP\nsessions immediately."
  • #parallel_deploy_application_modules ⇒ [TrueClass,FalseClass]
    "Determines if the modules of applications will be deployed in parallel."

    Property Attributes
    • short_name"ParallelDeployApplicationModules"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    116
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 116
    
    property :ParallelDeployApplicationModules, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ParallelDeployApplicationModules", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Determines if the modules of applications will be deployed in parallel."
  • #parallel_deploy_applications ⇒ [TrueClass,FalseClass]
    "Determines if applications will be deployed in parallel."

    Property Attributes
    • short_name"ParallelDeployApplications"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    118
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 118
    
    property :ParallelDeployApplications, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ParallelDeployApplications", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Determines if applications will be deployed in parallel."
  • #name ⇒ String (Default Value: "NO_NAME_0")

    Property Attributes
    • default"NO_NAME_0"
    
    
    31
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/generic_mbean.rb', line 31
    
    property :Name, type: String, default: "NO_NAME_0"

Properties (Read Only)

  • #name ⇒ String
    "The user-specified name of this MBean instance."

    Property Attributes
    • short_name"Name"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    18
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 18
    
    property :Name, type: String, array: false, hash: false, short_name: "Name", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The user-specified name of this MBean instance."
  • #internal_app_deployments ⇒ Hash of ⇒ MintPress::OracleWeblogic::AppDeployment
    "The collection of internal application deployments in this partition."

    Property Attributes
    • short_name"InternalAppDeployments"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    45
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 45
    
    property :InternalAppDeployments, type: MintPress::OracleWeblogic::AppDeployment, array: false, hash: true, short_name: "InternalAppDeployments", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The collection of internal application deployments in this partition."
  • #internal_libraries ⇒ Hash of ⇒ MintPress::OracleWeblogic::Library
    "The collection of internal libraries in this partition."

    Property Attributes
    • short_name"InternalLibraries"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    47
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 47
    
    property :InternalLibraries, type: MintPress::OracleWeblogic::Library, array: false, hash: true, short_name: "InternalLibraries", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The collection of internal libraries in this partition."
  • #partition_id ⇒ String
    "The ID for this partition."

    Property Attributes
    • short_name"PartitionID"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    72
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 72
    
    property :PartitionID, type: String, array: false, hash: false, short_name: "PartitionID", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The ID for this partition."
  • #resource_deployment_plan_path ⇒ String
    "The resource deployment plan path."

    Property Attributes
    • short_name"ResourceDeploymentPlanPath"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    89
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/partition.rb', line 89
    
    property :ResourceDeploymentPlanPath, type: String, array: false, hash: false, short_name: "ResourceDeploymentPlanPath", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The resource deployment plan path."

Constant Summary

Constants included from MintLogger

MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN

Instance Attribute Summary

Attributes included from Mixins::Properties

#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root

Instance Method Summary collapse

Methods included from Mixins::Properties

#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref

Methods included from MintLogger::Utils::Common

#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send

Methods included from Utils

#activate_list, #already_traversed, #announce_self, #bean_type, #build_activate_list, #clear_property_sheet_cache, #create_generic, #create_mbean_components, #delete, #destroy_generic, #empty_mbean?, #execute_script, #exists?, #fast_ls_all, #fast_ls_folder, #fast_ls_object, #fast_ls_object_map, #find_cluster, #find_runtime_path_in_rest, #find_server, #full_url, #get, #get_all_self_names, #get_identity, #get_local_wlst_session, #get_matching_self_names, #get_property_from_target, #get_property_from_target_rest, #get_property_from_target_wlst, #get_property_from_target_wlst_impl, #get_property_sheet, #get_rest_item, #get_rest_url_for_parent, #get_rest_url_for_self, #get_servers, #get_servers_rest, #get_servers_wlst, #get_wl_home, #globmatch?, #handle_create, #http_delete, #http_get, #http_post, #http_put, included, #invalidate_session, #is_meta_object?, #longclass, #massage_return, #mbean_components, #mbean_exists?, #mbean_lookup, #mbean_properties, #mbean_to_hash, #meta_list?, #my_short_name, #perform_method_generic, #perform_runtime_call_generic_rest, #perform_runtime_method_generic, #post, #raise_http_exception, #remove, #request_headers, #reset_activate_list, #rest_activate_change, #rest_create_generic, #rest_create_mbean_components, #rest_destroy_self, #rest_edit_url, #rest_has_changes, #rest_idempotent_create, #rest_locked, #rest_nonedit_url, #rest_start_change, #rest_undo_change, #runtime_introspection, #shortclass, #start_with_async, #state_with_net_ping, #stop_with_async, #to_nested, #wlst_cd_to, #wlst_create_generic, #wlst_destroy_self, #wlst_find_object, #wlst_find_parent_object, #wlst_generic_mbean_update_all, #wlst_idempotent_create, #wlst_update_mbean

Methods included from FancyNew

included

Methods inherited from GenericMbean

#create, #destroy, #is_generic, is_generic

Methods included from MBeanUtils

#assign_object_by_identity, #assign_object_by_identity_from, #bean_is_changed?, #dump_metadata, #dump_tree_metadata, #get_item_by_identity_name, #get_item_by_identity_name_from, #get_parent_by_identity_name, #harvest, #harvest_anew, #harvest_item_by_name, #harvest_item_by_type, #harvest_wlst, #harvesters, #harvesting, #longname, #lookup_mintpress_by_mbean, #mbean_by_url, #process_mbeans, #register_mbean_url

Constructor Details

#initialize(opts = {}) ⇒ Partition

Returns a new instance of Partition.

Instance Method Details

#force_shutdownObject Also known as: forceShutdown

Force shutdown the partition.

#force_suspendObject Also known as: forceSuspend

Transitions the partition from RUNNING to ADMIN# state forcefully cancelling inflight work.

#import_props_from_modelObject

#is_registeredObject Also known as: isRegistered

Deprecated.

#is_restart_requiredObject Also known as: isRestartRequired

Indicates whether the partition must be restarted in order to activate# configuration changes.

#m_bean_infoObject Also known as: getMBeanInfo, get_m_bean_info, mBeanInfo

Deprecated.

#object_nameObject Also known as: getObjectName, get_object_name, objectName

Deprecated.

#overall_health_stateObject Also known as: getOverallHealthState, get_overall_health_state, overallHealthState

The aggregate health state of the partition as reported by components# within the partition

#partition_idObject Also known as: getPartitionID, get_partition_id, partitionId

Partition ID for this partition.

#purge_tasksObject Also known as: purgeTasks

Clears the retained task collection.

#server_nameObject Also known as: getServerName, get_server_name, serverName

The server associated with this configuration.

#start_in_adminObject Also known as: startInAdmin

Begins to start this partition in the ADMIN state on all targeted servers.

#sub_stateObject Also known as: getSubState, get_sub_state, subState

The current substate of the partition runtime MBean

#subsystem_health_statesObject Also known as: getSubsystemHealthStates, get_subsystem_health_states, subsystemHealthStates

An array of health states for major subsystems in the partition.

#system_file_system_rootObject Also known as: getSystemFileSystemRoot, get_system_file_system_root, systemFileSystemRoot

System file system root directory for this partition.

#user_file_system_rootObject Also known as: getUserFileSystemRoot, get_user_file_system_root, userFileSystemRoot

User file system root directory for this partition.