javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, java.rmi.Remote
, RuntimeMBean
, ServerLifeCycleTaskStatus
, TaskRuntimeMBean
, WebLogicMBean
CoherenceServerLifeCycleTaskRuntimeMBean
, SystemComponentLifeCycleTaskRuntimeMBean
public interface ServerLifeCycleTaskRuntimeMBean extends TaskRuntimeMBean, ServerLifeCycleTaskStatus, java.rmi.Remote
Exposes monitoring information about a server's lifecycle. Remote clients as well as clients running within a server can access this information.
An operation (task) to change a server's state will fork a separate thread to perform the actual work and immediately return an instance of this MBean to the caller. The caller can then use this MBean to track the task's progress as desired.
COMPLETED, FAILED, TASK_IN_PROGRESS
PROGRESS_FAILED, PROGRESS_PENDING, PROGRESS_PROCESSING, PROGRESS_SUCCESS
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getOperation() |
Gets the name of the method that was invoked on the ServerLifeCycleRuntime
to initiate this task.
|
java.lang.String |
getServerName() |
The name of the server.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
cancel, getBeginTime, getDescription, getEndTime, getError, getParentTask, getProgress, getStatus, getSubTasks, isRunning, isSystemTask, setSystemTask
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent