BEA Systems, Inc.

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
AttributeAddNotification Deprecated. 9.0.0.0
AttributeRemoveNotification Deprecated. 9.0.0.0
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
AbortDeploymentException AbortDeploymentException can be thrown by a DeploymentHandler when the deployment process cannot go on further and the server needs to exit.
ApplicationException  
CompatibilityException This exception is used to indicate some compatibility issue
DeferredDeploymentException Deprecated.  
DeploymentException Exceptions thrown during the deployment process.
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.
InvalidAttributeValuesException The values specified are not valid.
InvalidRedeployRequestException  
ManagementRuntimeException This class is used to indicate a runtime error in the Management Subsytem of WebLogic Server.
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.
 

Error Summary
ManagementError The top-level management 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" on http://www.oracle.com/technology/documentation/index.html.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.