|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-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(String name)Create MsFactoryPropertyBean by name. |
void |
destroyProperty(MsFactoryPropertyBean property)Destroy MsFactoryPropertyBean. |
String |
getDriverName()A driver that the factory connects to. |
String |
getJndiName()The JNDI path to where this factory is bound. |
String |
getName()A unique factory name that identifies this factory in the WebLogic domain. |
MsFactoryPropertyBean[] |
getProperties()Driver Properties. |
MsFactoryPropertyBean |
lookupProperty(String name)Get MsFactoryPropertyBean by name. |
void |
setDriverName(String name)Set Driver Name. |
void |
setJndiName(String name)Set JNDI Name. |
void |
setName(String name)Sets the value of the Name attribute. |
| Method Detail |
|---|
MsFactoryPropertyBean createProperty(String name)
name - Property nameMsFactoryPropertyBean lookupProperty(String name)
name - Property namevoid destroyProperty(MsFactoryPropertyBean property)
property - MsFactoryPropertyBeanString getName()
void setName(String name)
Sets the value of the Name attribute.
Set the factory name.name - factory namegetName()MsFactoryPropertyBean[] getProperties()
String getJndiName()
void setJndiName(String name)
name - JndiName nameString getDriverName()
void setDriverName(String name)
name - DriverName name
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.