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 - :RemoteExceptionvoid startengageModuleForServiceGroup(String moduleID42, String serviceGroupName43, ModuleAdminServiceCallbackHandler callback) throws RemoteException
engageModuleForServiceGroup41 - RemoteExceptionModuleMetaData getModuleInfo(String moduleName47, String moduleVersion48) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
getModuleInfo46 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startgetModuleInfo(String moduleName47, String moduleVersion48, ModuleAdminServiceCallbackHandler callback) throws RemoteException
getModuleInfo46 - RemoteExceptionboolean engageModuleForService(String moduleId52, String serviceName53) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
engageModuleForService51 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startengageModuleForService(String moduleId52, String serviceName53, ModuleAdminServiceCallbackHandler callback) throws RemoteException
engageModuleForService51 - RemoteExceptionboolean disengageModuleForOperation(String moduleId57, String serviceName58, String operationName59) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
disengageModuleForOperation56 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startdisengageModuleForOperation(String moduleId57, String serviceName58, String operationName59, ModuleAdminServiceCallbackHandler callback) throws RemoteException
disengageModuleForOperation56 - RemoteExceptionString removeModule(String moduleId63) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
removeModule62 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startremoveModule(String moduleId63, ModuleAdminServiceCallbackHandler callback) throws RemoteException
removeModule62 - RemoteExceptionModuleMetaData[] listModules() throws RemoteException
listModules66 - RemoteExceptionvoid startlistModules(ModuleAdminServiceCallbackHandler callback) throws RemoteException
listModules66 - RemoteExceptionModuleMetaData[] listGloballyEngagedModules() throws RemoteException
listGloballyEngagedModules69 - RemoteExceptionvoid startlistGloballyEngagedModules(ModuleAdminServiceCallbackHandler callback) throws RemoteException
listGloballyEngagedModules69 - RemoteExceptionModuleMetaData[] listModulesForOperation(String serviceName73, String operationName74) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
listModulesForOperation72 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startlistModulesForOperation(String serviceName73, String operationName74, ModuleAdminServiceCallbackHandler callback) throws RemoteException
listModulesForOperation72 - RemoteExceptionModuleMetaData[] listModulesForService(String serviceName78) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
listModulesForService77 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startlistModulesForService(String serviceName78, ModuleAdminServiceCallbackHandler callback) throws RemoteException
listModulesForService77 - RemoteExceptionboolean globallyEngageModule(String moduleId82) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
globallyEngageModule81 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startgloballyEngageModule(String moduleId82, ModuleAdminServiceCallbackHandler callback) throws RemoteException
globallyEngageModule81 - RemoteExceptionboolean globallyDisengageModule(String moduleId86) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
globallyDisengageModule85 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startgloballyDisengageModule(String moduleId86, ModuleAdminServiceCallbackHandler callback) throws RemoteException
globallyDisengageModule85 - RemoteExceptionboolean disengageModuleFromSystem(String moduleId90) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
disengageModuleFromSystem89 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startdisengageModuleFromSystem(String moduleId90, ModuleAdminServiceCallbackHandler callback) throws RemoteException
disengageModuleFromSystem89 - RemoteExceptionString[] getModuleParameters(String moduleName94, String moduleVersion95) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
getModuleParameters93 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startgetModuleParameters(String moduleName94, String moduleVersion95, ModuleAdminServiceCallbackHandler callback) throws RemoteException
getModuleParameters93 - RemoteExceptionModuleMetaData[] listModulesForServiceGroup(String serviceGroupName99) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
listModulesForServiceGroup98 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startlistModulesForServiceGroup(String serviceGroupName99, ModuleAdminServiceCallbackHandler callback) throws RemoteException
listModulesForServiceGroup98 - RemoteExceptionboolean disengageModuleForService(String moduleId103, String serviceName104) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
disengageModuleForService102 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startdisengageModuleForService(String moduleId103, String serviceName104, ModuleAdminServiceCallbackHandler callback) throws RemoteException
disengageModuleForService102 - RemoteExceptionboolean engageModuleForOperation(String moduleId108, String serviceName109, String operationName110) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
engageModuleForOperation107 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startengageModuleForOperation(String moduleId108, String serviceName109, String operationName110, ModuleAdminServiceCallbackHandler callback) throws RemoteException
engageModuleForOperation107 - RemoteExceptionString uploadModule(ModuleUploadData[] moduleUploadData114) throws RemoteException
uploadModule113 - RemoteExceptionvoid startuploadModule(ModuleUploadData[] moduleUploadData114, ModuleAdminServiceCallbackHandler callback) throws RemoteException
uploadModule113 - RemoteExceptionvoid setModuleParameters(String moduleName118, String moduleVersion119, String[] parameters120) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
boolean disengageModuleForServiceGroup(String moduleId122, String serviceGroupName123) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
disengageModuleForServiceGroup121 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startdisengageModuleForServiceGroup(String moduleId122, String serviceGroupName123, ModuleAdminServiceCallbackHandler callback) throws RemoteException
disengageModuleForServiceGroup121 - RemoteExceptionString removeModuleParameter(String moduleName127, String moduleVersion128, String parameterName129) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException
removeModuleParameter126 - ModuleAdminServiceModuleMgtExceptionException - :RemoteExceptionvoid startremoveModuleParameter(String moduleName127, String moduleVersion128, String parameterName129, ModuleAdminServiceCallbackHandler callback) throws RemoteException
removeModuleParameter126 - RemoteExceptionCopyright © 2019 WSO2. All rights reserved.