public interface ConfigServiceAdmin
Modifier and Type | Method and Description |
---|---|
boolean |
activate(String name17)
Auto generated method signature
|
boolean |
addExistingConfiguration(String name25)
Auto generated method signature
|
boolean |
create(String name42,
String description43)
Auto generated method signature
|
boolean |
deleteConfiguration(String name21)
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 name17,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddExistingConfiguration(String name25,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcreate(String name42,
String description43,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteConfiguration(String name21,
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 extraElement29,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startvalidateConfiguration(org.apache.axiom.om.OMElement extraElement13,
ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
updateConfiguration(org.apache.axiom.om.OMElement extraElement29)
Auto generated method signature
|
ValidationError[] |
validateConfiguration(org.apache.axiom.om.OMElement extraElement13)
Auto generated method signature
|
ValidationError[] validateConfiguration(org.apache.axiom.om.OMElement extraElement13) throws RemoteException
validateConfiguration12
- RemoteException
void startvalidateConfiguration(org.apache.axiom.om.OMElement extraElement13, ConfigServiceAdminCallbackHandler callback) throws RemoteException
validateConfiguration12
- RemoteException
boolean activate(String name17) throws RemoteException
activate16
- RemoteException
void startactivate(String name17, ConfigServiceAdminCallbackHandler callback) throws RemoteException
activate16
- RemoteException
boolean deleteConfiguration(String name21) throws RemoteException
deleteConfiguration20
- RemoteException
void startdeleteConfiguration(String name21, ConfigServiceAdminCallbackHandler callback) throws RemoteException
deleteConfiguration20
- RemoteException
boolean addExistingConfiguration(String name25) throws RemoteException
addExistingConfiguration24
- RemoteException
void startaddExistingConfiguration(String name25, ConfigServiceAdminCallbackHandler callback) throws RemoteException
addExistingConfiguration24
- RemoteException
boolean updateConfiguration(org.apache.axiom.om.OMElement extraElement29) throws RemoteException
updateConfiguration28
- RemoteException
void startupdateConfiguration(org.apache.axiom.om.OMElement extraElement29, ConfigServiceAdminCallbackHandler callback) throws RemoteException
updateConfiguration28
- RemoteException
String getConfiguration() throws RemoteException
getConfiguration32
- RemoteException
void startgetConfiguration(ConfigServiceAdminCallbackHandler callback) throws RemoteException
getConfiguration32
- RemoteException
boolean saveConfigurationToDisk() throws RemoteException
saveConfigurationToDisk35
- RemoteException
void startsaveConfigurationToDisk(ConfigServiceAdminCallbackHandler callback) throws RemoteException
saveConfigurationToDisk35
- RemoteException
ConfigurationInformation[] getConfigurationList() throws RemoteException
getConfigurationList38
- RemoteException
void startgetConfigurationList(ConfigServiceAdminCallbackHandler callback) throws RemoteException
getConfigurationList38
- RemoteException
boolean create(String name42, String description43) throws RemoteException
create41
- RemoteException
void startcreate(String name42, String description43, ConfigServiceAdminCallbackHandler callback) throws RemoteException
create41
- RemoteException
Copyright © 2017 WSO2. All rights reserved.