Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Package weblogic.management

Provides for the configuration, control and monitoring of a WebLogic Domain.

See:
          Description

Interface Summary
MBeanHome Deprecated. 9.0.0.0 Replaced by standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime.
RemoteMBeanServer Deprecated.  
RemoteNotificationListener Deprecated.  
TargetAvailabilityStatus Deprecated. 9.0.0.0 Replaced by AppRuntimeStateRuntimeMBean
 

Class Summary
AttributeAddNotification Deprecated. 9.0.0.0
AttributeRemoveNotification Deprecated. 9.0.0.0
DeferredDeploymentException Deprecated.  
DeploymentException Exceptions thrown during the deployment process.
DeploymentNotification Deprecated. since WLS 9.0 .
DeploymentNotificationFilter  
DistributedAttributeUpdateException Deprecated.  
DistributedOperationUpdateException Deprecated.  
DistributedUpdateException This exception is the super-exception for exception that occured while propagating an updated from the Admin Server to a specific Managed Server.
EncryptionHelper This class contains convenience methods for accessing encrypted MBean attributes.
Helper Deprecated.  
UndeploymentException Top-level exception for application undeployment exception.
 

Exception Summary
CompatibilityException This exception is used to indicate some compatibility issue
ManagementRuntimeException This class is used to indicate a runtime error in the Management Subsytem of WebLogic Server.
 

Package weblogic.management Description

Provides for the configuration, control and monitoring of a WebLogic Domain.

It provides the public type-safe interfaces that are used by the console, command line tools, and the server lifecycle classes to obtain access to the description of a WebLogic Domain. It extends the standard JMX (Java Management Extensisons) API with additional capabilities to support the management of a collection of servers in separate JVMs.

The most prominent extension is the ability to obtain an RMI interface to the JMX server via the WLS JNDI tree. This process is simplified by the Helper which determines the proper lookup names and returns the approriate objects for the specified server. This method is used by client to gain access to a remote JMX server.

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


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 API Reference
11g Release 1 (10.3.6)

Part Number E13941-06