BEA Systems, Inc.

WebLogic Server 8.1 API Reference

Package weblogic.management

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

See:
          Description

Interface Summary
MBeanHome There are 2 interfaces to access MBeans:
RemoteMBeanServer A remove version of a standard MBeanServer.
RemoteNotificationListener This interface is a remote version of the standard JMX NotificationListener interface.
WebLogicMBean The super interface for all MBeans.
 

Class Summary
AttributeAddNotification This notification provides support for adding a value to an attribute of an MBean when that attribute is a type array.
AttributeRemoveNotification This notification provides support for removing a value from an attribute of an MBean when that attribute is a type array.
ConfigurationCache Utility class to purge cached config.xml for MSIEnabled Managed Servers
DeploymentNotification Defines a management notification of deployment events.
DeploymentNotificationFilter  
Helper A utility class that simplifies acquiring the MBeanHome object for either the entire adminstrative domain or for a particular managed server.
WebLogicObjectName The WebLogic Server Management API distinguishes between three types of MBeans:
 

Exception Summary
AbortDeploymentException AbortDeploymentException can be thrown by a DeploymentHandler when the deployment process cannot go on further and the server needs to exit.
AdminServerReconnectException Title: WebLogic Development
ApplicationException  
CompatibilityException This exception is used to indicate some compatibility issue
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.
InvalidAttributeValuesException The values specified are not valid.
ManagedServerLocator.DisconnectedManagedServerNotFound  
ManagementException The top-level management exception.
ManagementRuntimeException Title: WebLogic Development
MBeanCreationException Exception generated during the creation of an MBean.
NoAccessException The Access violation exception on Management targets.
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 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.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b