Class SequenceAdminServiceStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.sequences.stub.types.SequenceAdminServiceStub
-
- All Implemented Interfaces:
SequenceAdminService
public class SequenceAdminServiceStub extends org.apache.axis2.client.Stub implements SequenceAdminService
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]_operations
-
Constructor Summary
Constructors Constructor Description SequenceAdminServiceStub()Default ConstructorSequenceAdminServiceStub(String targetEndpoint)Constructor taking the target endpointSequenceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)Default ConstructorSequenceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)Constructor that takes in a configContextSequenceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDynamicSequence(String key188, org.apache.axiom.om.OMElement extraElement189)Auto generated method signaturevoidaddSequence(org.apache.axiom.om.OMElement extraElement150)Auto generated method signaturevoidaddSequenceForTenant(org.apache.axiom.om.OMElement extraElement201, String tenantDomain202)Auto generated method signaturevoiddeleteAllSequence()Auto generated method signaturevoiddeleteDynamicSequence(String key209)Auto generated method signaturevoiddeleteSelectedSequence(String[] sequenceNames159)Auto generated method signaturevoiddeleteSequence(String sequenceName152)Auto generated method signaturevoiddeleteSequenceForTenant(String sequenceName161, String tenantDomain162)Auto generated method signatureStringdisableStatistics(String sequenceName176)Auto generated method signatureStringdisableTracing(String sequenceName205)Auto generated method signatureStringenableStatistics(String sequenceName184)Auto generated method signatureStringenableTracing(String sequenceName168)Auto generated method signatureConfigurationObject[]getDependents(String sequence172)Auto generated method signatureorg.apache.axiom.om.OMElementgetDynamicSequence(String key164)Auto generated method signatureintgetDynamicSequenceCount()Auto generated method signatureSequenceInfo[]getDynamicSequences(int pageNumber191, int sequencePerPage192)Auto generated method signatureStringgetEntryNamesString()Auto generated method signatureorg.apache.axiom.om.OMElementgetSequence(String sequenceName211)Auto generated method signatureorg.apache.axiom.om.OMElementgetSequenceForTenant(String sequenceName196, String tenantDomain197)Auto generated method signatureSequenceInfo[]getSequences(int pageNumber139, int sequencePerPage140)Auto generated method signatureintgetSequencesCount()Auto generated method signaturebooleanisExistingSequence(String sequenceName180)Auto generated method signaturebooleanisExistingSequenceForTenant(String sequenceName154, String tenantDomain155)Auto generated method signaturevoidsaveDynamicSequence(String key128, org.apache.axiom.om.OMElement extraElement129)Auto generated method signaturevoidsaveSequence(org.apache.axiom.om.OMElement extraElement134)Auto generated method signaturevoidstartdisableStatistics(String sequenceName176, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartdisableTracing(String sequenceName205, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartenableStatistics(String sequenceName184, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartenableTracing(String sequenceName168, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetDependents(String sequence172, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetDynamicSequence(String key164, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetDynamicSequenceCount(SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetDynamicSequences(int pageNumber191, int sequencePerPage192, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetEntryNamesString(SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSequence(String sequenceName211, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSequenceForTenant(String sequenceName196, String tenantDomain197, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSequences(int pageNumber139, int sequencePerPage140, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSequencesCount(SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartisExistingSequence(String sequenceName180, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartisExistingSequenceForTenant(String sequenceName154, String tenantDomain155, SequenceAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidupdateDynamicSequence(String key147, org.apache.axiom.om.OMElement extraElement148)Auto generated method signature-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
SequenceAdminServiceStub
public SequenceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
SequenceAdminServiceStub
public SequenceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
SequenceAdminServiceStub
public SequenceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
SequenceAdminServiceStub
public SequenceAdminServiceStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
SequenceAdminServiceStub
public SequenceAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
saveDynamicSequence
public void saveDynamicSequence(String key128, org.apache.axiom.om.OMElement extraElement129) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
saveDynamicSequencein interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
getEntryNamesString
public String getEntryNamesString() throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getEntryNamesStringin interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.getEntryNamesString()
-
startgetEntryNamesString
public void startgetEntryNamesString(SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEntryNamesStringin interfaceSequenceAdminService- Throws:
RemoteException- See Also:
SequenceAdminService.startgetEntryNamesString(org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
saveSequence
public void saveSequence(org.apache.axiom.om.OMElement extraElement134) throws RemoteException, SequenceEditorExceptionAuto generated method signature- Specified by:
saveSequencein interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
getSequencesCount
public int getSequencesCount() throws RemoteException, SequenceEditorExceptionAuto generated method signature- Specified by:
getSequencesCountin interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.getSequencesCount()
-
startgetSequencesCount
public void startgetSequencesCount(SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSequencesCountin interfaceSequenceAdminService- Throws:
RemoteException- See Also:
SequenceAdminService.startgetSequencesCount(org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
getSequences
public SequenceInfo[] getSequences(int pageNumber139, int sequencePerPage140) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getSequencesin interfaceSequenceAdminService- Parameters:
getSequences138-- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.getSequences(int, int)
-
startgetSequences
public void startgetSequences(int pageNumber139, int sequencePerPage140, SequenceAdminServiceCallbackHandler callback) throws RemoteExceptionAuto generated method signature for Asynchronous Invocations- Specified by:
startgetSequencesin interfaceSequenceAdminService- Parameters:
getSequences138-- Throws:
RemoteException- See Also:
SequenceAdminService.startgetSequences(int, int, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
getDynamicSequenceCount
public int getDynamicSequenceCount() throws RemoteException, SequenceEditorExceptionAuto generated method signature- Specified by:
getDynamicSequenceCountin interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.getDynamicSequenceCount()
-
startgetDynamicSequenceCount
public void startgetDynamicSequenceCount(SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDynamicSequenceCountin interfaceSequenceAdminService- Throws:
RemoteException- See Also:
SequenceAdminService.startgetDynamicSequenceCount(org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
updateDynamicSequence
public void updateDynamicSequence(String key147, org.apache.axiom.om.OMElement extraElement148) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
updateDynamicSequencein interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
addSequence
public void addSequence(org.apache.axiom.om.OMElement extraElement150) throws RemoteException, SequenceEditorExceptionAuto generated method signature- Specified by:
addSequencein interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
deleteSequence
public void deleteSequence(String sequenceName152) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
deleteSequencein interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
isExistingSequenceForTenant
public boolean isExistingSequenceForTenant(String sequenceName154, String tenantDomain155) throws RemoteException
Auto generated method signature- Specified by:
isExistingSequenceForTenantin interfaceSequenceAdminService- Parameters:
isExistingSequenceForTenant153-- Throws:
RemoteException- See Also:
SequenceAdminService.isExistingSequenceForTenant(java.lang.String, java.lang.String)
-
startisExistingSequenceForTenant
public void startisExistingSequenceForTenant(String sequenceName154, String tenantDomain155, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startisExistingSequenceForTenantin interfaceSequenceAdminService- Parameters:
isExistingSequenceForTenant153-- Throws:
RemoteException- See Also:
SequenceAdminService.startisExistingSequenceForTenant(java.lang.String, java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
deleteSelectedSequence
public void deleteSelectedSequence(String[] sequenceNames159) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
deleteSelectedSequencein interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
deleteSequenceForTenant
public void deleteSequenceForTenant(String sequenceName161, String tenantDomain162) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
deleteSequenceForTenantin interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
getDynamicSequence
public org.apache.axiom.om.OMElement getDynamicSequence(String key164) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getDynamicSequencein interfaceSequenceAdminService- Parameters:
getDynamicSequence163-- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.getDynamicSequence(java.lang.String)
-
startgetDynamicSequence
public void startgetDynamicSequence(String key164, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDynamicSequencein interfaceSequenceAdminService- Parameters:
getDynamicSequence163-- Throws:
RemoteException- See Also:
SequenceAdminService.startgetDynamicSequence(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
enableTracing
public String enableTracing(String sequenceName168) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
enableTracingin interfaceSequenceAdminService- Parameters:
enableTracing167-- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.enableTracing(java.lang.String)
-
startenableTracing
public void startenableTracing(String sequenceName168, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startenableTracingin interfaceSequenceAdminService- Parameters:
enableTracing167-- Throws:
RemoteException- See Also:
SequenceAdminService.startenableTracing(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
getDependents
public ConfigurationObject[] getDependents(String sequence172) throws RemoteException
Auto generated method signature- Specified by:
getDependentsin interfaceSequenceAdminService- Parameters:
getDependents171-- Throws:
RemoteException- See Also:
SequenceAdminService.getDependents(java.lang.String)
-
startgetDependents
public void startgetDependents(String sequence172, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDependentsin interfaceSequenceAdminService- Parameters:
getDependents171-- Throws:
RemoteException- See Also:
SequenceAdminService.startgetDependents(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
disableStatistics
public String disableStatistics(String sequenceName176) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
disableStatisticsin interfaceSequenceAdminService- Parameters:
disableStatistics175-- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.disableStatistics(java.lang.String)
-
startdisableStatistics
public void startdisableStatistics(String sequenceName176, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdisableStatisticsin interfaceSequenceAdminService- Parameters:
disableStatistics175-- Throws:
RemoteException- See Also:
SequenceAdminService.startdisableStatistics(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
isExistingSequence
public boolean isExistingSequence(String sequenceName180) throws RemoteException
Auto generated method signature- Specified by:
isExistingSequencein interfaceSequenceAdminService- Parameters:
isExistingSequence179-- Throws:
RemoteException- See Also:
SequenceAdminService.isExistingSequence(java.lang.String)
-
startisExistingSequence
public void startisExistingSequence(String sequenceName180, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startisExistingSequencein interfaceSequenceAdminService- Parameters:
isExistingSequence179-- Throws:
RemoteException- See Also:
SequenceAdminService.startisExistingSequence(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
enableStatistics
public String enableStatistics(String sequenceName184) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
enableStatisticsin interfaceSequenceAdminService- Parameters:
enableStatistics183-- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.enableStatistics(java.lang.String)
-
startenableStatistics
public void startenableStatistics(String sequenceName184, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startenableStatisticsin interfaceSequenceAdminService- Parameters:
enableStatistics183-- Throws:
RemoteException- See Also:
SequenceAdminService.startenableStatistics(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
addDynamicSequence
public void addDynamicSequence(String key188, org.apache.axiom.om.OMElement extraElement189) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
addDynamicSequencein interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
getDynamicSequences
public SequenceInfo[] getDynamicSequences(int pageNumber191, int sequencePerPage192) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getDynamicSequencesin interfaceSequenceAdminService- Parameters:
getDynamicSequences190-- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.getDynamicSequences(int, int)
-
startgetDynamicSequences
public void startgetDynamicSequences(int pageNumber191, int sequencePerPage192, SequenceAdminServiceCallbackHandler callback) throws RemoteExceptionAuto generated method signature for Asynchronous Invocations- Specified by:
startgetDynamicSequencesin interfaceSequenceAdminService- Parameters:
getDynamicSequences190-- Throws:
RemoteException- See Also:
SequenceAdminService.startgetDynamicSequences(int, int, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
getSequenceForTenant
public org.apache.axiom.om.OMElement getSequenceForTenant(String sequenceName196, String tenantDomain197) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getSequenceForTenantin interfaceSequenceAdminService- Parameters:
getSequenceForTenant195-- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.getSequenceForTenant(java.lang.String, java.lang.String)
-
startgetSequenceForTenant
public void startgetSequenceForTenant(String sequenceName196, String tenantDomain197, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSequenceForTenantin interfaceSequenceAdminService- Parameters:
getSequenceForTenant195-- Throws:
RemoteException- See Also:
SequenceAdminService.startgetSequenceForTenant(java.lang.String, java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
addSequenceForTenant
public void addSequenceForTenant(org.apache.axiom.om.OMElement extraElement201, String tenantDomain202) throws RemoteException, SequenceEditorExceptionAuto generated method signature- Specified by:
addSequenceForTenantin interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
deleteAllSequence
public void deleteAllSequence() throws RemoteException, SequenceEditorExceptionAuto generated method signature- Specified by:
deleteAllSequencein interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
disableTracing
public String disableTracing(String sequenceName205) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
disableTracingin interfaceSequenceAdminService- Parameters:
disableTracing204-- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.disableTracing(java.lang.String)
-
startdisableTracing
public void startdisableTracing(String sequenceName205, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdisableTracingin interfaceSequenceAdminService- Parameters:
disableTracing204-- Throws:
RemoteException- See Also:
SequenceAdminService.startdisableTracing(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
deleteDynamicSequence
public void deleteDynamicSequence(String key209) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
deleteDynamicSequencein interfaceSequenceAdminService- Throws:
SequenceEditorException- :RemoteException
-
getSequence
public org.apache.axiom.om.OMElement getSequence(String sequenceName211) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getSequencein interfaceSequenceAdminService- Parameters:
getSequence210-- Throws:
SequenceEditorException- :RemoteException- See Also:
SequenceAdminService.getSequence(java.lang.String)
-
startgetSequence
public void startgetSequence(String sequenceName211, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSequencein interfaceSequenceAdminService- Parameters:
getSequence210-- Throws:
RemoteException- See Also:
SequenceAdminService.startgetSequence(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
-