Interface MsControlFactoryBean
- All Superinterfaces:
weblogic.descriptor.DescriptorBean,weblogic.descriptor.SettableBean
public interface MsControlFactoryBean
extends weblogic.descriptor.DescriptorBean
Media server control factory bean.
- Author:
- Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptioncreateProperty(String name) Creates a MsFactoryPropertyBean by name.voiddestroyProperty(MsFactoryPropertyBean property) Destroys a MsFactoryPropertyBean.A driver that the factory connects to.The JNDI path to where this factory is bound.getName()A unique factory name that identifies this factory in the WebLogic domain.Driver Properties.lookupProperty(String name) Gets a MsFactoryPropertyBean by name.voidsetDriverName(String name) Sets the Driver Name.voidsetJndiName(String name) Sets the JNDI Name.voidSets the value of the factory Name attribute.Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListenerMethods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
-
Method Details
-
createProperty
Creates a MsFactoryPropertyBean by name.- Parameters:
name- Property name- Returns:
- MsFactoryPropertyBean
-
lookupProperty
Gets a MsFactoryPropertyBean by name.- Parameters:
name- Property name- Returns:
- MsFactoryPropertyBean
-
destroyProperty
Destroys a MsFactoryPropertyBean.- Parameters:
property- MsFactoryPropertyBean
-
getName
String getName()A unique factory name that identifies this factory in the WebLogic domain.- Returns:
- name
-
setName
Sets the value of the factory Name attribute.- Parameters:
name- factory name- See Also:
-
getProperties
MsFactoryPropertyBean[] getProperties()Driver Properties. The properties can be modified and deleted. Also a new property can be added. Note: deleting the property, which is required by the driver, is not allowed.- Returns:
- Driver Properties
-
getJndiName
String getJndiName()The JNDI path to where this factory is bound.- Returns:
- JNDI Name
-
setJndiName
Sets the JNDI Name.- Parameters:
name- JndiName name
-
getDriverName
String getDriverName()A driver that the factory connects to.- Returns:
- Driver Name
-
setDriverName
Sets the Driver Name.- Parameters:
name- DriverName name
-