Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Class AbstractMFMgmtBeanFactory

java.lang.Object
  extended by com.sonicsw.ma.mgmtapi.config.impl.AbstractMgmtBeanFactory
      extended by com.sonicsw.ma.mgmtapi.config.MgmtBeanFactory
          extended by com.sonicsw.mf.mgmtapi.config.gen.AbstractMFMgmtBeanFactory
Direct Known Subclasses:
MFMgmtBeanFactory

public class AbstractMFMgmtBeanFactory
extends MgmtBeanFactory


Constructor Summary
AbstractMFMgmtBeanFactory()
           
 
Method Summary
 IActivationDaemonBean createActivationDaemonBean(java.lang.String name)
          Create a ActivationDaemon bean with the specified name
 IAgentManagerBean createAgentManagerBean(java.lang.String name)
          Create a AgentManager bean with the specified name
 IAuthenticationDomainBean createAuthenticationDomainBean(java.lang.String name)
          Create a AuthenticationDomain bean with the specified name
 IBackupAgentManagerBean createBackupAgentManagerBean(java.lang.String name)
          Create a BackupAgentManager bean with the specified name
 IBackupDirectoryServiceBean createBackupDirectoryServiceBean(java.lang.String name)
          Create a BackupDirectoryService bean with the specified name
 ICollectionsMonitorBean createCollectionsMonitorBean(java.lang.String name)
          Create a CollectionsMonitor bean with the specified name
 IComponentCollectionBean createComponentCollectionBean(java.lang.String name)
          Create a ComponentCollection bean with the specified name
 IContainerBean createContainerBean(java.lang.String name)
          Create a Container bean with the specified name
 IContainerCollectionBean createContainerCollectionBean(java.lang.String name)
          Create a ContainerCollection bean with the specified name
 IDirectoryServiceBean createDirectoryServiceBean(java.lang.String name)
          Create a DirectoryService bean with the specified name
 IHostManagerBean createHostManagerBean(java.lang.String name)
          Create a HostManager bean with the specified name
 ILoggerBean createLoggerBean(java.lang.String name)
          Create a Logger bean with the specified name
 IReplicationConnectionBean createReplicationConnectionBean(java.lang.String name)
          Create a ReplicationConnection bean with the name <name>/Replication Connections
 void deleteActivationDaemonBean(IActivationDaemonBean bean)
          Delete the specified ActivationDaemon bean
 void deleteAgentManagerBean(IAgentManagerBean bean)
          Delete the specified AgentManager bean
 void deleteAuthenticationDomainBean(IAuthenticationDomainBean bean)
          Delete the specified AuthenticationDomain bean
 void deleteBackupAgentManagerBean(IBackupAgentManagerBean bean)
          Delete the specified BackupAgentManager bean
 void deleteBackupDirectoryServiceBean(IBackupDirectoryServiceBean bean)
          Delete the specified BackupDirectoryService bean
 void deleteCollectionsMonitorBean(ICollectionsMonitorBean bean)
          Delete the specified CollectionsMonitor bean
 void deleteComponentCollectionBean(IComponentCollectionBean bean)
          Delete the specified ComponentCollection bean
 void deleteContainerBean(IContainerBean bean)
          Delete the specified Container bean
 void deleteContainerCollectionBean(IContainerCollectionBean bean)
          Delete the specified ContainerCollection bean
 void deleteDirectoryServiceBean(IDirectoryServiceBean bean)
          Delete the specified DirectoryService bean
 void deleteHostManagerBean(IHostManagerBean bean)
          Delete the specified HostManager bean
 void deleteLoggerBean(ILoggerBean bean)
          Delete the specified Logger bean
 void deleteReplicationConnectionBean(IReplicationConnectionBean bean)
          Delete the specified ReplicationConnection bean
 IActivationDaemonBean getActivationDaemonBean(java.lang.String name)
          Get the 'ActivationDaemon' bean with the specified name
 java.util.List getActivationDaemonBeanNames()
          Get the names of all beans of type IActivationDaemon
 IAgentManagerBean getAgentManagerBean(java.lang.String name)
          Get the 'AgentManager' bean with the specified name
 java.util.List getAgentManagerBeanNames()
          Get the names of all beans of type IAgentManager
 IAuthenticationDomainBean getAuthenticationDomainBean(java.lang.String name)
          Get the 'AuthenticationDomain' bean with the specified name
 java.util.List getAuthenticationDomainBeanNames()
          Get the names of all beans of type IAuthenticationDomain
 IBackupAgentManagerBean getBackupAgentManagerBean(java.lang.String name)
          Get the 'BackupAgentManager' bean with the specified name
 java.util.List getBackupAgentManagerBeanNames()
          Get the names of all beans of type IBackupAgentManager
 IBackupDirectoryServiceBean getBackupDirectoryServiceBean(java.lang.String name)
          Get the 'BackupDirectoryService' bean with the specified name
 java.util.List getBackupDirectoryServiceBeanNames()
          Get the names of all beans of type IBackupDirectoryService
 ICollectionsMonitorBean getCollectionsMonitorBean(java.lang.String name)
          Get the 'CollectionsMonitor' bean with the specified name
 java.util.List getCollectionsMonitorBeanNames()
          Get the names of all beans of type ICollectionsMonitor
 IComponentCollectionBean getComponentCollectionBean(java.lang.String name)
          Get the 'ComponentCollection' bean with the specified name
 java.util.List getComponentCollectionBeanNames()
          Get the names of all beans of type IComponentCollection
 IContainerBean getContainerBean(java.lang.String name)
          Get the 'Container' bean with the specified name
 java.util.List getContainerBeanNames()
          Get the names of all beans of type IContainer
 IContainerCollectionBean getContainerCollectionBean(java.lang.String name)
          Get the 'ContainerCollection' bean with the specified name
 java.util.List getContainerCollectionBeanNames()
          Get the names of all beans of type IContainerCollection
 IDirectoryServiceBean getDirectoryServiceBean(java.lang.String name)
          Get the 'DirectoryService' bean with the specified name
 java.util.List getDirectoryServiceBeanNames()
          Get the names of all beans of type IDirectoryService
 IDomainBean getDomainBean(java.lang.String name)
          Get the 'Domain' bean with the specified name
 java.util.List getDomainBeanNames()
          Get the names of all beans of type IDomain
 IHostManagerBean getHostManagerBean(java.lang.String name)
          Get the 'HostManager' bean with the specified name
 java.util.List getHostManagerBeanNames()
          Get the names of all beans of type IHostManager
 ILoggerBean getLoggerBean(java.lang.String name)
          Get the 'Logger' bean with the specified name
 java.util.List getLoggerBeanNames()
          Get the names of all beans of type ILogger
 IReplicationConnectionBean getReplicationConnectionBean(java.lang.String name)
          Get the 'ReplicationConnection' bean with the specified name
 java.util.List getReplicationConnectionBeanNames()
          Get the names of all beans of type IReplicationConnection
 void saveActivationDaemonBean(IActivationDaemonBean bean)
          Save the specified ActivationDaemon bean
 void saveAgentManagerBean(IAgentManagerBean bean)
          Save the specified AgentManager bean
 void saveAuthenticationDomainBean(IAuthenticationDomainBean bean)
          Save the specified AuthenticationDomain bean
 void saveBackupAgentManagerBean(IBackupAgentManagerBean bean)
          Save the specified BackupAgentManager bean
 void saveBackupDirectoryServiceBean(IBackupDirectoryServiceBean bean)
          Save the specified BackupDirectoryService bean
 void saveCollectionsMonitorBean(ICollectionsMonitorBean bean)
          Save the specified CollectionsMonitor bean
 void saveComponentCollectionBean(IComponentCollectionBean bean)
          Save the specified ComponentCollection bean
 void saveContainerBean(IContainerBean bean)
          Save the specified Container bean
 void saveContainerCollectionBean(IContainerCollectionBean bean)
          Save the specified ContainerCollection bean
 void saveDirectoryServiceBean(IDirectoryServiceBean bean)
          Save the specified DirectoryService bean
 void saveDomainBean(IDomainBean bean)
          Save the specified Domain bean
 void saveHostManagerBean(IHostManagerBean bean)
          Save the specified HostManager bean
 void saveLoggerBean(ILoggerBean bean)
          Save the specified Logger bean
 void saveReplicationConnectionBean(IReplicationConnectionBean bean)
          Save the specified ReplicationConnection bean
 
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

AbstractMFMgmtBeanFactory

public AbstractMFMgmtBeanFactory()
Method Detail

createActivationDaemonBean

public IActivationDaemonBean createActivationDaemonBean(java.lang.String name)
                                                 throws MgmtException
Create a ActivationDaemon bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new ActivationDaemon bean
Throws:
MgmtException

createAgentManagerBean

public IAgentManagerBean createAgentManagerBean(java.lang.String name)
                                         throws MgmtException
Create a AgentManager bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new AgentManager bean
Throws:
MgmtException

createAuthenticationDomainBean

public IAuthenticationDomainBean createAuthenticationDomainBean(java.lang.String name)
                                                         throws MgmtException
Create a AuthenticationDomain bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new AuthenticationDomain bean
Throws:
MgmtException

createBackupAgentManagerBean

public IBackupAgentManagerBean createBackupAgentManagerBean(java.lang.String name)
                                                     throws MgmtException
Create a BackupAgentManager bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new BackupAgentManager bean
Throws:
MgmtException

createBackupDirectoryServiceBean

public IBackupDirectoryServiceBean createBackupDirectoryServiceBean(java.lang.String name)
                                                             throws MgmtException
Create a BackupDirectoryService bean with the specified name

Parameters:
name - the name of the new bean.
Returns:
a new BackupDirectoryService bean
Throws:
MgmtException

