public interface ResourceRuntimeMBean extends RuntimeMBean
 The ResourceRuntimeMBean holds runtime state about the policy
 evaluations that have been performed for a Resource type in the current
 Domain Partition in the current server instance.
 
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ResourceRuntimeMBean.ResourceType
The resource types for which Resource Consumption Management
 policies can be created by a system administrator in a Domain
 Partition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FairShareConstraintRuntimeMBean | 
getFairShareConstraintRuntime()
The runtime state of the Fair Share Policy configured as part of the Resource
 Consumption Management policy of the current Domain Partition, in the
 current Server instance. 
 | 
String | 
getName()
The name of the policy defined for this resource as configured in the
  
ResourceManagerMBean for this MBean's resource type
 ResourceRuntimeMBean.getResourceType(). | 
String | 
getResourceType()
The resource type associated with this MBean. 
 | 
TriggerRuntimeMBean[] | 
getTriggerRuntimes()
The runtime state of the Triggers configured as part of the Resource
 Consumption Management policy of the current Domain Partition, in the
 current Server instance. 
 | 
long | 
getUsage()
The current resource utilization of a Resource by the current
 Domain Partition, in the current Server instance. 
 | 
TriggerRuntimeMBean | 
lookupTriggerRuntime(String name)
Looks up a trigger runtime state from the list of triggers configured in
 Resource Consumption Management policy of the current Domain Partition. 
 | 
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerString getName()
ResourceManagerMBean for this MBean's resource type
 ResourceRuntimeMBean.getResourceType().getName in interface WebLogicMBeanResourceManagerMBean for this resource type.String getResourceType()
long getUsage()
 To track or monitor resource consumption for a Domain Partition
 without creating resource consumption management policies, see PartitionResourceMetricsRuntimeMBean.
 
ResourceRuntimeMBean.ResourceType for
         information on the name of the name of the unit in which the
         resource consumption is measured, such as unit, percentage,
         or byte.PartitionResourceMetricsRuntimeMBeanTriggerRuntimeMBean[] getTriggerRuntimes()
TriggerRuntimeMBean representing the runtime
         state of the Triggers defined as part of the Resource Consumption
         Management policy of the current Domain Partition.TriggerRuntimeMBeanTriggerRuntimeMBean lookupTriggerRuntime(String name)
name - Name of the trigger whose runtime state is required.FairShareConstraintRuntimeMBean getFairShareConstraintRuntime()
FairShareConstraintRuntimeMBean