Information for this MBean is available only at runtime.
To view information about this MBean, start the host WebLogic Server instance, then use WebLogic Scripting Tool in interactive mode. Or use some other MBean browser.
Since | 12.2.1.0.0 | ||
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.j2ee.descriptor.wl.ManagedScheduledExecutorServiceBean
|
||
Factory Methods | |||
Additional Access Points |
In addition to accessing this MBean by invoking a factory method, you can also access this MBean from the following MBean attributes:
|
||
Access Points Inherited from ManagedExecutorServiceBean |
Because this MBean extends or implements ManagedExecutorServiceBean, you can also access this MBean by retrieving ManagedExecutorServiceBeans. The following attributes contain ManagedExecutorServiceBeans and its subtypes:
|
This section describes the following attributes:
Privileges | Read/Write |
Type | java.lang.String |
Privileges | Read/Write |
Type | java.lang.String |
Privileges | Read/Write |
Type | int |
Default Value | 5 |
Minimum value | 1 |
Maximum value | 10 |
Privileges | Read/Write |
Type | int |
Default Value | 10 |
Maximum value | 65534 |
Privileges | Read/Write |
Type | java.lang.String |
This section describes the following operations:
|
Return true if the given property has been explicitly set in this bean.
Operation Name | "isSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Exceptions |
|
Restore the given property to its default value.
Operation Name | "unSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|