Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


oracle.sdp.jsr309.configuration.beans
Interface MsControlFactoryBean

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

public interface MsControlFactoryBean
extends weblogic.descriptor.DescriptorBean

Media server control factory bean.


Method Summary
 MsFactoryPropertyBean createProperty(java.lang.String name)
          Create MsFactoryPropertyBean by name.
 void destroyProperty(MsFactoryPropertyBean property)
          Destroy MsFactoryPropertyBean.
 java.lang.String getDriverName()
          A driver that the factory connects to.
 java.lang.String getJndiName()
          The JNDI path to where this factory is bound.
 java.lang.String getName()
          A unique factory name that identifies this factory in the WebLogic domain.
 MsFactoryPropertyBean[] getProperties()
          Driver Properties.
 MsFactoryPropertyBean lookupProperty(java.lang.String name)
          Get MsFactoryPropertyBean by name.
 void setDriverName(java.lang.String name)
          Set Driver Name.
 void setJndiName(java.lang.String name)
          Set JNDI Name.
 void setName(java.lang.String name)
          Sets the value of the Name attribute.

 

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

createProperty

MsFactoryPropertyBean createProperty(java.lang.String name)
Create MsFactoryPropertyBean by name.
Parameters:
name - Property name
Returns:
MsFactoryPropertyBean

lookupProperty

MsFactoryPropertyBean lookupProperty(java.lang.String name)
Get MsFactoryPropertyBean by name.
Parameters:
name - Property name
Returns:
MsFactoryPropertyBean

destroyProperty

void destroyProperty(MsFactoryPropertyBean property)
Destroy MsFactoryPropertyBean.
Parameters:
property - MsFactoryPropertyBean

getName

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

setName

void setName(java.lang.String name)

Sets the value of the Name attribute.

Set the factory name.
Parameters:
name - factory name
See Also:
getName()

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, will not be acceptable.
Returns:
Driver Properties

getJndiName

java.lang.String getJndiName()
The JNDI path to where this factory is bound.
Returns:
JNDI Name

setJndiName

void setJndiName(java.lang.String name)
Set JNDI Name.
Parameters:
name - JndiName name

getDriverName

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

setDriverName

void setDriverName(java.lang.String name)
Set Driver Name.
Parameters:
name - DriverName name

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.