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 Details

    • createProperty

      MsFactoryPropertyBean createProperty(String name)
      Creates a MsFactoryPropertyBean by name.
      Parameters:
      name - Property name
      Returns:
      MsFactoryPropertyBean
    • lookupProperty

      MsFactoryPropertyBean lookupProperty(String name)
      Gets a MsFactoryPropertyBean by name.
      Parameters:
      name - Property name
      Returns:
      MsFactoryPropertyBean
    • destroyProperty

      void destroyProperty(MsFactoryPropertyBean property)
      Destroys a MsFactoryPropertyBean.
      Parameters:
      property - MsFactoryPropertyBean
    • getName

      String getName()
      A unique factory name that identifies this factory in the WebLogic domain.
      Returns:
      name
    • setName

      void setName(String name)
      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

      void setJndiName(String name)
      Sets the JNDI Name.
      Parameters:
      name - JndiName name
    • getDriverName

      String getDriverName()
      A driver that the factory connects to.
      Returns:
      Driver Name
    • setDriverName

      void setDriverName(String name)
      Sets the Driver Name.
      Parameters:
      name - DriverName name