Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
12c Release 1 (12.1.1)

Part Number E24395-02

weblogic.management.configuration
Interface LibraryMBean

All Superinterfaces:
AppDeploymentMBean

public interface LibraryMBean
extends AppDeploymentMBean

Configuration bean for Libraries.

Deprecation of MBeanHome and Type-Safe Interfaces

This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX."

Access limited to the following security roles:
Deployer

Field Summary
 
Fields inherited from interface weblogic.management.configuration.AppDeploymentMBean
DEFAULT_STAGE, EXTERNAL_STAGE, NO_STAGE, STAGE
 
Method Summary
 
Methods inherited from interface weblogic.management.configuration.AppDeploymentMBean
getAbsoluteInstallDir, getAbsolutePlanDir, getAbsolutePlanPath, getAbsoluteSourcePath, getApplicationIdentifier, getApplicationName, getDeploymentPlan, getDeploymentPlanExternalDescriptors, getInstallDir, getPlanDir, getPlanPath, getSecurityDDModel, getSourcePath, getStagingMode, getVersionIdentifier, isValidateDDSecurityData, setValidateDDSecurityData
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
12c Release 1 (12.1.1)

Part Number E24395-02