|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sonicsw.ma.mgmtapi.config.impl.AbstractMgmtBeanFactory
com.sonicsw.ma.mgmtapi.config.MgmtBeanFactory
com.sonicsw.mf.mgmtapi.config.gen.AbstractMFMgmtBeanFactory
com.sonicsw.mf.mgmtapi.config.MFMgmtBeanFactory
com.sonicsw.xqimpl.mgmtapi.config.gen.AbstractXQMgmtBeanFactory
public class AbstractXQMgmtBeanFactory
| Constructor Summary | |
|---|---|
AbstractXQMgmtBeanFactory()
|
|
| Method Summary | |
|---|---|
IXQContainerBean |
createXQContainerBean(java.lang.String name)
Create a XQContainer bean with the specified name |
void |
deleteXQContainerBean(IXQContainerBean bean)
Delete the specified XQContainer bean |
IXQContainerBean |
getXQContainerBean(java.lang.String name)
Get the XQContainer bean with the specified name |
java.util.List |
getXQContainerBeanNames()
Get the names of all beans of type IXQContainer |
void |
saveXQContainerBean(IXQContainerBean bean)
Save the specified XQContainer bean |
| Methods inherited from class com.sonicsw.mf.mgmtapi.config.MFMgmtBeanFactory |
|---|
createComponentCollectionBean, createContainerCollectionBean, getAuthenticationDomainBeanNames, getComponentsRuntimeIDs, getContainersRuntimeIDs, getDeployedComponents, getDomainBean, getDomainBeanNames, saveContainerBean |
| Methods inherited from class com.sonicsw.ma.mgmtapi.config.impl.AbstractMgmtBeanFactory |
|---|
commit, connect, connect, connect, createBeanObject, createFolder, createFolder, createUniqueName, deleteBean, deleteBeans, deleteFolder, deleteFolderPath, disconnect, doesConfigurationNameExist, exportContainerBootConfiguration, exportDSBootConfiguration, flush, getBean, getConfigServer, getConfigServerUtility, getConfigurationNames, getConfigurations, getDomain, getFolderNames, getFolders, list, listConfigElements, listFolderElements, listFolders, loadBeansInDirectory, lookupReference, lookupValue, lookupValue, pathExists, rollback, saveBean, saveBeans, setFolderMetaAttributes |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractXQMgmtBeanFactory()
| Method Detail |
|---|
public IXQContainerBean createXQContainerBean(java.lang.String name)
throws MgmtException
name - the name of the new bean
MgmtException
public void deleteXQContainerBean(IXQContainerBean bean)
throws MgmtException
bean - the XQContainer bean to delete
MgmtException
public IXQContainerBean getXQContainerBean(java.lang.String name)
throws MgmtException
name - The name of the bean
MgmtException
public java.util.List getXQContainerBeanNames()
throws MgmtException
MgmtException
public void saveXQContainerBean(IXQContainerBean bean)
throws MgmtException
bean - the XQContainer bean to save
MgmtException
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||