public interface ModuleAdminService
Modifier and Type | Method and Description |
---|---|
boolean |
disengageModuleForOperation(String moduleId57,
String serviceName58,
String operationName59)
Auto generated method signature
|
boolean |
disengageModuleForService(String moduleId103,
String serviceName104)
Auto generated method signature
|
boolean |
disengageModuleForServiceGroup(String moduleId122,
String serviceGroupName123)
Auto generated method signature
|
boolean |
disengageModuleFromSystem(String moduleId90)
Auto generated method signature
|
boolean |
engageModuleForOperation(String moduleId108,
String serviceName109,
String operationName110)
Auto generated method signature
|
boolean |
engageModuleForService(String moduleId52,
String serviceName53)
Auto generated method signature
|
boolean |
engageModuleForServiceGroup(String moduleID42,
String serviceGroupName43)
Auto generated method signature
|
ModuleMetaData |
getModuleInfo(String moduleName47,
String moduleVersion48)
Auto generated method signature
|
String[] |
getModuleParameters(String moduleName94,
String moduleVersion95)
Auto generated method signature
|
boolean |
globallyDisengageModule(String moduleId86)
Auto generated method signature
|
boolean |
globallyEngageModule(String moduleId82)
Auto generated method signature
|
ModuleMetaData[] |
listGloballyEngagedModules()
Auto generated method signature
|
ModuleMetaData[] |
listModules()
Auto generated method signature
|
ModuleMetaData[] |
listModulesForOperation(String serviceName73,
String operationName74)
Auto generated method signature
|
ModuleMetaData[] |
listModulesForService(String serviceName78)
Auto generated method signature
|
ModuleMetaData[] |
listModulesForServiceGroup(String serviceGroupName99)
Auto generated method signature
|
String |
removeModule(String moduleId63)
Auto generated method signature
|
String |
removeModuleParameter(String moduleName127,
String moduleVersion128,
String parameterName129)
Auto generated method signature
|
void |
setModuleParameters(String moduleName118,
String moduleVersion119,
String[] parameters120)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisengageModuleForOperation(String moduleId57,
String serviceName58,
String operationName59,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisengageModuleForService(String moduleId103,
String serviceName104,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisengageModuleForServiceGroup(String moduleId122,
String serviceGroupName123,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisengageModuleFromSystem(String moduleId90,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startengageModuleForOperation(String moduleId108,
String serviceName109,
String operationName110,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startengageModuleForService(String moduleId52,
String serviceName53,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startengageModuleForServiceGroup(String moduleID42,
String serviceGroupName43,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetModuleInfo(String moduleName47,
String moduleVersion48,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetModuleParameters(String moduleName94,
String moduleVersion95,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgloballyDisengageModule(String moduleId86,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgloballyEngageModule(String moduleId82,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistGloballyEngagedModules(ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistModules(ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistModulesForOperation(String serviceName73,
String operationName74,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistModulesForService(String serviceName78,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistModulesForServiceGroup(String serviceGroupName99,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveModule(String moduleId63,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveModuleParameter(String moduleName127,
String moduleVersion128,
String parameterName129,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadModule(ModuleUploadData[] moduleUploadData114,
ModuleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
uploadModule(ModuleUploadData[] moduleUploadData114)
Auto generated method signature
|
boolean engageModuleForServiceGroup(String moduleID42, String serviceGroupName43) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
engageModuleForServiceGroup41
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startengageModuleForServiceGroup(String moduleID42, String serviceGroupName43, ModuleAdminServiceCallbackHandler callback) throws RemoteException
engageModuleForServiceGroup41
- RemoteException
ModuleMetaData getModuleInfo(String moduleName47, String moduleVersion48) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
getModuleInfo46
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startgetModuleInfo(String moduleName47, String moduleVersion48, ModuleAdminServiceCallbackHandler callback) throws RemoteException
getModuleInfo46
- RemoteException
boolean engageModuleForService(String moduleId52, String serviceName53) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
engageModuleForService51
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startengageModuleForService(String moduleId52, String serviceName53, ModuleAdminServiceCallbackHandler callback) throws RemoteException
engageModuleForService51
- RemoteException
boolean disengageModuleForOperation(String moduleId57, String serviceName58, String operationName59) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
disengageModuleForOperation56
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startdisengageModuleForOperation(String moduleId57, String serviceName58, String operationName59, ModuleAdminServiceCallbackHandler callback) throws RemoteException
disengageModuleForOperation56
- RemoteException
String removeModule(String moduleId63) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
removeModule62
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startremoveModule(String moduleId63, ModuleAdminServiceCallbackHandler callback) throws RemoteException
removeModule62
- RemoteException
ModuleMetaData[] listModules() throws RemoteException
listModules66
- RemoteException
void startlistModules(ModuleAdminServiceCallbackHandler callback) throws RemoteException
listModules66
- RemoteException
ModuleMetaData[] listGloballyEngagedModules() throws RemoteException
listGloballyEngagedModules69
- RemoteException
void startlistGloballyEngagedModules(ModuleAdminServiceCallbackHandler callback) throws RemoteException
listGloballyEngagedModules69
- RemoteException
ModuleMetaData[] listModulesForOperation(String serviceName73, String operationName74) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
listModulesForOperation72
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startlistModulesForOperation(String serviceName73, String operationName74, ModuleAdminServiceCallbackHandler callback) throws RemoteException
listModulesForOperation72
- RemoteException
ModuleMetaData[] listModulesForService(String serviceName78) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
listModulesForService77
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startlistModulesForService(String serviceName78, ModuleAdminServiceCallbackHandler callback) throws RemoteException
listModulesForService77
- RemoteException
boolean globallyEngageModule(String moduleId82) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
globallyEngageModule81
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startgloballyEngageModule(String moduleId82, ModuleAdminServiceCallbackHandler callback) throws RemoteException
globallyEngageModule81
- RemoteException
boolean globallyDisengageModule(String moduleId86) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
globallyDisengageModule85
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startgloballyDisengageModule(String moduleId86, ModuleAdminServiceCallbackHandler callback) throws RemoteException
globallyDisengageModule85
- RemoteException
boolean disengageModuleFromSystem(String moduleId90) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
disengageModuleFromSystem89
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startdisengageModuleFromSystem(String moduleId90, ModuleAdminServiceCallbackHandler callback) throws RemoteException
disengageModuleFromSystem89
- RemoteException
String[] getModuleParameters(String moduleName94, String moduleVersion95) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
getModuleParameters93
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startgetModuleParameters(String moduleName94, String moduleVersion95, ModuleAdminServiceCallbackHandler callback) throws RemoteException
getModuleParameters93
- RemoteException
ModuleMetaData[] listModulesForServiceGroup(String serviceGroupName99) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
listModulesForServiceGroup98
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startlistModulesForServiceGroup(String serviceGroupName99, ModuleAdminServiceCallbackHandler callback) throws RemoteException
listModulesForServiceGroup98
- RemoteException
boolean disengageModuleForService(String moduleId103, String serviceName104) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
disengageModuleForService102
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startdisengageModuleForService(String moduleId103, String serviceName104, ModuleAdminServiceCallbackHandler callback) throws RemoteException
disengageModuleForService102
- RemoteException
boolean engageModuleForOperation(String moduleId108, String serviceName109, String operationName110) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
engageModuleForOperation107
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startengageModuleForOperation(String moduleId108, String serviceName109, String operationName110, ModuleAdminServiceCallbackHandler callback) throws RemoteException
engageModuleForOperation107
- RemoteException
String uploadModule(ModuleUploadData[] moduleUploadData114) throws RemoteException
uploadModule113
- RemoteException
void startuploadModule(ModuleUploadData[] moduleUploadData114, ModuleAdminServiceCallbackHandler callback) throws RemoteException
uploadModule113
- RemoteException
void setModuleParameters(String moduleName118, String moduleVersion119, String[] parameters120) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
boolean disengageModuleForServiceGroup(String moduleId122, String serviceGroupName123) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
disengageModuleForServiceGroup121
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startdisengageModuleForServiceGroup(String moduleId122, String serviceGroupName123, ModuleAdminServiceCallbackHandler callback) throws RemoteException
disengageModuleForServiceGroup121
- RemoteException
String removeModuleParameter(String moduleName127, String moduleVersion128, String parameterName129) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
removeModuleParameter126
- ModuleAdminServiceModuleMgtExceptionException
- :RemoteException
void startremoveModuleParameter(String moduleName127, String moduleVersion128, String parameterName129, ModuleAdminServiceCallbackHandler callback) throws RemoteException
removeModuleParameter126
- RemoteException
Copyright © 2022 WSO2. All rights reserved.