javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface DomainRuntimeMBean extends RuntimeMBean
This class is used for monitoring a WebLogic domain. A domain may contain zero or more clusters. A cluster may be looked up by a logical name.
Modifier and Type | Method | Description |
---|---|---|
PartitionLifeCycleTaskRuntimeMBean |
forceShutdownPartitionWait(PartitionMBean partitionMBean,
int timeout) |
|
java.util.Date |
getActivationTime() |
The time when the domain became active.
|
AppRuntimeStateRuntimeMBean |
getAppRuntimeStateRuntime() |
Returns a service from which it is possible to determine
the state applications throughout the domain.
|
BatchJobRepositoryRuntimeMBean |
getBatchJobRepositoryRuntime() |
|
CoherenceServerLifeCycleRuntimeMBean[] |
getCoherenceServerLifeCycleRuntimes() |
Deprecated.
12.2.1.0.0 CoherenceServerLifeCycleRuntimeMBean has been deprecated
|
ConsoleRuntimeMBean |
getConsoleRuntime() |
Deprecated.
14.1.2.0.0
|
DomainPartitionRuntimeMBean |
getCurrentDomainPartitionRuntime() |
Returns the domain partition runtime MBean for the "current" partition
|
DeployerRuntimeMBean |
getDeployerRuntime() |
Deprecated.
9.0.0.0
|
DeploymentManagerMBean |
getDeploymentManager() |
Provides access to the service interface to the interface
that is used to deploy new customer applications or modules
into this domain.
|
DomainPartitionRuntimeMBean[] |
getDomainPartitionRuntimes() |
Returns domain partition runtimes.
|
DomainSecurityRuntimeMBean |
getDomainSecurityRuntime() |
Returns the Domain Security runtime MBean.
|
EditSessionConfigurationManagerMBean |
getEditSessionConfigurationManager() |
Provides access to the service interface used to
manage named edit sessions in this domain.
|
ElasticServiceManagerRuntimeMBean |
getElasticServiceManagerRuntime() |
|
LogRuntimeMBean |
getLogRuntime() |
Return the MBean which provides access to the control interface for WLS server logging.
|
MessageDrivenControlEJBRuntimeMBean |
getMessageDrivenControlEJBRuntime() |
The MessageDrivenControlEJBRuntimeMBean for this server.
|
MigratableServiceCoordinatorRuntimeMBean |
getMigratableServiceCoordinatorRuntime() |
Returns the service used for coordinating the migraiton of migratable services.
|
MigrationDataRuntimeMBean[] |
getMigrationDataRuntimes() |
Returns a history of server migrations.
|
java.lang.String |
getName() |
The user-specified name of this MBean instance.
|
WseePolicySubjectManagerRuntimeMBean |
getPolicySubjectManagerRuntime() |
|
ResourceGroupLifeCycleRuntimeMBean[] |
getResourceGroupLifeCycleRuntimes() |
Returns life cycle runtimes for domain-level resource groups.
|
RolloutServiceRuntimeMBean |
getRolloutService() |
|
ServerLifeCycleRuntimeMBean[] |
getServerLifeCycleRuntimes() |
The
ServerLifecycleRuntimeMBean for all configured servers
in the domain. |
ServiceMigrationDataRuntimeMBean[] |
getServiceMigrationDataRuntimes() |
Returns all the service migrations done in the domain
|
SNMPAgentRuntimeMBean |
getSNMPAgentRuntime() |
Return the MBean which provides access to the monitoring statistics for WLS SNMP Agent.
|
SystemComponentLifeCycleRuntimeMBean[] |
getSystemComponentLifeCycleRuntimes() |
The
SystemComponentLifecycleRuntimeMBean for all configured System Components
in the domain. |
CoherenceServerLifeCycleRuntimeMBean |
lookupCoherenceServerLifeCycleRuntime(java.lang.String name) |
Deprecated.
12.2.1.0.0 CoherenceServerLifeCycleRuntimeMBean has been deprecated
|
DomainPartitionRuntimeMBean |
lookupDomainPartitionRuntime(java.lang.String name) |
Returns the domain partition runtime MBean for the specified partition
|
ResourceGroupLifeCycleRuntimeMBean |
lookupResourceGroupLifeCycleRuntime(java.lang.String name) |
Returns the resource group life cycle run-time MBean for the specified
domain-level resource group.
|
ServerLifeCycleRuntimeMBean |
lookupServerLifeCycleRuntime(java.lang.String name) |
Returns the server life cycle run-time MBean for the specified server.
|
SystemComponentLifeCycleRuntimeMBean |
lookupSystemComponentLifeCycleRuntime(java.lang.String name) |
Returns the SystemComponent life cycle run-time MBean for the specified server.
|
void |
restartSystemResource(SystemResourceMBean resource) |
Restarts a system resource on all nodes to which it is deployed.
|
PartitionLifeCycleTaskRuntimeMBean |
startPartitionWait(PartitionMBean partitionMBean,
java.lang.String initialState,
int timeOut) |
Starts the Partition with initialState and within timeOut msec.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
java.lang.String getName()
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
getName
in interface WebLogicMBean
java.util.Date getActivationTime()
The time when the domain became active.
ServerLifeCycleRuntimeMBean[] getServerLifeCycleRuntimes()
The ServerLifecycleRuntimeMBean
for all configured servers
in the domain.
ServerLifeCycleRuntimeMBean lookupServerLifeCycleRuntime(java.lang.String name)
Returns the server life cycle run-time MBean for the specified server.
name
- @Deprecated CoherenceServerLifeCycleRuntimeMBean[] getCoherenceServerLifeCycleRuntimes()
The CoherenceServerLifecycleRuntimeMBean
for all configured Coherence servers
in the domain.
@Deprecated CoherenceServerLifeCycleRuntimeMBean lookupCoherenceServerLifeCycleRuntime(java.lang.String name)
Returns the Coherence server life cycle run-time MBean for the specified server.
name
- SystemComponentLifeCycleRuntimeMBean[] getSystemComponentLifeCycleRuntimes()
The SystemComponentLifecycleRuntimeMBean
for all configured System Components
in the domain.
SystemComponentLifeCycleRuntimeMBean lookupSystemComponentLifeCycleRuntime(java.lang.String name)
Returns the SystemComponent life cycle run-time MBean for the specified server.
name
- @Deprecated DeployerRuntimeMBean getDeployerRuntime()
Provides access to the service interface to the interface that is used to deploy new customer applications or modules into this domain.
DeploymentManagerMBean getDeploymentManager()
Provides access to the service interface to the interface that is used to deploy new customer applications or modules into this domain.
AppRuntimeStateRuntimeMBean getAppRuntimeStateRuntime()
Returns a service from which it is possible to determine the state applications throughout the domain.
MigratableServiceCoordinatorRuntimeMBean getMigratableServiceCoordinatorRuntime()
Returns the service used for coordinating the migraiton of migratable services.
MigrationDataRuntimeMBean[] getMigrationDataRuntimes()
Returns a history of server migrations. Each array element represents a past or an ongoing migration.
LogRuntimeMBean getLogRuntime()
Return the MBean which provides access to the control interface for WLS server logging.
MessageDrivenControlEJBRuntimeMBean getMessageDrivenControlEJBRuntime()
The MessageDrivenControlEJBRuntimeMBean for this server.
SNMPAgentRuntimeMBean getSNMPAgentRuntime()
Return the MBean which provides access to the monitoring statistics for WLS SNMP Agent.
@Deprecated ConsoleRuntimeMBean getConsoleRuntime()
Return the MBean which provides access to console runtime services.
WseePolicySubjectManagerRuntimeMBean getPolicySubjectManagerRuntime()
void restartSystemResource(SystemResourceMBean resource) throws ManagementException
Restarts a system resource on all nodes to which it is deployed.
resource
- ManagementException
ServiceMigrationDataRuntimeMBean[] getServiceMigrationDataRuntimes()
Returns all the service migrations done in the domain
PartitionLifeCycleTaskRuntimeMBean startPartitionWait(PartitionMBean partitionMBean, java.lang.String initialState, int timeOut) throws ManagementException, PartitionLifeCycleException, java.lang.InterruptedException, java.lang.IllegalArgumentException
Starts the Partition with initialState and within timeOut msec. This is synchronous operation, where the function will not return untill the partition is started or an exception is thrown
partitionMBean
- initialState
- can be ADMIN or RUNNING, Default is RUNNINGtimeOut
- Specifies the number of milliseconds to start a Partition. Throws InterruptedException if Partition is unable to start during that duration and leaves the Partition in UNKNOWN state. Default is 60000msManagementException
java.lang.InterruptedException
PartitionLifeCycleException
java.lang.IllegalArgumentException
PartitionLifeCycleTaskRuntimeMBean forceShutdownPartitionWait(PartitionMBean partitionMBean, int timeout) throws ManagementException, PartitionLifeCycleException, java.lang.InterruptedException, java.lang.IllegalArgumentException
partitionMBean
- timeout
- Specifies the number of milliseconds to stop a Partition. Throws InterruptedException if Partition is unable to stop during that duration and leaves the Partition in UNKNOWN state. Default is 60000msManagementException
PartitionLifeCycleException
java.lang.InterruptedException
java.lang.IllegalArgumentException
ResourceGroupLifeCycleRuntimeMBean[] getResourceGroupLifeCycleRuntimes()
Returns life cycle runtimes for domain-level resource groups.
ResourceGroupLifeCycleRuntimeMBean lookupResourceGroupLifeCycleRuntime(java.lang.String name)
Returns the resource group life cycle run-time MBean for the specified domain-level resource group.
name
- DomainPartitionRuntimeMBean[] getDomainPartitionRuntimes()
Returns domain partition runtimes.
DomainPartitionRuntimeMBean lookupDomainPartitionRuntime(java.lang.String name)
Returns the domain partition runtime MBean for the specified partition
name
- ElasticServiceManagerRuntimeMBean getElasticServiceManagerRuntime()
RolloutServiceRuntimeMBean getRolloutService()
BatchJobRepositoryRuntimeMBean getBatchJobRepositoryRuntime()
EditSessionConfigurationManagerMBean getEditSessionConfigurationManager()
Provides access to the service interface used to manage named edit sessions in this domain.
DomainPartitionRuntimeMBean getCurrentDomainPartitionRuntime()
Returns the domain partition runtime MBean for the "current" partition
DomainSecurityRuntimeMBean getDomainSecurityRuntime()
Returns the Domain Security runtime MBean.