createCollectionsMonitorBean

public ICollectionsMonitorBean createCollectionsMonitorBean(java.lang.String name)
                                                     throws MgmtException
Create a CollectionsMonitor bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new CollectionsMonitor bean
Throws:
MgmtException

createComponentCollectionBean

public IComponentCollectionBean createComponentCollectionBean(java.lang.String name)
                                                       throws MgmtException
Create a ComponentCollection bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new ComponentCollection bean
Throws:
MgmtException

createContainerBean

public IContainerBean createContainerBean(java.lang.String name)
                                   throws MgmtException
Create a Container bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new Container bean
Throws:
MgmtException

createContainerCollectionBean

public IContainerCollectionBean createContainerCollectionBean(java.lang.String name)
                                                       throws MgmtException
Create a ContainerCollection bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new ContainerCollection bean
Throws:
MgmtException

createDirectoryServiceBean

public IDirectoryServiceBean createDirectoryServiceBean(java.lang.String name)
                                                 throws MgmtException
Create a DirectoryService bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new DirectoryService bean
Throws:
MgmtException

createHostManagerBean

public IHostManagerBean createHostManagerBean(java.lang.String name)
                                       throws MgmtException
Create a HostManager bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new HostManager bean
Throws:
MgmtException

createLoggerBean

public ILoggerBean createLoggerBean(java.lang.String name)
                             throws MgmtException
Create a Logger bean with the specified name

Parameters:
name - the name of the new bean
Returns:
a new Logger bean
Throws:
MgmtException

createReplicationConnectionBean

public IReplicationConnectionBean createReplicationConnectionBean(java.lang.String name)
                                                           throws MgmtException
Create a ReplicationConnection bean with the name <name>/Replication Connections

Parameters:
name - the name of the Directory Service bean
Returns:
a new ReplicationConnection bean
Throws:
MgmtException

deleteActivationDaemonBean

public void deleteActivationDaemonBean(IActivationDaemonBean bean)
                                throws MgmtException
Delete the specified ActivationDaemon bean

Parameters:
bean - the ActivationDaemon bean to delete
Throws:
MgmtException

deleteAgentManagerBean

public void deleteAgentManagerBean(IAgentManagerBean bean)
                            throws MgmtException
Delete the specified AgentManager bean

Parameters:
bean - the AgentManager bean to delete
Throws:
MgmtException

deleteAuthenticationDomainBean

public void deleteAuthenticationDomainBean(IAuthenticationDomainBean bean)
                                    throws MgmtException
