Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

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
WebLogicMBean The super interface for all WebLogic Server MBeans.
 

Class Summary
DeploymentNotification Deprecated. since WLS 9.0 .
DeploymentNotificationFilter  
EncryptionHelper This class contains convenience methods for accessing encrypted MBean attributes.
Helper Deprecated.  
WebLogicObjectName Deprecated. 9.0.0.0
 

Exception Summary
CompatibilityException This exception is used to indicate some compatibility issue
DeferredDeploymentException Deprecated.  
DeploymentException Exceptions thrown during the deployment process.
DistributedAttributeUpdateException Deprecated.  
DistributedManagementException This exception wraps a set of exceptions thrown when trying to update attributes over multiple managed servers in a WebLogic Domain.
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.
ManagementException The top-level management exception.
ManagementRuntimeException This class is used to indicate a runtime error in the Management Subsytem of WebLogic Server.
MBeanCreationException Exception generated during the creation of an MBean.
NoAccessRuntimeException This is the exception that is thrown when an atempt is made to access an MBean and the operation or attributes is not available for given the established identity.
UndeploymentException Top-level exception for application undeployment exception.
 

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, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02