Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


oracle.sdp.jsr309.configuration.beans
Interface Jsr309ConfigurationBean

All Superinterfaces:
weblogic.descriptor.DescriptorBean, Jsr309BaseBean, weblogic.descriptor.SettableBean

public interface Jsr309ConfigurationBean
extends Jsr309BaseBean

The root Driver configuration bean interface.

xsdgen:complexType.targetNamespace="http://www.oracle.com/ns/occas/sdp/jsr309/100"


Method Summary
 MsControlFactoryBean createMsControlFactory(java.lang.String name)
          Create a MsControlFactoryBean by a given bean name.
 void destroyMsControlFactory(MsControlFactoryBean factory)
          destroy the the specific MsControlFactoryBean from the MBean tree.
 MsControlFactoryBean[] getMsControlFactories()
          Get All MsControlFactories.
 MsControlFactoryBean lookupMsControlFactory(java.lang.String name)
          Get a MsControlFactoryBean by a given bean name.

 

Methods inherited from interface oracle.sdp.jsr309.configuration.beans.Jsr309BaseBean
getName, setName

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet

 

Method Detail

getMsControlFactories

MsControlFactoryBean[] getMsControlFactories()
Get All MsControlFactories.
Returns:
MsControlFactoryBeans

createMsControlFactory

MsControlFactoryBean createMsControlFactory(java.lang.String name)
Create a MsControlFactoryBean by a given bean name.
Parameters:
name - MsControlFactory name
Returns:
MsControlFactoryBean

lookupMsControlFactory

MsControlFactoryBean lookupMsControlFactory(java.lang.String name)
Get a MsControlFactoryBean by a given bean name.
Parameters:
name - MsControlFactory name
Returns:
MsControlFactoryBean

destroyMsControlFactory

void destroyMsControlFactory(MsControlFactoryBean factory)
destroy the the specific MsControlFactoryBean from the MBean tree.
Parameters:
factory - MsControlFactoryBean

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.