Delete the specified AuthenticationDomain bean

Parameters:
bean - the AuthenticationDomain bean to delete
Throws:
MgmtException

deleteBackupAgentManagerBean

public void deleteBackupAgentManagerBean(IBackupAgentManagerBean bean)
                                  throws MgmtException
Delete the specified BackupAgentManager bean

Parameters:
bean - the BackupAgentManager bean to delete
Throws:
MgmtException

deleteBackupDirectoryServiceBean

public void deleteBackupDirectoryServiceBean(IBackupDirectoryServiceBean bean)
                                      throws MgmtException
Delete the specified BackupDirectoryService bean

Parameters:
bean - the BackupDirectoryService bean to delete
Throws:
MgmtException

deleteCollectionsMonitorBean

public void deleteCollectionsMonitorBean(ICollectionsMonitorBean bean)
                                  throws MgmtException
Delete the specified CollectionsMonitor bean

Parameters:
bean - the CollectionsMonitor bean to delete
Throws:
MgmtException

deleteComponentCollectionBean

public void deleteComponentCollectionBean(IComponentCollectionBean bean)
                                   throws MgmtException
Delete the specified ComponentCollection bean

Parameters:
bean - the ComponentCollection bean to delete
Throws:
MgmtException

deleteContainerBean

public void deleteContainerBean(IContainerBean bean)
                         throws MgmtException
Delete the specified Container bean

Parameters:
bean - the Container bean to delete
Throws:
MgmtException

deleteContainerCollectionBean

public void deleteContainerCollectionBean(IContainerCollectionBean bean)
                                   throws MgmtException
Delete the specified ContainerCollection bean

Parameters:
bean - the ContainerCollection bean to delete
Throws:
MgmtException

deleteDirectoryServiceBean

public void deleteDirectoryServiceBean(IDirectoryServiceBean bean)
                                throws MgmtException
Delete the specified DirectoryService bean

Parameters:
bean - the DirectoryService bean to delete
Throws:
MgmtException

deleteHostManagerBean

public void deleteHostManagerBean(IHostManagerBean bean)
                           throws MgmtException
Delete the specified HostManager bean

Parameters:
bean - the HostManager bean to delete
Throws:
MgmtException

deleteLoggerBean

public void deleteLoggerBean(ILoggerBean bean)
                      throws MgmtException
Delete the specified Logger bean

Parameters:
bean - the Logger bean to delete
Throws:
MgmtException

deleteReplicationConnectionBean

public void deleteReplicationConnectionBean(IReplicationConnectionBean bean)
                                     throws MgmtException
Delete the specified ReplicationConnection bean

Parameters:
bean - the ReplicationConnection bean to delete
Throws:
MgmtException

getActivationDaemonBean

public IActivationDaemonBean getActivationDaemonBean(java.lang.String name)
                                              throws MgmtException
Get the 'ActivationDaemon' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IActivationDaemon
Throws:
MgmtException

getActivationDaemonBeanNames

public java.util.List getActivationDaemonBeanNames()
                                            throws MgmtException
Get the names of all beans of type IActivationDaemon

Returns:
an array of bean names
Throws:
MgmtException

getAgentManagerBean

public IAgentManagerBean getAgentManagerBean(java.lang.String name)
                                      throws MgmtException
Get the 'AgentManager' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IAgentManager
Throws:
MgmtException

getAgentManagerBeanNames

public java.util.List getAgentManagerBeanNames()
                                        throws MgmtException
Get the names of all beans of type IAgentManager

Returns:
an array of bean names
Throws:
MgmtException

getAuthenticationDomainBean

public IAuthenticationDomainBean getAuthenticationDomainBean(java.lang.String name)
                                                      throws MgmtException
Get the 'AuthenticationDomain' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IAuthenticationDomain
Throws:
MgmtException

getAuthenticationDomainBeanNames

public java.util.List getAuthenticationDomainBeanNames()
                                                throws MgmtException
Get the names of all beans of type IAuthenticationDomain

Returns:
an array of bean names
Throws:
MgmtException

getBackupAgentManagerBean

