BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)


Uses of Interface
weblogic.management.configuration.SAFAgentMBean

Packages that use SAFAgentMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

Uses of SAFAgentMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return SAFAgentMBean
 SAFAgentMBean[] DomainMBean.getSAFAgents()
          Get SAFAgentMBean for this Domain
 SAFAgentMBean DomainMBean.createSAFAgent(String name)
          Factory method to create SAFAgent object
 SAFAgentMBean DomainMBean.lookupSAFAgent(String name)
           
 

Methods in weblogic.management.configuration with parameters of type SAFAgentMBean
static void JMSLegalHelper.validateSAFAgent(SAFAgentMBean bean)
          Verify a SAF agent the same way that "validateJMSServer" validates a JMS server, by making sure the agent and its targeted store match.
static void JMSLegalHelper.validateServerBytesValues(SAFAgentMBean bean)
          Verify that the bytes threshold and bytes quota values are all valid.
static void JMSLegalHelper.validateServerMessagesValues(SAFAgentMBean bean)
          Verify that the messages threshold and messages quota values are all valid.
static void JMSLegalHelper.validateRetryBaseAndMax(SAFAgentMBean bean)
           
 void DomainMBean.destroySAFAgent(SAFAgentMBean sAFAgent)
          Removes a SAFAgent from this domain
 


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