public interface ExecutionManagerAdminService
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteConfiguration(String domainName36,
String configName37)
Auto generated method signature
|
DomainInfoDTO[] |
getAllDomainInfos()
Auto generated method signature
|
ScenarioConfigurationDTO |
getConfiguration(String domainName31,
String configName32)
Auto generated method signature
|
ScenarioConfigurationInfoDTO[] |
getConfigurationInfos(String domainName17)
Auto generated method signature
|
DomainInfoDTO |
getDomainInfo(String domainName21)
Auto generated method signature
|
String[] |
saveConfiguration(ScenarioConfigurationDTO configuration13)
Auto generated method signature
|
boolean |
saveStreamMapping(StreamMappingDTO[] streamMappingDTOs25,
String configName26,
String domainName27)
Auto generated method signature
|
void |
startdeleteConfiguration(String domainName36,
String configName37,
ExecutionManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllDomainInfos(ExecutionManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetConfiguration(String domainName31,
String configName32,
ExecutionManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetConfigurationInfos(String domainName17,
ExecutionManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDomainInfo(String domainName21,
ExecutionManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveConfiguration(ScenarioConfigurationDTO configuration13,
ExecutionManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveStreamMapping(StreamMappingDTO[] streamMappingDTOs25,
String configName26,
String domainName27,
ExecutionManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String[] saveConfiguration(ScenarioConfigurationDTO configuration13) throws RemoteException
saveConfiguration12 - RemoteExceptionvoid startsaveConfiguration(ScenarioConfigurationDTO configuration13, ExecutionManagerAdminServiceCallbackHandler callback) throws RemoteException
saveConfiguration12 - RemoteExceptionScenarioConfigurationInfoDTO[] getConfigurationInfos(String domainName17) throws RemoteException
getConfigurationInfos16 - RemoteExceptionvoid startgetConfigurationInfos(String domainName17, ExecutionManagerAdminServiceCallbackHandler callback) throws RemoteException
getConfigurationInfos16 - RemoteExceptionDomainInfoDTO getDomainInfo(String domainName21) throws RemoteException
getDomainInfo20 - RemoteExceptionvoid startgetDomainInfo(String domainName21, ExecutionManagerAdminServiceCallbackHandler callback) throws RemoteException
getDomainInfo20 - RemoteExceptionboolean saveStreamMapping(StreamMappingDTO[] streamMappingDTOs25, String configName26, String domainName27) throws RemoteException
saveStreamMapping24 - RemoteExceptionvoid startsaveStreamMapping(StreamMappingDTO[] streamMappingDTOs25, String configName26, String domainName27, ExecutionManagerAdminServiceCallbackHandler callback) throws RemoteException
saveStreamMapping24 - RemoteExceptionScenarioConfigurationDTO getConfiguration(String domainName31, String configName32) throws RemoteException
getConfiguration30 - RemoteExceptionvoid startgetConfiguration(String domainName31, String configName32, ExecutionManagerAdminServiceCallbackHandler callback) throws RemoteException
getConfiguration30 - RemoteExceptionboolean deleteConfiguration(String domainName36, String configName37) throws RemoteException
deleteConfiguration35 - RemoteExceptionvoid startdeleteConfiguration(String domainName36, String configName37, ExecutionManagerAdminServiceCallbackHandler callback) throws RemoteException
deleteConfiguration35 - RemoteExceptionDomainInfoDTO[] getAllDomainInfos() throws RemoteException
getAllDomainInfos40 - RemoteExceptionvoid startgetAllDomainInfos(ExecutionManagerAdminServiceCallbackHandler callback) throws RemoteException
getAllDomainInfos40 - RemoteExceptionCopyright © 2016 WSO2. All rights reserved.