public IBackupAgentManagerBean getBackupAgentManagerBean(java.lang.String name)
                                                  throws MgmtException
Get the 'BackupAgentManager' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IBackupAgentManager
Throws:
MgmtException

getBackupAgentManagerBeanNames

public java.util.List getBackupAgentManagerBeanNames()
                                              throws MgmtException
Get the names of all beans of type IBackupAgentManager

Returns:
an array of bean names
Throws:
MgmtException

getBackupDirectoryServiceBean

public IBackupDirectoryServiceBean getBackupDirectoryServiceBean(java.lang.String name)
                                                          throws MgmtException
Get the 'BackupDirectoryService' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IBackupDirectoryService
Throws:
MgmtException

getBackupDirectoryServiceBeanNames

public java.util.List getBackupDirectoryServiceBeanNames()
                                                  throws MgmtException
Get the names of all beans of type IBackupDirectoryService

Returns:
an array of bean names
Throws:
MgmtException

getCollectionsMonitorBean

public ICollectionsMonitorBean getCollectionsMonitorBean(java.lang.String name)
                                                  throws MgmtException
Get the 'CollectionsMonitor' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type ICollectionsMonitor
Throws:
MgmtException

getCollectionsMonitorBeanNames

public java.util.List getCollectionsMonitorBeanNames()
                                              throws MgmtException
Get the names of all beans of type ICollectionsMonitor

Returns:
an array of bean names
Throws:
MgmtException

getComponentCollectionBean

public IComponentCollectionBean getComponentCollectionBean(java.lang.String name)
                                                    throws MgmtException
Get the 'ComponentCollection' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IComponentCollection
Throws:
MgmtException

getComponentCollectionBeanNames

public java.util.List getComponentCollectionBeanNames()
                                               throws MgmtException
Get the names of all beans of type IComponentCollection

Returns:
an array of bean names
Throws:
MgmtException

getContainerBean

public IContainerBean getContainerBean(java.lang.String name)
                                throws MgmtException
Get the 'Container' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IContainer
Throws:
MgmtException

getContainerBeanNames

public java.util.List getContainerBeanNames()
                                     throws MgmtException
Get the names of all beans of type IContainer

Returns:
an array of bean names
Throws:
MgmtException

getContainerCollectionBean

public IContainerCollectionBean getContainerCollectionBean(java.lang.String name)
                                                    throws MgmtException
Get the 'ContainerCollection' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IContainerCollection
Throws:
MgmtException

getContainerCollectionBeanNames

public java.util.List getContainerCollectionBeanNames()
                                               throws MgmtException
Get the names of all beans of type IContainerCollection

Returns:
an array of bean names
Throws:
MgmtException

getDirectoryServiceBean

public IDirectoryServiceBean getDirectoryServiceBean(java.lang.String name)
                                              throws MgmtException
Get the 'DirectoryService' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IDirectoryService
Throws:
MgmtException

getDirectoryServiceBeanNames

public java.util.List getDirectoryServiceBeanNames()
                                            throws MgmtException
Get the names of all beans of type IDirectoryService

Returns:
an array of bean names
Throws:
MgmtException

getDomainBean

public IDomainBean getDomainBean(java.lang.String name)
                          throws MgmtException
Get the 'Domain' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IDomain
Throws:
MgmtException

getDomainBeanNames

public java.util.List getDomainBeanNames()
                                  throws MgmtException
Get the names of all beans of type IDomain

Returns:
an array of bean names
Throws:
MgmtException

getHostManagerBean

public IHostManagerBean getHostManagerBean(java.lang.String name)
                                    throws MgmtException
Get the 'HostManager' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type IHostManager
Throws:
MgmtException

getHostManagerBeanNames

public java.util.List getHostManagerBeanNames()
                                       throws MgmtException
Get the names of all beans of type IHostManager

Returns:
an array of bean names
Throws:
MgmtException

getLoggerBean

public ILoggerBean getLoggerBean(java.lang.String name)
                          throws MgmtException
Get the 'Logger' bean with the specified name

Parameters:
name - The name of the bean
Returns:
a bean of type ILogger
Throws:
MgmtException

getLoggerBeanNames

