|
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.mq.mgmtapi.config.gen.AbstractMQMgmtBeanFactory
com.sonicsw.mq.mgmtapi.config.MQMgmtBeanFactory
public class MQMgmtBeanFactory
| Constructor Summary | |
|---|---|
MQMgmtBeanFactory()
|
|
| Method Summary | |
|---|---|
void |
deleteBackupBrokerBean(IBackupBrokerBean bean)
Delete the specified BackupBroker bean |
void |
deleteBrokerBean(IBrokerBean bean)
Delete the specified Broker bean |
void |
deleteClusterBean(IClusterBean bean)
Delete the specified Cluster bean |
void |
deleteWSProtocolBean(IWSProtocolBean bean)
Delete the specified WSProtocol bean |
java.util.List |
getBackupBrokerBeanNames()
Get the names of all beans of type IBackupBroker |
java.util.List |
getBrokerBeanNames()
Get the names of all beans of type IBroker |
java.util.List |
getClusterBeanNames()
Get the names of all beans of type ICluster |
void |
importFiles(java.lang.String dsPath,
java.lang.String[] fsPath,
boolean overwrite)
Import list of files to the specified DS location. |
| 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 MQMgmtBeanFactory()
| Method Detail |
|---|
public void deleteBackupBrokerBean(IBackupBrokerBean bean)
throws MgmtException
AbstractMQMgmtBeanFactory
deleteBackupBrokerBean in class AbstractMQMgmtBeanFactorybean - the BackupBroker bean to delete
MgmtException
public void deleteBrokerBean(IBrokerBean bean)
throws MgmtException
AbstractMQMgmtBeanFactory
deleteBrokerBean in class AbstractMQMgmtBeanFactorybean - the Broker bean to delete
MgmtException
public void deleteClusterBean(IClusterBean bean)
throws MgmtException
AbstractMQMgmtBeanFactory
deleteClusterBean in class AbstractMQMgmtBeanFactorybean - the Cluster bean to delete
MgmtException
public void deleteWSProtocolBean(IWSProtocolBean bean)
throws MgmtException
AbstractMQMgmtBeanFactory
deleteWSProtocolBean in class AbstractMQMgmtBeanFactorybean - the WSProtocol bean to delete
MgmtException
public java.util.List getBackupBrokerBeanNames()
throws MgmtException
AbstractMQMgmtBeanFactory
getBackupBrokerBeanNames in class AbstractMQMgmtBeanFactoryMgmtException
public java.util.List getBrokerBeanNames()
throws MgmtException
AbstractMQMgmtBeanFactory
getBrokerBeanNames in class AbstractMQMgmtBeanFactoryMgmtException
public java.util.List getClusterBeanNames()
throws MgmtException
AbstractMQMgmtBeanFactory
getClusterBeanNames in class AbstractMQMgmtBeanFactoryMgmtException
public void importFiles(java.lang.String dsPath,
java.lang.String[] fsPath,
boolean overwrite)
throws MgmtException
dsPath, - string specifies DS path to import to.fsPath, - string array that contains list of file path(s) in local file system.overwrite, - if set to true overwrites files already stored in DS.
MgmtException - Thrown when file can't be imported.
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||