Provides methods that transition system component from one state to another. This class is instantiated only on the Administration Server, but you can use it to transition the states of all managed system component servers.
To start system components, you must first configure a Node Manager on each component's host machine.
Since | 12.1.2.0 | ||
Security roles | The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
|
||
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.SystemComponentLifeCycleRuntimeMBean
|
||
Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
Access Points |
You can access this MBean from the following MBean attributes:
|
||
Access Points Inherited from RuntimeMBean |
Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:
|
This section describes attributes that provide access to other MBeans.
|
Gets pre-existing server life cycle tasks.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Lookup Operation | lookupTask(String name)
Returns a |
Privileges | Read only |
Type | SystemComponentLifeCycleTaskRuntimeMBean[] |
Relationship type: | Containment. |
This section describes the following attributes:
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
The number of times the server has been restarted using the Node Manager since its creation. The first start does not count. The count is valid only if the Node Manager is used to start and restart the server every time.
Privileges | Read only |
Type | int |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
The current state of the server.
Server states are described in "Managing Server Startup and Shutdown for Oracle WebLogic Server."
Privileges | Read only |
Type | java.lang.String |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
Uses Node Manager to shut down a system component.
Operation Name | "shutdown" |
Parameters | Object [] { props }
where:
|
Signature | String [] {
"java.util.Properties" } |
Returns | SystemComponentLifeCycleTaskRuntimeMBean |
Exceptions |
|
Uses Node Manager to signal a system component for softRestart.
Operation Name | "softRestart" |
Parameters | Object [] { props }
where:
|
Signature | String [] {
"java.util.Properties" } |
Returns | SystemComponentLifeCycleTaskRuntimeMBean |
Exceptions |
|
Uses Node Manager to start a system component.
Operation Name | "start" |
Parameters | Object [] { props }
where:
|
Signature | String [] {
"java.util.Properties" } |
Returns | SystemComponentLifeCycleTaskRuntimeMBean |
Exceptions |
|