Interface ConfigServiceAdmin
-
- All Known Implementing Classes:
ConfigServiceAdminStub
public interface ConfigServiceAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
activate(String name36)
Auto generated method signatureboolean
addExistingConfiguration(String name19)
Auto generated method signatureboolean
create(String name27, String description28)
Auto generated method signatureboolean
deleteConfiguration(String name23)
Auto generated method signatureString
getConfiguration()
Auto generated method signatureConfigurationInformation[]
getConfigurationList()
Auto generated method signatureboolean
saveConfigurationToDisk()
Auto generated method signaturevoid
startactivate(String name36, ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startaddExistingConfiguration(String name19, ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startcreate(String name27, String description28, ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteConfiguration(String name23, ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetConfiguration(ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetConfigurationList(ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsaveConfigurationToDisk(ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startupdateConfiguration(org.apache.axiom.om.OMElement extraElement43, ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startvalidateConfiguration(org.apache.axiom.om.OMElement extraElement32, ConfigServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsboolean
updateConfiguration(org.apache.axiom.om.OMElement extraElement43)
Auto generated method signatureValidationError[]
validateConfiguration(org.apache.axiom.om.OMElement extraElement32)
Auto generated method signature
-
-
-
Method Detail
-
getConfiguration
String getConfiguration() throws RemoteException
Auto generated method signature- Parameters:
getConfiguration12
-- Throws:
RemoteException
-
startgetConfiguration
void startgetConfiguration(ConfigServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getConfiguration12
-- Throws:
RemoteException
-
getConfigurationList
ConfigurationInformation[] getConfigurationList() throws RemoteException
Auto generated method signature- Parameters:
getConfigurationList15
-- Throws:
RemoteException
-
startgetConfigurationList
void startgetConfigurationList(ConfigServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getConfigurationList15
-- Throws:
RemoteException
-
addExistingConfiguration
boolean addExistingConfiguration(String name19) throws RemoteException
Auto generated method signature- Parameters:
addExistingConfiguration18
-- Throws:
RemoteException
-
startaddExistingConfiguration
void startaddExistingConfiguration(String name19, ConfigServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
addExistingConfiguration18
-- Throws:
RemoteException
-
deleteConfiguration
boolean deleteConfiguration(String name23) throws RemoteException
Auto generated method signature- Parameters:
deleteConfiguration22
-- Throws:
RemoteException
-
startdeleteConfiguration
void startdeleteConfiguration(String name23, ConfigServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
deleteConfiguration22
-- Throws:
RemoteException
-
create
boolean create(String name27, String description28) throws RemoteException
Auto generated method signature- Parameters:
create26
-- Throws:
RemoteException
-
startcreate
void startcreate(String name27, String description28, ConfigServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
create26
-- Throws:
RemoteException
-
validateConfiguration
ValidationError[] validateConfiguration(org.apache.axiom.om.OMElement extraElement32) throws RemoteException
Auto generated method signature- Parameters:
validateConfiguration31
-- Throws:
RemoteException
-
startvalidateConfiguration
void startvalidateConfiguration(org.apache.axiom.om.OMElement extraElement32, ConfigServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
validateConfiguration31
-- Throws:
RemoteException
-
activate
boolean activate(String name36) throws RemoteException
Auto generated method signature- Parameters:
activate35
-- Throws:
RemoteException
-
startactivate
void startactivate(String name36, ConfigServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
activate35
-- Throws:
RemoteException
-
saveConfigurationToDisk
boolean saveConfigurationToDisk() throws RemoteException
Auto generated method signature- Parameters:
saveConfigurationToDisk39
-- Throws:
RemoteException
-
startsaveConfigurationToDisk
void startsaveConfigurationToDisk(ConfigServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
saveConfigurationToDisk39
-- Throws:
RemoteException
-
updateConfiguration
boolean updateConfiguration(org.apache.axiom.om.OMElement extraElement43) throws RemoteException
Auto generated method signature- Parameters:
updateConfiguration42
-- Throws:
RemoteException
-
startupdateConfiguration
void startupdateConfiguration(org.apache.axiom.om.OMElement extraElement43, ConfigServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
updateConfiguration42
-- Throws:
RemoteException
-
-