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.
If you use the getMBeanInfo
operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.j2ee.descriptor.wl.WeblogicApplicationBean
No factory methods. Instances of this MBean are created automatically.
This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
Factory Methods | createApplicationAdminModeTrigger
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | ApplicationAdminModeTriggerBean |
Factory Methods | createApplicationParam
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | ApplicationParamBean[] |
Factory Methods | createCapacity
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | CapacityBean[] |
Factory Methods | createClassloaderStructure
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | ClassloaderStructureBean |
Factory Methods | createContextRequest
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | ContextRequestClassBean[] |
Factory Methods | createEjb
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | EjbBean |
Factory Methods | createFairShareRequest
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | FairShareRequestClassBean[] |
Factory Methods | createJDBCConnectionPool
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | JDBCConnectionPoolBean[] |
Factory Methods | createLibraryRef
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | LibraryRefBean[] |
Factory Methods | createListener
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | ListenerBean[] |
Factory Methods | createMaxThreadsConstraint
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | MaxThreadsConstraintBean[] |
Factory Methods | createMinThreadsConstraint
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | MinThreadsConstraintBean[] |
Factory Methods | createModule
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | WeblogicModuleBean[] |
Factory Methods | createResponseTimeRequest
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | ResponseTimeRequestClassBean[] |
Factory Methods | createSecurity
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | SecurityBean |
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | SessionDescriptorBean |
Factory Methods | createShutdown
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | ShutdownBean[] |
Factory Methods | createStartup
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | StartupBean[] |
Factory Methods | createWorkManager
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | WorkManagerBean[] |
Factory Methods | createXml
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | XmlBean |
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
|
java.lang.IllegalArgumentException
Restore the given property to its default value.
Operation Name | "unSet" |
Parameters | Object [] {
propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
java.lang.IllegalArgumentException