Interface Jsr309ConfigurationBean
- All Superinterfaces:
weblogic.descriptor.DescriptorBean,Jsr309BaseBean,weblogic.descriptor.SettableBean
The root Driver configuration bean interface.
- Author:
- Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptioncreateMsControlFactory(String name) Creates a MsControlFactoryBean using a given bean name.voidDestroys the the specific MsControlFactoryBean from the MBean tree.Gets All MsControlFactories.lookupMsControlFactory(String name) Gets a MsControlFactoryBean using a given bean name.Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListenerMethods inherited from interface oracle.sdp.jsr309.configuration.beans.Jsr309BaseBean
getName, setNameMethods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
-
Method Details
-
getMsControlFactories
MsControlFactoryBean[] getMsControlFactories()Gets All MsControlFactories.- Returns:
- MsControlFactoryBeans
-
createMsControlFactory
Creates a MsControlFactoryBean using a given bean name.- Parameters:
name- MsControlFactory name- Returns:
- MsControlFactoryBean
-
lookupMsControlFactory
Gets a MsControlFactoryBean using a given bean name.- Parameters:
name- MsControlFactory name- Returns:
- MsControlFactoryBean
-
destroyMsControlFactory
Destroys the the specific MsControlFactoryBean from the MBean tree.- Parameters:
factory- MsControlFactoryBean
-