|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MsControlFactoryBean
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 |
|---|
MsFactoryPropertyBean createProperty(java.lang.String name)
name - Property nameMsFactoryPropertyBean lookupProperty(java.lang.String name)
name - Property namevoid destroyProperty(MsFactoryPropertyBean property)
property - MsFactoryPropertyBeanjava.lang.String getName()
void setName(java.lang.String name)
Sets the value of the Name attribute.
Set the factory name.name - factory namegetName()MsFactoryPropertyBean[] getProperties()
java.lang.String getJndiName()
void setJndiName(java.lang.String name)
name - JndiName namejava.lang.String getDriverName()
void setDriverName(java.lang.String name)
name - DriverName name
|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||