WeblogicApplicationBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

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.

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.WeblogicApplicationBean

Factory Methods

No factory methods. Instances of this MBean are created automatically.


Child MBeans

This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


ApplicationAdminModeTrigger

       
Factory MethodscreateApplicationAdminModeTrigger ( )

destroyApplicationAdminModeTrigger ( )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeApplicationAdminModeTriggerBean

ApplicationParams

       
Factory MethodscreateApplicationParam ( )

destroyApplicationParam (ApplicationParamBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeApplicationParamBean[]

Capacities

       
Factory MethodscreateCapacity ( )

destroyCapacity (CapacityBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeCapacityBean[]

ClassloaderStructure

       
Factory MethodscreateClassloaderStructure ( )

destroyClassloaderStructure (ClassloaderStructureBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeClassloaderStructureBean

ContextRequests

       
Factory MethodscreateContextRequest ( )

destroyContextRequest (ContextRequestClassBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeContextRequestClassBean[]

Ejb

       
Factory MethodscreateEjb ( )

destroyEjb (EjbBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeEjbBean

FairShareRequests

       
Factory MethodscreateFairShareRequest ( )

destroyFairShareRequest (FairShareRequestClassBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeFairShareRequestClassBean[]

JDBCConnectionPools

       
Factory MethodscreateJDBCConnectionPool ( )

destroyJDBCConnectionPool (JDBCConnectionPoolBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeJDBCConnectionPoolBean[]

LibraryRefs

       
Factory MethodscreateLibraryRef ( )

destroyLibraryRef (LibraryRefBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeLibraryRefBean[]

Listeners

       
Factory MethodscreateListener ( )

destroyListener (ListenerBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeListenerBean[]

MaxThreadsConstraints

       
Factory MethodscreateMaxThreadsConstraint ( )

destroyMaxThreadsConstraint (MaxThreadsConstraintBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeMaxThreadsConstraintBean[]

MinThreadsConstraints

       
Factory MethodscreateMinThreadsConstraint ( )

destroyMinThreadsConstraint (MinThreadsConstraintBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeMinThreadsConstraintBean[]

Modules

       
Factory MethodscreateModule ( )

destroyModule (WeblogicModuleBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeWeblogicModuleBean[]

ResponseTimeRequests

       
Factory MethodscreateResponseTimeRequest ( )

destroyResponseTimeRequest (ResponseTimeRequestClassBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeResponseTimeRequestClassBean[]

Security

       
Factory MethodscreateSecurity ( )

destroySecurity (SecurityBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeSecurityBean

SessionDescriptor

       
Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
Privileges Read only
TypeSessionDescriptorBean

Shutdowns

       
Factory MethodscreateShutdown ( )

destroyShutdown (ShutdownBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeShutdownBean[]

Startups

       
Factory MethodscreateStartup ( )

destroyStartup (StartupBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeStartupBean[]

WorkManagers

       
Factory MethodscreateWorkManager ( )

destroyWorkManager (WorkManagerBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeWorkManagerBean[]

Xml

       
Factory MethodscreateXml ( )

destroyXml (XmlBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeXmlBean


Operations

This section describes the following operations:


    isSet

    Return true if the given property has been explicitly set in this bean.

       
    Operation Name"isSet"
    ParametersObject [] {  propertyName }

    where:

    • propertyName is an object of type java.lang.String that specifies:

      property to check

    SignatureString [] { "java.lang.String" }
    Returns boolean

    Exceptions

    unSet

    Restore the given property to its default value.

       
    Operation Name"unSet"
    ParametersObject [] {  propertyName }

    where:

    • propertyName is an object of type java.lang.String that specifies:

      property to restore

    SignatureString [] { "java.lang.String" }
    Returns void

    Exceptions