public java.util.List getLoggerBeanNames()
                                  throws MgmtException
Get the names of all beans of type ILogger

Returns:
an array of bean names
Throws:
MgmtException

getReplicationConnectionBean

public IReplicationConnectionBean getReplicationConnectionBean(java.lang.String name)
                                                        throws MgmtException
Get the 'ReplicationConnection' bean with the specified name

Parameters:
name - The name of the Directory Service to which it belongs.
Returns:
a bean of type IReplicationConnection
Throws:
MgmtException

getReplicationConnectionBeanNames

public java.util.List getReplicationConnectionBeanNames()
                                                 throws MgmtException
Get the names of all beans of type IReplicationConnection

Returns:
an array of bean names
Throws:
MgmtException

saveActivationDaemonBean

public void saveActivationDaemonBean(IActivationDaemonBean bean)
                              throws MgmtException
Save the specified ActivationDaemon bean

Parameters:
bean - the ActivationDaemon bean to save
Throws:
MgmtException

saveAgentManagerBean

public void saveAgentManagerBean(IAgentManagerBean bean)
                          throws MgmtException
Save the specified AgentManager bean

Parameters:
bean - the AgentManager bean to save
Throws:
MgmtException

saveAuthenticationDomainBean

public void saveAuthenticationDomainBean(IAuthenticationDomainBean bean)
                                  throws MgmtException
Save the specified AuthenticationDomain bean

Parameters:
bean - the AuthenticationDomain bean to save
Throws:
MgmtException

saveBackupAgentManagerBean

public void saveBackupAgentManagerBean(IBackupAgentManagerBean bean)
                                throws MgmtException
Save the specified BackupAgentManager bean

Parameters:
bean - the BackupAgentManager bean to save
Throws:
MgmtException

saveBackupDirectoryServiceBean

public void saveBackupDirectoryServiceBean(IBackupDirectoryServiceBean bean)
                                    throws MgmtException
Save the specified BackupDirectoryService bean

Parameters:
bean - the BackupDirectoryService bean to save
Throws:
MgmtException

saveCollectionsMonitorBean

public void saveCollectionsMonitorBean(ICollectionsMonitorBean bean)
                                throws MgmtException
Save the specified CollectionsMonitor bean

Parameters:
bean - the CollectionsMonitor bean to save
Throws:
MgmtException

saveComponentCollectionBean

public void saveComponentCollectionBean(IComponentCollectionBean bean)
                                 throws MgmtException
Save the specified ComponentCollection bean

Parameters:
bean - the ComponentCollection bean to save
Throws:
MgmtException

saveContainerBean

public void saveContainerBean(IContainerBean bean)
                       throws MgmtException
Save the specified Container bean

Parameters:
bean - the Container bean to save
Throws:
MgmtException

saveContainerCollectionBean

public void saveContainerCollectionBean(IContainerCollectionBean bean)
                                 throws MgmtException
Save the specified ContainerCollection bean

Parameters:
bean - the ContainerCollection bean to save
Throws:
MgmtException

saveDirectoryServiceBean

public void saveDirectoryServiceBean(IDirectoryServiceBean bean)
                              throws MgmtException
Save the specified DirectoryService bean

Parameters:
bean - the DirectoryService bean to save
Throws:
MgmtException

saveDomainBean

public void saveDomainBean(IDomainBean bean)
                    throws MgmtException
Save the specified Domain bean

Parameters:
bean - the Domain bean to save
Throws:
MgmtException

saveHostManagerBean

public void saveHostManagerBean(IHostManagerBean bean)
                         throws MgmtException
Save the specified HostManager bean

Parameters:
bean - the HostManager bean to save
Throws:
MgmtException

saveLoggerBean

public void saveLoggerBean(ILoggerBean bean)
                    throws MgmtException
Save the specified Logger bean

Parameters:
bean - the Logger bean to save
Throws:
MgmtException

saveReplicationConnectionBean

public void saveReplicationConnectionBean(IReplicationConnectionBean bean)
                                   throws MgmtException
Save the specified ReplicationConnection bean

Parameters:
bean - the ReplicationConnection bean to save
Throws:
MgmtException

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.