javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface PartitionRuntimeMBean extends RuntimeMBean
Partition Runtime information.
Modifier and Type | Interface | Description |
---|---|---|
static class |
PartitionRuntimeMBean.Operation |
|
static class |
PartitionRuntimeMBean.State |
Modifier and Type | Method | Description |
---|---|---|
void |
forceShutdown() |
Force shutdown the partition.
|
void |
forceShutdownResourceGroup(java.lang.String resourceGroupName) |
Force shutdown the resource group.
|
void |
forceSuspend() |
Transitions the partition from
RUNNING to ADMIN
state forcefully cancelling inflight work. |
void |
forceSuspendResourceGroup(java.lang.String resourceGroupName) |
Transitions the resource group from
RUNNING to ADMIN
state forcefully cancelling inflight work. |
ApplicationRuntimeMBean[] |
getApplicationRuntimes() |
Currently running Applications of this partition.
|
BatchJobRepositoryRuntimeMBean |
getBatchJobRepositoryRuntime() |
The partition BatchJobRepositoryPartitionRuntimeMBean
|
ConcurrentManagedObjectsRuntimeMBean |
getConcurrentManagedObjectsRuntime() |
The ConcurrentManagedObjectsRuntimeMBean for this partition.
|
ConnectorServiceRuntimeMBean |
getConnectorServiceRuntime() |
The access point for partition specific control and monitoring of the
Connector Container.
|
JMSRuntimeMBean |
getJMSRuntime() |
The JMSRuntimeMBean for this partition.
|
LibraryRuntimeMBean[] |
getLibraryRuntimes() |
Deployed Libraries of this partition.
|
MailSessionRuntimeMBean[] |
getMailSessionRuntimes() |
The JavaMail Mail RuntimeMBeans for this partition.
|
MaxThreadsConstraintRuntimeMBean[] |
getMaxThreadsConstraintRuntimes() |
RuntimeMBeans which expose this partition's globally
defined MaxThreadsConstraints.
|
MessagingBridgeRuntimeMBean[] |
getMessagingBridgeRuntimes() |
The MessagingBridgeRuntimeMBeans for this partition.
|
MinThreadsConstraintRuntimeMBean[] |
getMinThreadsConstraintRuntimes() |
RuntimeMBeans which exposes this partition's globally
defined MinThreadsConstraints.
|
java.lang.String |
getName() |
The name of this configuration.
|
HealthState |
getOverallHealthState() |
The aggregate health state of the partition as reported by components
within the partition
|
javax.management.openmbean.CompositeData |
getOverallHealthStateJMX() |
The overall health state of this partition returned as a CompositeData type.
|
java.lang.String |
getPartitionID() |
Partition ID for this partition.
|
PartitionResourceMetricsRuntimeMBean |
getPartitionResourceMetricsRuntime() |
The partition resource consumption metrics for this partition.
|
PartitionWorkManagerRuntimeMBean |
getPartitionWorkManagerRuntime() |
The PartitionWorkManagerRuntimeMBean for this partition.
|
PathServiceRuntimeMBean[] |
getPathServiceRuntimes() |
Array of all PathServiceRuntimeMBean instances for this partition.
|
PersistentStoreRuntimeMBean[] |
getPersistentStoreRuntimes() |
The mbeans that provide runtime information
for each PersistentStore.
|
RequestClassRuntimeMBean[] |
getRequestClassRuntimes() |
RuntimeMBeans which exposes this partition's globally
defined Request Classes.
|
java.lang.String |
getRgState(java.lang.String resourceGroupName) |
The current state of the named resource group MBean
|
SAFRuntimeMBean |
getSAFRuntime() |
The SAFRuntimeMBean for this partition.
|
java.lang.String |
getServerName() |
The server associated with this configuration.
|
java.lang.String |
getState() |
The current state of the partition runtime MBean
|
java.lang.String |
getSubState() |
The current substate of the partition runtime MBean
|
HealthState[] |
getSubsystemHealthStates() |
An array of health states for major subsystems in the partition.
|
javax.management.openmbean.CompositeData[] |
getSubsystemHealthStatesJMX() |
The health states for major subsystems in the partition as an
array of CompositeData type.
|
java.lang.String |
getSystemFileSystemRoot() |
System file system root directory for this partition.
|
java.lang.String |
getUserFileSystemRoot() |
User file system root directory for this partition.
|
WLDFPartitionRuntimeMBean |
getWLDFPartitionRuntime() |
The MBean which provides access to all Diagnostic
runtime MBeans for this partition.
|
WorkManagerRuntimeMBean[] |
getWorkManagerRuntimes() |
An array of MBeans which expose this partition's active
internal WorkManagers.
|
WseeClusterFrontEndRuntimeMBean |
getWseeClusterFrontEndRuntime() |
A non-null value only when this partition of the server is running as a host to a
front-end proxy (HttpClusterServlet) instance.
|
void |
halt() |
Halts the partition.
|
boolean |
isRestartRequired() |
Indicates whether the partition must be restarted in order to activate
configuration changes.
|
ApplicationRuntimeMBean |
lookupApplicationRuntime(java.lang.String name) |
The name of the ApplicationRuntimeMBean requested.
|
LibraryRuntimeMBean |
lookupLibraryRuntime(java.lang.String name) |
The name of the LibraryRuntimeMBean requested.
|
MessagingBridgeRuntimeMBean |
lookupMessagingBridgeRuntime(java.lang.String name) |
|
PersistentStoreRuntimeMBean |
lookupPersistentStoreRuntime(java.lang.String name) |
The Runtime mbean for the persistent store with the
specified short name.
|
void |
resume() |
Resume a suspended partition.
|
void |
resumeResourceGroup(java.lang.String resourceGroupName) |
Resume suspended resource group.
|
void |
shutdown() |
Gracefully shuts down the partition after handling inflight
work.
|
void |
shutdown(int timeout,
boolean ignoreSessions) |
Gracefully shuts down the partition after handling inflight
work.
|
void |
shutdown(int timeout,
boolean ignoreSessions,
boolean waitForAllSessions) |
Gracefully shuts down the partition after handling inflight work;
optionally ignores pending HTTP sessions while handling inflight
work.
|
void |
shutdownResourceGroup(java.lang.String resourceGroupName) |
Gracefully shuts down the resource group after handling inflight
work.
|
void |
shutdownResourceGroup(java.lang.String resourceGroupName,
int timeout,
boolean ignoreSessions) |
Gracefully shuts down the partition after handling inflight
work.
|
void |
shutdownResourceGroup(java.lang.String resourceGroupName,
int timeout,
boolean ignoreSessions,
boolean waitForAllSessions) |
Gracefully shuts down the partition after handling inflight work.
|
void |
startResourceGroup(java.lang.String resourceGroupName) |
starts the resource group.
|
void |
startResourceGroupInAdmin(java.lang.String resourceGroupName) |
Starts the resource group in ADMIN state.
|
void |
suspend() |
Suspends the partition.
|
void |
suspend(int timeout,
boolean ignoreSessions) |
Transitions the partition from
RUNNING to
ADMIN state gracefully. |
void |
suspendResourceGroup(java.lang.String resourceGroupName) |
Suspends resource group.
|
void |
suspendResourceGroup(java.lang.String resourceGroupName,
int timeout,
boolean ignoreSessions) |
Suspends resource group.
|
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 name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
getName
in interface WebLogicMBean
java.lang.String getServerName()
The server associated with this configuration.
java.lang.String getState()
The current state of the partition runtime MBean
java.lang.String getSubState()
The current substate of the partition runtime MBean
java.lang.String getPartitionID()
Partition ID for this partition.
java.lang.String getSystemFileSystemRoot()
System file system root directory for this partition.
java.lang.String getUserFileSystemRoot()
User file system root directory for this partition.
JMSRuntimeMBean getJMSRuntime()
The JMSRuntimeMBean for this partition.
ApplicationRuntimeMBean[] getApplicationRuntimes()
Currently running Applications of this partition.
ApplicationRuntimeMBean lookupApplicationRuntime(java.lang.String name)
The name of the ApplicationRuntimeMBean requested.
name
- the name of the ApplicationRuntime MBean to findLibraryRuntimeMBean[] getLibraryRuntimes()
Deployed Libraries of this partition.
LibraryRuntimeMBean lookupLibraryRuntime(java.lang.String name)
The name of the LibraryRuntimeMBean requested.
name
- the name of the LibraryRuntimeMBean to findWorkManagerRuntimeMBean[] getWorkManagerRuntimes()
An array of MBeans which expose this partition's active internal WorkManagers.
PartitionWorkManagerRuntimeMBean getPartitionWorkManagerRuntime()
The PartitionWorkManagerRuntimeMBean for this partition.
MaxThreadsConstraintRuntimeMBean[] getMaxThreadsConstraintRuntimes()
RuntimeMBeans which expose this partition's globally defined MaxThreadsConstraints.
MinThreadsConstraintRuntimeMBean[] getMinThreadsConstraintRuntimes()
RuntimeMBeans which exposes this partition's globally defined MinThreadsConstraints.
RequestClassRuntimeMBean[] getRequestClassRuntimes()
RuntimeMBeans which exposes this partition's globally defined Request Classes.
MailSessionRuntimeMBean[] getMailSessionRuntimes()
The JavaMail Mail RuntimeMBeans for this partition.
MessagingBridgeRuntimeMBean[] getMessagingBridgeRuntimes()
The MessagingBridgeRuntimeMBeans for this partition.
MessagingBridgeRuntimeMBean lookupMessagingBridgeRuntime(java.lang.String name)
name
- the name of the messagingBridgeRuntime to findPersistentStoreRuntimeMBean[] getPersistentStoreRuntimes()
The mbeans that provide runtime information for each PersistentStore.
PersistentStoreRuntimeMBean lookupPersistentStoreRuntime(java.lang.String name)
The Runtime mbean for the persistent store with the specified short name.
name
- the name of the persistent store Runtime mbean to findConnectorServiceRuntimeMBean getConnectorServiceRuntime()
The access point for partition specific control and monitoring of the Connector Container.
PathServiceRuntimeMBean[] getPathServiceRuntimes()
Array of all PathServiceRuntimeMBean instances for this partition.
SAFRuntimeMBean getSAFRuntime()
The SAFRuntimeMBean for this partition.
WLDFPartitionRuntimeMBean getWLDFPartitionRuntime()
The MBean which provides access to all Diagnostic runtime MBeans for this partition.
ConcurrentManagedObjectsRuntimeMBean getConcurrentManagedObjectsRuntime()
The ConcurrentManagedObjectsRuntimeMBean for this partition.
PartitionResourceMetricsRuntimeMBean getPartitionResourceMetricsRuntime()
The partition resource consumption metrics for this partition.
BatchJobRepositoryRuntimeMBean getBatchJobRepositoryRuntime()
The partition BatchJobRepositoryPartitionRuntimeMBean
void suspend(int timeout, boolean ignoreSessions) throws PartitionLifeCycleException
Transitions the partition from RUNNING
to
ADMIN
state gracefully.
Applications are in admin mode. Inflight work is completed.
Applications and resources are fully available to administrators in
ADMIN
state. Non-admin users are denied access to
applications and resources
timeout
- Seconds to wait for partition to transition gracefully.
The forceSuspend()
is called after timeout.ignoreSessions
- drop inflight HTTP sessions during graceful suspendPartitionLifeCycleException
- if partition failed to suspend gracefully.
A forceSuspend()
or a forceShutdown()
operation can be
invoked.void suspend() throws PartitionLifeCycleException
Suspends the partition. Denies new requests except by privileged users.
Allows pending requests to complete. This operation transitions the
partition into ADMIN
state. Applications and resources are
fully available to administrators in ADMIN
state.
Non-admin users are denied access to applications and resources
PartitionLifeCycleException
suspend(int, boolean)
void forceSuspend() throws PartitionLifeCycleException
Transitions the partition from RUNNING
to ADMIN
state forcefully cancelling inflight work.
Work that cannot be cancelled is dropped. Applications are
transitioned to admin mode. This forcefully suspends the partition
and transitions it to ADMIN
state.
PartitionLifeCycleException
- partition failed to force suspend.
A forceShutdown()
operation can be invoked.void resume() throws PartitionLifeCycleException
Resume a suspended partition. Allow new requests. This operation transitions
the partition into RUNNING
state.
PartitionLifeCycleException
- if this operation fails to complete.
The partition transitions back to the previous state from which this operation
was invoked. For example, if the partition was in the ADMIN
state before
this operation, it returns to the ADMIN
state if a
resume fails.void shutdown(int timeout, boolean ignoreSessions, boolean waitForAllSessions) throws PartitionLifeCycleException
Gracefully shuts down the partition after handling inflight work; optionally ignores pending HTTP sessions while handling inflight work.
The following inflight work is allowed to complete before shutdown:
Pending transaction's and TLOG checkpoint
Pending HTTP sessions
Pending JMS work
Pending work in the execute queues
RMI requests with transaction context
Further administrative calls are accepted while the partition is completing inflight work. For example, a forceShutdown command can be issued to quickly shutdown the partition if graceful shutdown is taking too long to complete.
timeout
- Number of seconds to wait before aborting
inflight work and shutting down the partition.ignoreSessions
- true
indicates ignore pending
HTTP sessions during inflight work handling.waitForAllSessions
- true
indicates waiting for
all HTTP sessions during inflight work handling; false
indicates
waiting for non-persisted HTTP sessions only.PartitionLifeCycleException
- Thrown if the partition cannot
gracefully shutdown. Use the forceShutdown command to shutdown the partition.void shutdown(int timeout, boolean ignoreSessions) throws PartitionLifeCycleException
Gracefully shuts down the partition after handling inflight work.
This method is same to call: shutdown(timeout, ignoreSessions, false);
timeout
- ignoreSessions
- PartitionLifeCycleException
shutdown(int, boolean, boolean)
void shutdown() throws PartitionLifeCycleException
Gracefully shuts down the partition after handling inflight work.
PartitionLifeCycleException
shutdown(int, boolean, boolean)
void halt() throws PartitionLifeCycleException
Halts the partition.
PartitionLifeCycleException
void forceShutdown() throws PartitionLifeCycleException
Force shutdown the partition. Causes the partition to reject new requests and fail pending requests.
PartitionLifeCycleException
- Thrown when the partition cannot
force shutdown due to a fatal exception. Even after this exception is
thrown indicating failure the partition exits after PartitionLifeCycleTimeoutVal
seconds defined in the PartitionMBean.void startResourceGroup(java.lang.String resourceGroupName) throws ResourceGroupLifecycleException
starts the resource group.
resourceGroupName
- The resource group nameResourceGroupLifecycleException
- resource group failed to start.void startResourceGroupInAdmin(java.lang.String resourceGroupName) throws ResourceGroupLifecycleException
Starts the resource group in ADMIN state. Applications and resources are
fully available to administrators in ADMIN
state.
Non-admin users are denied access to applications and resources
resourceGroupName
- ResourceGroupLifecycleException
- resource group failed to start in admin mode.void suspendResourceGroup(java.lang.String resourceGroupName, int timeout, boolean ignoreSessions) throws ResourceGroupLifecycleException
Suspends resource group. Denies new requests except by privileged users.
Allows pending requests to complete. This operation transitions the
partition into ADMIN
state. Applications and resources are
fully available to administrators in ADMIN
state.
Non-admin users are denied access to applications and resources
resourceGroupName
- timeout
- ignoreSessions
- ResourceGroupLifecycleException
void suspendResourceGroup(java.lang.String resourceGroupName) throws ResourceGroupLifecycleException
Suspends resource group. Denies new requests except by privileged users.
Allows pending requests to complete. This operation transitions the
partition into ADMIN
state. Applications and resources are
fully available to administrators in ADMIN
state.
Non-admin users are denied access to applications and resources
resourceGroupName
- ResourceGroupLifecycleException
suspendResourceGroup(String, int, boolean)
void forceSuspendResourceGroup(java.lang.String resourceGroupName) throws ResourceGroupLifecycleException
Transitions the resource group from RUNNING
to ADMIN
state forcefully cancelling inflight work.
Work that cannot be cancelled is dropped. Applications are
brought into the admin mode. This forcefully
suspends the resource group and transitions it ADMIN
state.
resourceGroupName
- ResourceGroupLifecycleException
- partition failed to force suspend.
A forceShutdown()
operation can be invoked.void resumeResourceGroup(java.lang.String resourceGroupName) throws ResourceGroupLifecycleException
Resume suspended resource group. Allow new requests. This operation transitions
the resource group into RUNNING
state.
resourceGroupName
- ResourceGroupLifecycleException
- if this operation fails to complete.
The resource group transitions back to the previous state from which this operation
was invoked. For example, if the resource group was in the ADMIN
state before
this operation, it returns to the ADMIN
state if
resume fails.void forceShutdownResourceGroup(java.lang.String resourceGroupName) throws ResourceGroupLifecycleException
Force shutdown the resource group. Causes the resource group to reject new requests and fail pending requests.
resourceGroupName
- ResourceGroupLifecycleException
- Thrown when the resource group cannot
force shutdown due to a fatal exception. Even after this exception is
thrown indicating failure the partition exits after PartitionLifeCycleTimeoutVal
seconds defined in the PartitionMBean.void shutdownResourceGroup(java.lang.String resourceGroupName, int timeout, boolean ignoreSessions, boolean waitForAllSessions) throws ResourceGroupLifecycleException
Gracefully shuts down the partition after handling inflight work. Optionally, ignores pending HTTP sessions while handling inflight work.
The following inflight work is allowed to complete before shutdown:
Further administrative calls are accepted while the server is completing inflight work. For example a forceShutdown command can be issued to quickly shutdown the partition if graceful shutdown takes a long time.
resourceGroupName
- timeout
- Number of seconds to wait before aborting
inflight work and shutting down the partition.ignoreSessions
- true
indicates ignore pending
HTTP sessions during inflight work handling.waitForAllSessions
- true
indicates waiting for
all HTTP sessions during inflight work handling; false
indicates
waiting for non-persisted HTTP sessions only.PartitionLifeCycleException
- Thrown if the partition cannot
gracefully shutdown. Use the forceShutdown command to shutdown the server.ResourceGroupLifecycleException
void shutdownResourceGroup(java.lang.String resourceGroupName, int timeout, boolean ignoreSessions) throws ResourceGroupLifecycleException
Gracefully shuts down the partition after handling inflight work.
This method is same to call: shutdown(timeout, ignoreSessions, false);
resourceGroupName
- timeout
- ignoreSessions
- ResourceGroupLifecycleException
shutdownResourceGroup(String, int, boolean, boolean)
void shutdownResourceGroup(java.lang.String resourceGroupName) throws ResourceGroupLifecycleException
Gracefully shuts down the resource group after handling inflight work.
resourceGroupName
- ResourceGroupLifecycleException
shutdownResourceGroup(String, int, boolean, boolean)
java.lang.String getRgState(java.lang.String resourceGroupName) throws ResourceGroupLifecycleException
The current state of the named resource group MBean
resourceGroupName
- the resource group nameResourceGroupLifecycleException
WseeClusterFrontEndRuntimeMBean getWseeClusterFrontEndRuntime()
HealthState getOverallHealthState()
The aggregate health state of the partition as reported by components within the partition
HealthState
javax.management.openmbean.CompositeData getOverallHealthStateJMX() throws javax.management.openmbean.OpenDataException
javax.management.openmbean.OpenDataException
getOverallHealthState()
,
HealthState
boolean isRestartRequired()
Indicates whether the partition must be restarted in order to activate configuration changes.
HealthState[] getSubsystemHealthStates()
javax.management.openmbean.CompositeData[] getSubsystemHealthStatesJMX() throws javax.management.openmbean.OpenDataException
javax.management.openmbean.OpenDataException