|
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
public class AbstractMQMgmtBeanFactory
| Constructor Summary | |
|---|---|
AbstractMQMgmtBeanFactory()
|
|
| Method Summary | |
|---|---|
IAuthorizationPolicyBean |
createAuthorizationPolicyBean(java.lang.String name)
Create a AuthorizationPolicy bean with the specified name |
IBackupBrokerBean |
createBackupBrokerBean(java.lang.String name)
Create a BackupBroker bean with the specified name |
IBrokerBean |
createBrokerBean(java.lang.String name)
Create a Broker bean with the specified name |
ICertificatesStoreBean |
createCertificatesStoreBean(java.lang.String name)
Create a CertificatesStore bean with the specified name |
IClusterBean |
createClusterBean(java.lang.String name)
Create a Cluster bean with the specified name |
IReplicationConnectionsBean |
createReplicationConnectionsBean(java.lang.String name)
Create a ReplicationConnections bean with the specified name |
IWSProtocolBean |
createWSProtocolBean(java.lang.String name)
Create a WSProtocol bean with the specified name |
void |
deleteAuthorizationPolicyBean(IAuthorizationPolicyBean bean)
Delete the specified AuthorizationPolicy bean |
void |
deleteBackupBrokerBean(IBackupBrokerBean bean)
Delete the specified BackupBroker bean |
void |
deleteBrokerBean(IBrokerBean bean)
Delete the specified Broker bean |
void |
deleteCertificatesStoreBean(ICertificatesStoreBean bean)
Delete the specified CertificatesStore bean |
void |
deleteClusterBean(IClusterBean bean)
Delete the specified Cluster bean |
void |
deleteReplicationConnectionsBean(IReplicationConnectionsBean bean)
Delete the specified ReplicationConnections bean |
void |
deleteWSProtocolBean(IWSProtocolBean bean)
Delete the specified WSProtocol bean |
IAuthorizationPolicyBean |
getAuthorizationPolicyBean(java.lang.String name)
Get the AuthorizationPolicy bean with the specified name |
java.util.List |
getAuthorizationPolicyBeanNames()
Get the names of all beans of type IAuthorizationPolicy |
IBackupBrokerBean |
getBackupBrokerBean(java.lang.String name)
Get the BackupBroker bean with the specified name |
java.util.List |
getBackupBrokerBeanNames()
Get the names of all beans of type IBackupBroker |
IBrokerBean |
getBrokerBean(java.lang.String name)
Get the Broker bean with the specified name |
java.util.List |
getBrokerBeanNames()
Get the names of all beans of type IBroker |
ICertificatesStoreBean |
getCertificatesStoreBean(java.lang.String name)
Get the CertificatesStore bean with the specified name |
java.util.List |
getCertificatesStoreBeanNames()
Get the names of all beans of type ICertificatesStore |
IClusterBean |
getClusterBean(java.lang.String name)
Get the Cluster bean with the specified name |
java.util.List |
getClusterBeanNames()
Get the names of all beans of type ICluster |
IReplicationConnectionsBean |
getReplicationConnectionsBean(java.lang.String name)
Get the ReplicationConnections bean with the specified name |
java.util.List |
getReplicationConnectionsBeanNames()
Get the names of all beans of type IReplicationConnections |
IWSProtocolBean |
getWSProtocolBean(java.lang.String name)
Get the WSProtocol bean with the specified name |
java.util.List |
getWSProtocolBeanNames()
Get the names of all beans of type IWSProtocol |
void |
saveAuthorizationPolicyBean(IAuthorizationPolicyBean bean)
Save the specified AuthorizationPolicy bean |
void |
saveBackupBrokerBean(IBackupBrokerBean bean)
Save the specified BackupBroker bean |
void |
saveBrokerBean(IBrokerBean bean)
Save the specified Broker bean |
void |
saveCertificatesStoreBean(ICertificatesStoreBean bean)
Save the specified CertificatesStore bean |
void |
saveClusterBean(IClusterBean bean)
Save the specified Cluster bean |
void |
saveReplicationConnectionsBean(IReplicationConnectionsBean bean)
Save the specified ReplicationConnections bean |
void |
saveWSProtocolBean(IWSProtocolBean bean)
Save the specified WSProtocol 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 AbstractMQMgmtBeanFactory()
| Method Detail |
|---|
public IAuthorizationPolicyBean createAuthorizationPolicyBean(java.lang.String name)
throws MgmtException
name - the name of the new bean
MgmtException
public IBackupBrokerBean createBackupBrokerBean(java.lang.String name)
throws MgmtException
name - the name of the new bean
MgmtException
public IBrokerBean createBrokerBean(java.lang.String name)
throws MgmtException
name - the name of the new bean
MgmtException
public ICertificatesStoreBean createCertificatesStoreBean(java.lang.String name)
throws MgmtException
name - the name of the new bean
MgmtException
public IClusterBean createClusterBean(java.lang.String name)
throws MgmtException
name - the name of the new bean
MgmtException
public IReplicationConnectionsBean createReplicationConnectionsBean(java.lang.String name)
throws MgmtException
name - the name of the new bean
MgmtException
public IWSProtocolBean createWSProtocolBean(java.lang.String name)
throws MgmtException
name - the name of the new bean
MgmtException
public void deleteAuthorizationPolicyBean(IAuthorizationPolicyBean bean)
throws MgmtException
bean - the AuthorizationPolicy bean to delete
MgmtException
public void deleteBackupBrokerBean(IBackupBrokerBean bean)
throws MgmtException
bean - the BackupBroker bean to delete
MgmtException
public void deleteBrokerBean(IBrokerBean bean)
throws MgmtException
bean - the Broker bean to delete
MgmtException
public void deleteCertificatesStoreBean(ICertificatesStoreBean bean)
throws MgmtException
bean - the CertificatesStore bean to delete
MgmtException
public void deleteClusterBean(IClusterBean bean)
throws MgmtException
bean - the Cluster bean to delete
MgmtException
public void deleteReplicationConnectionsBean(IReplicationConnectionsBean bean)
throws MgmtException
bean - the ReplicationConnections bean to delete
MgmtException
public void deleteWSProtocolBean(IWSProtocolBean bean)
throws MgmtException
bean - the WSProtocol bean to delete
MgmtException
public IAuthorizationPolicyBean getAuthorizationPolicyBean(java.lang.String name)
throws MgmtException
name - The name of the bean
MgmtException
public java.util.List getAuthorizationPolicyBeanNames()
throws MgmtException
MgmtException
public IBackupBrokerBean getBackupBrokerBean(java.lang.String name)
throws MgmtException
name - The name of the bean
MgmtException
public java.util.List getBackupBrokerBeanNames()
throws MgmtException
MgmtException
public IBrokerBean getBrokerBean(java.lang.String name)
throws MgmtException
name - The name of the bean
MgmtException
public java.util.List getBrokerBeanNames()
throws MgmtException
MgmtException
public ICertificatesStoreBean getCertificatesStoreBean(java.lang.String name)
throws MgmtException
name - The name of the bean
MgmtException
public java.util.List getCertificatesStoreBeanNames()
throws MgmtException
MgmtException
public IClusterBean getClusterBean(java.lang.String name)
throws MgmtException
name - The name of the bean
MgmtException
public java.util.List getClusterBeanNames()
throws MgmtException
MgmtException
public IReplicationConnectionsBean getReplicationConnectionsBean(java.lang.String name)
throws MgmtException
name - The name of the bean
MgmtException
public java.util.List getReplicationConnectionsBeanNames()
throws MgmtException
MgmtException
public IWSProtocolBean getWSProtocolBean(java.lang.String name)
throws MgmtException
name - The name of the bean
MgmtException
public java.util.List getWSProtocolBeanNames()
throws MgmtException
MgmtException
public void saveAuthorizationPolicyBean(IAuthorizationPolicyBean bean)
throws MgmtException
bean - the AuthorizationPolicy bean to save
MgmtException
public void saveBackupBrokerBean(IBackupBrokerBean bean)
throws MgmtException
bean - the BackupBroker bean to save
MgmtException
public void saveBrokerBean(IBrokerBean bean)
throws MgmtException
bean - the Broker bean to save
MgmtException
public void saveCertificatesStoreBean(ICertificatesStoreBean bean)
throws MgmtException
bean - the CertificatesStore bean to save
MgmtException
public void saveClusterBean(IClusterBean bean)
throws MgmtException
bean - the Cluster bean to save
MgmtException
public void saveReplicationConnectionsBean(IReplicationConnectionsBean bean)
throws MgmtException
bean - the ReplicationConnections bean to save
MgmtException
public void saveWSProtocolBean(IWSProtocolBean bean)
throws MgmtException
bean - the WSProtocol bean to save
MgmtException
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||