Package org.wso2.carbon.module.mgt.stub
Class ModuleAdminServiceStub
java.lang.Object
org.apache.axis2.client.Stub
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceStub
- All Implemented Interfaces:
ModuleAdminService
public class ModuleAdminServiceStub
extends org.apache.axis2.client.Stub
implements ModuleAdminService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.axis2.description.AxisOperation[]Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules -
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorModuleAdminServiceStub(String targetEndpoint) Constructor taking the target endpointModuleAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) Default ConstructorModuleAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) Constructor that takes in a configContextModuleAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) Constructor that takes in a configContext and useseperate listner -
Method Summary
Modifier and TypeMethodDescriptionbooleandisengageModuleForOperation(String moduleId148, String serviceName149, String operationName150) Auto generated method signaturebooleandisengageModuleForService(String moduleId194, String serviceName195) Auto generated method signaturebooleandisengageModuleForServiceGroup(String moduleId213, String serviceGroupName214) Auto generated method signaturebooleandisengageModuleFromSystem(String moduleId181) Auto generated method signaturebooleanengageModuleForOperation(String moduleId199, String serviceName200, String operationName201) Auto generated method signaturebooleanengageModuleForService(String moduleId143, String serviceName144) Auto generated method signaturebooleanengageModuleForServiceGroup(String moduleID133, String serviceGroupName134) Auto generated method signaturegetModuleInfo(String moduleName138, String moduleVersion139) Auto generated method signatureString[]getModuleParameters(String moduleName185, String moduleVersion186) Auto generated method signaturebooleangloballyDisengageModule(String moduleId177) Auto generated method signaturebooleangloballyEngageModule(String moduleId173) Auto generated method signatureAuto generated method signatureAuto generated method signaturelistModulesForOperation(String serviceName164, String operationName165) Auto generated method signaturelistModulesForService(String serviceName169) Auto generated method signaturelistModulesForServiceGroup(String serviceGroupName190) Auto generated method signatureremoveModule(String moduleId154) Auto generated method signatureremoveModuleParameter(String moduleName218, String moduleVersion219, String parameterName220) Auto generated method signaturevoidsetModuleParameters(String moduleName209, String moduleVersion210, String[] parameters211) Auto generated method signaturevoidstartdisengageModuleForOperation(String moduleId148, String serviceName149, String operationName150, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartdisengageModuleForService(String moduleId194, String serviceName195, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartdisengageModuleForServiceGroup(String moduleId213, String serviceGroupName214, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartdisengageModuleFromSystem(String moduleId181, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartengageModuleForOperation(String moduleId199, String serviceName200, String operationName201, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartengageModuleForService(String moduleId143, String serviceName144, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartengageModuleForServiceGroup(String moduleID133, String serviceGroupName134, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetModuleInfo(String moduleName138, String moduleVersion139, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetModuleParameters(String moduleName185, String moduleVersion186, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgloballyDisengageModule(String moduleId177, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgloballyEngageModule(String moduleId173, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidAuto generated method signature for Asynchronous InvocationsvoidAuto generated method signature for Asynchronous InvocationsvoidstartlistModulesForOperation(String serviceName164, String operationName165, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartlistModulesForService(String serviceName169, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartlistModulesForServiceGroup(String serviceGroupName190, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartremoveModule(String moduleId154, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartremoveModuleParameter(String moduleName218, String moduleVersion219, String parameterName220, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartuploadModule(ModuleUploadData[] moduleUploadData205, ModuleAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsuploadModule(ModuleUploadData[] moduleUploadData205) Auto generated method signatureMethods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
Field Details
-
_operations
protected org.apache.axis2.description.AxisOperation[] _operations
-
-
Constructor Details
-
ModuleAdminServiceStub
public ModuleAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
ModuleAdminServiceStub
public ModuleAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault Constructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
ModuleAdminServiceStub
public ModuleAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault Default Constructor- Throws:
org.apache.axis2.AxisFault
-
ModuleAdminServiceStub
public ModuleAdminServiceStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
ModuleAdminServiceStub
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Details
-
engageModuleForServiceGroup
public boolean engageModuleForServiceGroup(String moduleID133, String serviceGroupName134) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
engageModuleForServiceGroupin interfaceModuleAdminService- Parameters:
engageModuleForServiceGroup132-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startengageModuleForServiceGroup
public void startengageModuleForServiceGroup(String moduleID133, String serviceGroupName134, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startengageModuleForServiceGroupin interfaceModuleAdminService- Parameters:
engageModuleForServiceGroup132-- Throws:
RemoteException- See Also:
-
getModuleInfo
public ModuleMetaData getModuleInfo(String moduleName138, String moduleVersion139) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
getModuleInfoin interfaceModuleAdminService- Parameters:
getModuleInfo137-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startgetModuleInfo
public void startgetModuleInfo(String moduleName138, String moduleVersion139, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startgetModuleInfoin interfaceModuleAdminService- Parameters:
getModuleInfo137-- Throws:
RemoteException- See Also:
-
engageModuleForService
public boolean engageModuleForService(String moduleId143, String serviceName144) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
engageModuleForServicein interfaceModuleAdminService- Parameters:
engageModuleForService142-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startengageModuleForService
public void startengageModuleForService(String moduleId143, String serviceName144, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startengageModuleForServicein interfaceModuleAdminService- Parameters:
engageModuleForService142-- Throws:
RemoteException- See Also:
-
disengageModuleForOperation
public boolean disengageModuleForOperation(String moduleId148, String serviceName149, String operationName150) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
disengageModuleForOperationin interfaceModuleAdminService- Parameters:
disengageModuleForOperation147-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startdisengageModuleForOperation
public void startdisengageModuleForOperation(String moduleId148, String serviceName149, String operationName150, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startdisengageModuleForOperationin interfaceModuleAdminService- Parameters:
disengageModuleForOperation147-- Throws:
RemoteException- See Also:
-
removeModule
public String removeModule(String moduleId154) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
removeModulein interfaceModuleAdminService- Parameters:
removeModule153-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startremoveModule
public void startremoveModule(String moduleId154, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startremoveModulein interfaceModuleAdminService- Parameters:
removeModule153-- Throws:
RemoteException- See Also:
-
listModules
Auto generated method signature- Specified by:
listModulesin interfaceModuleAdminService- Parameters:
listModules157-- Throws:
RemoteException- See Also:
-
startlistModules
Auto generated method signature for Asynchronous Invocations- Specified by:
startlistModulesin interfaceModuleAdminService- Parameters:
listModules157-- Throws:
RemoteException- See Also:
-
listGloballyEngagedModules
Auto generated method signature- Specified by:
listGloballyEngagedModulesin interfaceModuleAdminService- Parameters:
listGloballyEngagedModules160-- Throws:
RemoteException- See Also:
-
startlistGloballyEngagedModules
public void startlistGloballyEngagedModules(ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startlistGloballyEngagedModulesin interfaceModuleAdminService- Parameters:
listGloballyEngagedModules160-- Throws:
RemoteException- See Also:
-
listModulesForOperation
public ModuleMetaData[] listModulesForOperation(String serviceName164, String operationName165) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
listModulesForOperationin interfaceModuleAdminService- Parameters:
listModulesForOperation163-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startlistModulesForOperation
public void startlistModulesForOperation(String serviceName164, String operationName165, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startlistModulesForOperationin interfaceModuleAdminService- Parameters:
listModulesForOperation163-- Throws:
RemoteException- See Also:
-
listModulesForService
public ModuleMetaData[] listModulesForService(String serviceName169) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
listModulesForServicein interfaceModuleAdminService- Parameters:
listModulesForService168-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startlistModulesForService
public void startlistModulesForService(String serviceName169, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startlistModulesForServicein interfaceModuleAdminService- Parameters:
listModulesForService168-- Throws:
RemoteException- See Also:
-
globallyEngageModule
public boolean globallyEngageModule(String moduleId173) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
globallyEngageModulein interfaceModuleAdminService- Parameters:
globallyEngageModule172-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startgloballyEngageModule
public void startgloballyEngageModule(String moduleId173, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startgloballyEngageModulein interfaceModuleAdminService- Parameters:
globallyEngageModule172-- Throws:
RemoteException- See Also:
-
globallyDisengageModule
public boolean globallyDisengageModule(String moduleId177) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
globallyDisengageModulein interfaceModuleAdminService- Parameters:
globallyDisengageModule176-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startgloballyDisengageModule
public void startgloballyDisengageModule(String moduleId177, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startgloballyDisengageModulein interfaceModuleAdminService- Parameters:
globallyDisengageModule176-- Throws:
RemoteException- See Also:
-
disengageModuleFromSystem
public boolean disengageModuleFromSystem(String moduleId181) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
disengageModuleFromSystemin interfaceModuleAdminService- Parameters:
disengageModuleFromSystem180-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startdisengageModuleFromSystem
public void startdisengageModuleFromSystem(String moduleId181, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startdisengageModuleFromSystemin interfaceModuleAdminService- Parameters:
disengageModuleFromSystem180-- Throws:
RemoteException- See Also:
-
getModuleParameters
public String[] getModuleParameters(String moduleName185, String moduleVersion186) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
getModuleParametersin interfaceModuleAdminService- Parameters:
getModuleParameters184-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startgetModuleParameters
public void startgetModuleParameters(String moduleName185, String moduleVersion186, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startgetModuleParametersin interfaceModuleAdminService- Parameters:
getModuleParameters184-- Throws:
RemoteException- See Also:
-
listModulesForServiceGroup
public ModuleMetaData[] listModulesForServiceGroup(String serviceGroupName190) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
listModulesForServiceGroupin interfaceModuleAdminService- Parameters:
listModulesForServiceGroup189-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startlistModulesForServiceGroup
public void startlistModulesForServiceGroup(String serviceGroupName190, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startlistModulesForServiceGroupin interfaceModuleAdminService- Parameters:
listModulesForServiceGroup189-- Throws:
RemoteException- See Also:
-
disengageModuleForService
public boolean disengageModuleForService(String moduleId194, String serviceName195) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
disengageModuleForServicein interfaceModuleAdminService- Parameters:
disengageModuleForService193-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startdisengageModuleForService
public void startdisengageModuleForService(String moduleId194, String serviceName195, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startdisengageModuleForServicein interfaceModuleAdminService- Parameters:
disengageModuleForService193-- Throws:
RemoteException- See Also:
-
engageModuleForOperation
public boolean engageModuleForOperation(String moduleId199, String serviceName200, String operationName201) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
engageModuleForOperationin interfaceModuleAdminService- Parameters:
engageModuleForOperation198-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startengageModuleForOperation
public void startengageModuleForOperation(String moduleId199, String serviceName200, String operationName201, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startengageModuleForOperationin interfaceModuleAdminService- Parameters:
engageModuleForOperation198-- Throws:
RemoteException- See Also:
-
uploadModule
Auto generated method signature- Specified by:
uploadModulein interfaceModuleAdminService- Parameters:
uploadModule204-- Throws:
RemoteException- See Also:
-
startuploadModule
public void startuploadModule(ModuleUploadData[] moduleUploadData205, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startuploadModulein interfaceModuleAdminService- Parameters:
uploadModule204-- Throws:
RemoteException- See Also:
-
setModuleParameters
public void setModuleParameters(String moduleName209, String moduleVersion210, String[] parameters211) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
setModuleParametersin interfaceModuleAdminService- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException
-
disengageModuleForServiceGroup
public boolean disengageModuleForServiceGroup(String moduleId213, String serviceGroupName214) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
disengageModuleForServiceGroupin interfaceModuleAdminService- Parameters:
disengageModuleForServiceGroup212-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startdisengageModuleForServiceGroup
public void startdisengageModuleForServiceGroup(String moduleId213, String serviceGroupName214, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startdisengageModuleForServiceGroupin interfaceModuleAdminService- Parameters:
disengageModuleForServiceGroup212-- Throws:
RemoteException- See Also:
-
removeModuleParameter
public String removeModuleParameter(String moduleName218, String moduleVersion219, String parameterName220) throws RemoteException, ModuleAdminServiceModuleMgtExceptionException Auto generated method signature- Specified by:
removeModuleParameterin interfaceModuleAdminService- Parameters:
removeModuleParameter217-- Throws:
ModuleAdminServiceModuleMgtExceptionException- :RemoteException- See Also:
-
startremoveModuleParameter
public void startremoveModuleParameter(String moduleName218, String moduleVersion219, String parameterName220, ModuleAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startremoveModuleParameterin interfaceModuleAdminService- Parameters:
removeModuleParameter217-- Throws:
RemoteException- See Also:
-