WeblogicApplicationBean


Overview  |   Related 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 NameIf 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.


Related MBeans

This section describes attributes that provide access to other 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
Relationship type: Containment.

ApplicationParams

       
Factory MethodscreateApplicationParam ( )

destroyApplicationParam (ApplicationParamBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeApplicationParamBean[]
Relationship type: Containment.

Capacities

       
Factory MethodscreateCapacity ( )

destroyCapacity (CapacityBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeCapacityBean[]
Relationship type: Containment.

ClassloaderStructure

       
Factory MethodscreateClassloaderStructure ( )

destroyClassloaderStructure (ClassloaderStructureBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeClassloaderStructureBean
Relationship type: Containment.

ContextRequests

       
Factory MethodscreateContextRequest ( )

destroyContextRequest (ContextRequestClassBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeContextRequestClassBean[]
Relationship type: Containment.

Ejb

       
Factory MethodscreateEjb ( )

destroyEjb (EjbBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeEjbBean
Relationship type: Containment.

FairShareRequests

       
Factory MethodscreateFairShareRequest ( )

destroyFairShareRequest (FairShareRequestClassBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeFairShareRequestClassBean[]
Relationship type: Containment.

JDBCConnectionPools

       
Factory MethodscreateJDBCConnectionPool ( )

destroyJDBCConnectionPool (JDBCConnectionPoolBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeJDBCConnectionPoolBean[]
Relationship type: Containment.

LibraryRefs

       
Factory MethodscreateLibraryRef ( )

destroyLibraryRef (LibraryRefBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeLibraryRefBean[]
Relationship type: Containment.

Listeners

       
Factory MethodscreateListener ( )

destroyListener (ListenerBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeListenerBean[]
Relationship type: Containment.

MaxThreadsConstraints

       
Factory MethodscreateMaxThreadsConstraint ( )

destroyMaxThreadsConstraint (MaxThreadsConstraintBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeMaxThreadsConstraintBean[]
Relationship type: Containment.

MinThreadsConstraints

       
Factory MethodscreateMinThreadsConstraint ( )

destroyMinThreadsConstraint (MinThreadsConstraintBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeMinThreadsConstraintBean[]
Relationship type: Containment.

Modules

       
Factory MethodscreateModule ( )

destroyModule (WeblogicModuleBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeWeblogicModuleBean[]
Relationship type: Containment.

ResponseTimeRequests

       
Factory MethodscreateResponseTimeRequest ( )

destroyResponseTimeRequest (ResponseTimeRequestClassBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeResponseTimeRequestClassBean[]
Relationship type: Containment.

Security

       
Factory MethodscreateSecurity ( )

destroySecurity (SecurityBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeSecurityBean
Relationship type: Containment.

SessionDescriptor

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

Shutdowns

       
Factory MethodscreateShutdown ( )

destroyShutdown (ShutdownBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeShutdownBean[]
Relationship type: Containment.

Startups

       
Factory MethodscreateStartup ( )

destroyStartup (StartupBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeStartupBean[]
Relationship type: Containment.

WorkManagers

       
Factory MethodscreateWorkManager ( )

destroyWorkManager (WorkManagerBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeWorkManagerBean[]
Relationship type: Containment.

Xml

       
Factory MethodscreateXml ( )

destroyXml (XmlBean )

Factory methods do not return objects.

See Using factory methods.

Privileges Read only
TypeXmlBean
Relationship type: Containment.


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
    • java.lang.IllegalArgumentException
      IllegalArgumentException if propertyName is not a recognized property

    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
    • java.lang.IllegalArgumentException
      UnsupportedOperationException if called on a runtime implementation.