public interface ConfigServiceAdmin
Modifier and Type | Method and Description |
---|---|
boolean |
activate(String name36)
Auto generated method signature
|
boolean |
addExistingConfiguration(String name19)
Auto generated method signature
|
boolean |
create(String name27,
String description28)
Auto generated method signature
|
boolean |
deleteConfiguration(String name23)
Auto generated method signature
|
String |
getConfiguration()
Auto generated method signature
|
ConfigurationInformation[] |
getConfigurationList()
Auto generated method signature
|
boolean |
saveConfigurationToDisk()
Auto generated method signature
|
void |
startactivate(String name36,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddExistingConfiguration(String name19,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcreate(String name27,
String description28,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteConfiguration(String name23,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetConfiguration(ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetConfigurationList(ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveConfigurationToDisk(ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateConfiguration(org.apache.axiom.om.OMElement extraElement43,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startvalidateConfiguration(org.apache.axiom.om.OMElement extraElement32,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
updateConfiguration(org.apache.axiom.om.OMElement extraElement43)
Auto generated method signature
|
ValidationError[] |
validateConfiguration(org.apache.axiom.om.OMElement extraElement32)
Auto generated method signature
|
String getConfiguration() throws RemoteException
getConfiguration12
- RemoteException
void startgetConfiguration(ConfigServiceAdminCallbackHandler callback) throws RemoteException
getConfiguration12
- RemoteException
ConfigurationInformation[] getConfigurationList() throws RemoteException
getConfigurationList15
- RemoteException
void startgetConfigurationList(ConfigServiceAdminCallbackHandler callback) throws RemoteException
getConfigurationList15
- RemoteException
boolean addExistingConfiguration(String name19) throws RemoteException
addExistingConfiguration18
- RemoteException
void startaddExistingConfiguration(String name19, ConfigServiceAdminCallbackHandler callback) throws RemoteException
addExistingConfiguration18
- RemoteException
boolean deleteConfiguration(String name23) throws RemoteException
deleteConfiguration22
- RemoteException
void startdeleteConfiguration(String name23, ConfigServiceAdminCallbackHandler callback) throws RemoteException
deleteConfiguration22
- RemoteException
boolean create(String name27, String description28) throws RemoteException
create26
- RemoteException
void startcreate(String name27, String description28, ConfigServiceAdminCallbackHandler callback) throws RemoteException
create26
- RemoteException
ValidationError[] validateConfiguration(org.apache.axiom.om.OMElement extraElement32) throws RemoteException
validateConfiguration31
- RemoteException
void startvalidateConfiguration(org.apache.axiom.om.OMElement extraElement32, ConfigServiceAdminCallbackHandler callback) throws RemoteException
validateConfiguration31
- RemoteException
boolean activate(String name36) throws RemoteException
activate35
- RemoteException
void startactivate(String name36, ConfigServiceAdminCallbackHandler callback) throws RemoteException
activate35
- RemoteException
boolean saveConfigurationToDisk() throws RemoteException
saveConfigurationToDisk39
- RemoteException
void startsaveConfigurationToDisk(ConfigServiceAdminCallbackHandler callback) throws RemoteException
saveConfigurationToDisk39
- RemoteException
boolean updateConfiguration(org.apache.axiom.om.OMElement extraElement43) throws RemoteException
updateConfiguration42
- RemoteException
void startupdateConfiguration(org.apache.axiom.om.OMElement extraElement43, ConfigServiceAdminCallbackHandler callback) throws RemoteException
updateConfiguration42
- RemoteException
Copyright © 2019 WSO2. All rights reserved.