BEA Systems, Inc.

WebLogic Server 8.1 API Reference

Uses of Interface
weblogic.management.configuration.ConfigurationMBean

Packages that use ConfigurationMBean
weblogic.management Provides for the configuration, control and monitoring of a WebLogic Domain. 
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
weblogic.management.deploy Provides for deploying applications and standalone modules to server instances and clusters in a WebLogic Server domain. 
 

Uses of ConfigurationMBean in weblogic.management
 

Uses of ConfigurationMBean in weblogic.management.configuration
 

Subinterfaces of ConfigurationMBean in weblogic.management.configuration
 interface AdminServerMBean
          The MBean representing the Admininistration Server.
 interface ApplicationMBean
          An application represents a J2EE application contained in an EAR file or EAR directory.
 interface BridgeDestinationCommonMBean
          This class represents a bridge destination for a WebLogic messaging bridge.
 interface BridgeDestinationMBean
          This class represents a messaging bridge destination for non-JMS messaging products.
 interface ClusterMBean
          This bean represents a cluster in the domain.
 interface COMMBean
          This bean represents the server-wide configuration of COM
 interface ComponentMBean
          A component is a specific type deployment that is part of a J2EE application (see ApplicationMBean).
 interface ConnectorComponentMBean
          This bean defines a Resource Adapter.
 interface DeploymentMBean
          A Deployment is any MBean that may be deployed on one or more targets, such as a Component, a Web Server personality, a JMS Front-end or back-end or a JDBC connection pool.
 interface DomainLogFilterMBean
          This MBean represents a filter to qualify log messages which are logged to the domain logfile.
 interface DomainMBean
          A WebLogic Domain.
 interface EJBComponentMBean
          The top level interface for all configuration information that WebLogic Server maintains for an EJB module.
 interface EJBContainerMBean
          This MBean is used to specify EJB container-wide settings.
 interface ExecuteQueueMBean
          This bean is used to configure an execute queue and its associated thread pool.
 interface ForeignJMSConnectionFactoryMBean
          This class represents a JMS connection factory that resides on another server, and is accessed via JNDI.
 interface ForeignJMSDestinationMBean
          This class represents a JMS destination that may be found on a remote server.
 interface ForeignJMSServerMBean
          This class represents a JNDI provider that is outside the WebLogic JMS server.
 interface IIOPMBean
          Configuration for IIOP properties.
 interface JDBCConnectionPoolMBean
          This bean defines a JDBC connection pool.
 interface JDBCDataSourceFactoryMBean
          This MBean represents the object used to create DataSources that applications use to access application-scoped JDBC connection pools.
 interface JDBCDataSourceMBean
          This MBean defines a non-transactional JDBC DataSource.
 interface JDBCMultiPoolMBean
          This MBean represents a JDBC Multipool, which is a pool of JDBC connection pools.
 interface JDBCTxDataSourceMBean
          This MBean defines a transaction-enabled JDBC DataSource.
 interface JMSBridgeDestinationMBean
          This class represents a messaging bridge destination for a JMS messaging product.
 interface JMSConnectionConsumerMBean
          This class defines a JMS connection consumer, which is a JMS destination (queue or topic) that retrieves server sessions and processes messages.
 interface JMSConnectionFactoryMBean
          This class represents a JMS connection factory.
 interface JMSDestCommonMBean
          This class represents common JMS destination and JMS template methods.
 interface JMSDestinationKeyMBean
          This class represents a key value for a destination, which is used to define the sort order of messages as they arrive on a destination.
 interface JMSDestinationMBean
          This class represents a JMS destination, which identifies a queue (Point-To-Point) or a topic (Pub/Sub) for a JMS server.
 interface JMSDistributedDestinationMBean
          This class represents a JMS distributed destination, which is comprised of multiple physical JMS destinations (topics or queues) as members of a single distributed set of destinations that can be served by multiple WebLogic Server instances within a cluster.
 interface JMSDistributedDestinationMemberMBean
          This class represents a JMS distributed destination member, which represents a physical JMS destination (topic or queue) as a member of a single distributed set of destinations that can be served by multiple WebLogic Server instances within a cluster.
 interface JMSDistributedQueueMBean
          This class represents a JMS distributed queue, which is comprised of multiple physical JMS queues as members of a single distributed set of queues that can be served by multiple WebLogic Server instances within a cluster.
 interface JMSDistributedQueueMemberMBean
          This class represents a JMS distributed queue member, which represents a physical JMS queue as a member of a single distributed set of queues that can be served by multiple WebLogic Server instances within a cluster.
 interface JMSDistributedTopicMBean
          This class represents a JMS distributed topic, which is comprised of multiple physical JMS topics as members of a single distributed set of topics that can be served by multiple WebLogic Server instances within a cluster.
 interface JMSDistributedTopicMemberMBean
          This class represents a JMS distributed topic member, which represents a physical JMS topic as a member of single distributed set of topics that can be served by multiple WebLogic Server instances within a cluster.
 interface JMSFileStoreMBean
          This class represents a disk-based JMS file store that stores persistent messages and durable subscribers in a file-system directory.
 interface JMSJDBCStoreMBean
          This class represents a JMS JDBC store for storing persistent messages and durable subscribers in a JDBC-accessible database.
 interface JMSQueueMBean
          This class represents a JMS queue (Point-To-Point) destination for a JMS server.
 interface JMSServerMBean
          This class represents a JMS server.
 interface JMSSessionPoolMBean
          This class represents a JMS session pool, a server-managed pool of server sessions that enables an application to process messages concurrently.
 interface JMSStoreMBean
          This class represents a JMS persistent store, which is a physical repository for storing persistent message data.
 interface JMSTemplateMBean
          This class represents a JMS template, which provides an efficient means of defining multiple destinations (queues and topics) with similar attribute settings.
 interface JMSTopicMBean
          This class represents a JMS topic (Pub/Sub) destination for a JMS server.
 interface JMSVirtualDestinationMBean
          This class represents a virtual destination.
 interface JTAMBean
          This interface provides access to the JTA configuration attributes.
 interface KernelMBean
          This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.
 interface LogMBean
          Configures the location, file-rotation criteria, and number of files that a WebLogic Server uses to store log messages.
 interface MachineMBean
          This bean represents a machine on which servers may be booted.
 interface MailSessionMBean
          The MBean for a MailSession resource manager connection factory.
 interface MessagingBridgeMBean
          This class represents a WebLogic messaging bridge, which enables you to configure a forwarding mechanism between any two messaging products--thereby, providing interoperability between separate implementations of WebLogic JMS or between WebLogic JMS and another messaging product.
 interface NetworkAccessPointMBean
          A server can specifiy additional network connections by using a NetworkAccessPointMBean.
 interface NetworkChannelMBean
          Deprecated.  
 interface NodeManagerMBean
          This bean is represents a NodeManager that is associated with a machine.
 interface RMCFactoryMBean
          An RMCFactoryMBean represents a J2EE resource manager connection factory in a J2EE app.
 interface SecurityConfigurationMBean
          Provides domain-wide security configuration information.
 interface SecurityMBean
          Specifies the security properties of a WebLogic domain.
 interface ServerMBean
          This class represents a WebLogic Server.
 interface ServerStartMBean
          This bean is used to configure the attributes necessary to start up a server on a remote machine.
 interface ShutdownClassMBean
          Provides methods for configuring a shutdown class.
 interface SNMPAgentMBean
          The MBean representing the SNMP Agent Configuration.
 interface SNMPAttributeChangeMBean
          This class describes the settings to receive mbean-attribute change trap.
 interface SNMPCounterMonitorMBean
          This class describes the criteria for a Counter-based Monitor.
 interface SNMPGaugeMonitorMBean
          This class describes the criteria for a Gauge-based Monitor.
 interface SNMPJMXMonitorMBean
          This is a base class for Monitor based trap configration MBeans : SNMPCounterMonitorMBean, SNMPStringMonitorMBean and SNMPGaugeMonitorMBean.
 interface SNMPLogFilterMBean
          This MBean represents a filter to qualify log messages which are logged to the server logfile.
 interface SNMPProxyMBean
          The MBean representing the SNMP agents to be proxied by the current one.
 interface SNMPStringMonitorMBean
          This class describes the criteria for a String-based Monitor.
 interface SNMPTrapDestinationMBean
          This MBean describes all the destinations to which SNMP traps can be sent.
 interface SNMPTrapSourceMBean
          This MBean is the base of SNMP TRAP related config MBeans.
 interface SSLMBean
          This MBean represents the configuration of the SSL protocol for version 6.x and version 7.0 WebLogic Server deployments.
 interface StartupClassMBean
          Provides methods that configure startup classes.
 interface TargetMBean
          A tagging interface that designate a class that implements it as a target for deployment of a component.
 interface VirtualDestinationMBean
          This class represents a virtual destination.
 interface VirtualHostMBean
          This bean represents the configuration of virtual web server within a weblogic server.
 interface WebAppComponentMBean
          Provides methods for configuring a J2EE web application that is deployed on a WebLogic Server instance.
 interface WebDeploymentMBean
          A Web Deployment is any MBean that may be deployed on one or more target or WebServers.
 interface WebServerMBean
          This bean represents the configuration of virtual web server within a weblogic server.
 interface WebServiceComponentMBean
          Provides the interface used to configure a Web service that is deployed on a WebLogic Server instance.
 interface WLECConnectionPoolMBean
          This bean defines a WLEC connection pool.
 interface WSReliableDeliveryPolicyMBean
          This class represents the reliable messaging delivery policy for the current WebLogic Server as both a sender and a receiver of a reliable SOAP message to and from a Web service running on a different WebLogic Server.
 interface WTCExportMBean
          This interface provides access to the WTC export configuration attributes.
 interface WTCImportMBean
          This interface provides access to the WTC import configuration attributes.
 interface WTCLocalTuxDomMBean
          This interface provides access to the WTC local Tuxedo Domain configuration attributes.
 interface WTCPasswordMBean
          This interface provides access to the WTC password configuration attributes.
 interface WTCRemoteTuxDomMBean
          This interface provides access to the WTC remote Tuxedo Domain configuration attributes.
 interface WTCResourcesMBean
          This interface provides access to the WTC resources configuration attributes.
 interface WTCServerMBean
          This MBean defines a WTC Server.
 interface WTCtBridgeGlobalMBean
          This interface provides access to the WTC tBridge Global configuration attributes.
 interface WTCtBridgeRedirectMBean
          This interface provides access to the WTC tBridge Redirect configuration attributes.
 interface XMLEntityCacheMBean
          Configure the behavior of JAXP (Java API for XML Parsing) in the server.
 interface XMLEntitySpecRegistryEntryMBean
          This is an entry in the XML registry.
 interface XMLParserSelectRegistryEntryMBean
          This is an entry in the XML registry.
 interface XMLRegistryEntryMBean
          Deprecated. as of WebLogic Server 7.0, replaced by XMLRegistryMBean.
 interface XMLRegistryMBean
          Configure the behavior of JAXP (Java API for XML Parsing) in the server.
 

Uses of ConfigurationMBean in weblogic.management.deploy
 


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