BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.management.configuration.XMLRegistryEntryMBean

Packages that use XMLRegistryEntryMBean
weblogic.management.configuration   
 

Uses of XMLRegistryEntryMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return XMLRegistryEntryMBean
 XMLRegistryEntryMBean[] XMLRegistryMBean.getRegistryEntries()
          Deprecated.  
 XMLRegistryEntryMBean[] XMLRegistryMBean_CachingStub.getRegistryEntries()
          Getter for RegistryEntries
 

Methods in weblogic.management.configuration with parameters of type XMLRegistryEntryMBean
 boolean XMLRegistryMBean.addRegistryEntry(XMLRegistryEntryMBean entry)
          Deprecated.  
 boolean XMLRegistryMBean.removeRegistryEntry(XMLRegistryEntryMBean entry)
          Deprecated.  
 void XMLRegistryMBean.setRegistryEntries(XMLRegistryEntryMBean[] entries)
          Deprecated.  
 void XMLRegistryMBean_CachingStub.setRegistryEntries(XMLRegistryEntryMBean[] value)
          Setter for RegistryEntries
 boolean XMLRegistryMBean_CachingStub.removeRegistryEntry(XMLRegistryEntryMBean arg0)
          Operation removeRegistryEntry
 boolean XMLRegistryMBean_CachingStub.addRegistryEntry(XMLRegistryEntryMBean arg0)
          Operation addRegistryEntry
 

Constructors in weblogic.management.configuration with parameters of type XMLRegistryEntryMBean
XMLRegistryEntryMBean_CachingStub.XMLRegistryEntryMBean_CachingStub(XMLRegistryEntryMBean delegate, RemoteMBeanServer server)
           
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.