Class SequenceAdminServiceCallbackHandler


  • public abstract class SequenceAdminServiceCallbackHandler
    extends Object
    SequenceAdminServiceCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.
    • Field Detail

      • clientData

        protected Object clientData
    • Constructor Detail

      • SequenceAdminServiceCallbackHandler

        public SequenceAdminServiceCallbackHandler​(Object clientData)
        User can pass in any object that needs to be accessed once the NonBlocking Web service call is finished and appropriate method of this CallBack is called.
        Parameters:
        clientData - Object mechanism by which the user can pass in user data that will be avilable at the time this callback is called.
      • SequenceAdminServiceCallbackHandler

        public SequenceAdminServiceCallbackHandler()
        Please use this constructor if you don't want to set any clientData
    • Method Detail

      • getClientData

        public Object getClientData()
        Get the client data
      • receiveResultgetEntryNamesString

        public void receiveResultgetEntryNamesString​(String result)
        auto generated Axis2 call back method for getEntryNamesString method override this method for handling normal response from getEntryNamesString operation
      • receiveErrorgetEntryNamesString

        public void receiveErrorgetEntryNamesString​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getEntryNamesString operation
      • receiveResultgetSequencesCount

        public void receiveResultgetSequencesCount​(int result)
        auto generated Axis2 call back method for getSequencesCount method override this method for handling normal response from getSequencesCount operation
      • receiveErrorgetSequencesCount

        public void receiveErrorgetSequencesCount​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getSequencesCount operation
      • receiveResultgetSequences

        public void receiveResultgetSequences​(SequenceInfo[] result)
        auto generated Axis2 call back method for getSequences method override this method for handling normal response from getSequences operation
      • receiveErrorgetSequences

        public void receiveErrorgetSequences​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getSequences operation
      • receiveResultgetDynamicSequenceCount

        public void receiveResultgetDynamicSequenceCount​(int result)
        auto generated Axis2 call back method for getDynamicSequenceCount method override this method for handling normal response from getDynamicSequenceCount operation
      • receiveErrorgetDynamicSequenceCount

        public void receiveErrorgetDynamicSequenceCount​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getDynamicSequenceCount operation
      • receiveResultisExistingSequenceForTenant

        public void receiveResultisExistingSequenceForTenant​(boolean result)
        auto generated Axis2 call back method for isExistingSequenceForTenant method override this method for handling normal response from isExistingSequenceForTenant operation
      • receiveErrorisExistingSequenceForTenant

        public void receiveErrorisExistingSequenceForTenant​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from isExistingSequenceForTenant operation
      • receiveResultgetDynamicSequence

        public void receiveResultgetDynamicSequence​(org.apache.axiom.om.OMElement result)
        auto generated Axis2 call back method for getDynamicSequence method override this method for handling normal response from getDynamicSequence operation
      • receiveErrorgetDynamicSequence

        public void receiveErrorgetDynamicSequence​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getDynamicSequence operation
      • receiveResultenableTracing

        public void receiveResultenableTracing​(String result)
        auto generated Axis2 call back method for enableTracing method override this method for handling normal response from enableTracing operation
      • receiveErrorenableTracing

        public void receiveErrorenableTracing​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from enableTracing operation
      • receiveResultgetDependents

        public void receiveResultgetDependents​(ConfigurationObject[] result)
        auto generated Axis2 call back method for getDependents method override this method for handling normal response from getDependents operation
      • receiveErrorgetDependents

        public void receiveErrorgetDependents​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getDependents operation
      • receiveResultdisableStatistics

        public void receiveResultdisableStatistics​(String result)
        auto generated Axis2 call back method for disableStatistics method override this method for handling normal response from disableStatistics operation
      • receiveErrordisableStatistics

        public void receiveErrordisableStatistics​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from disableStatistics operation
      • receiveResultisExistingSequence

        public void receiveResultisExistingSequence​(boolean result)
        auto generated Axis2 call back method for isExistingSequence method override this method for handling normal response from isExistingSequence operation
      • receiveErrorisExistingSequence

        public void receiveErrorisExistingSequence​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from isExistingSequence operation
      • receiveResultenableStatistics

        public void receiveResultenableStatistics​(String result)
        auto generated Axis2 call back method for enableStatistics method override this method for handling normal response from enableStatistics operation
      • receiveErrorenableStatistics

        public void receiveErrorenableStatistics​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from enableStatistics operation
      • receiveResultgetDynamicSequences

        public void receiveResultgetDynamicSequences​(SequenceInfo[] result)
        auto generated Axis2 call back method for getDynamicSequences method override this method for handling normal response from getDynamicSequences operation
      • receiveErrorgetDynamicSequences

        public void receiveErrorgetDynamicSequences​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getDynamicSequences operation
      • receiveResultgetSequenceForTenant

        public void receiveResultgetSequenceForTenant​(org.apache.axiom.om.OMElement result)
        auto generated Axis2 call back method for getSequenceForTenant method override this method for handling normal response from getSequenceForTenant operation
      • receiveErrorgetSequenceForTenant

        public void receiveErrorgetSequenceForTenant​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getSequenceForTenant operation
      • receiveResultdisableTracing

        public void receiveResultdisableTracing​(String result)
        auto generated Axis2 call back method for disableTracing method override this method for handling normal response from disableTracing operation
      • receiveErrordisableTracing

        public void receiveErrordisableTracing​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from disableTracing operation
      • receiveResultgetSequence

        public void receiveResultgetSequence​(org.apache.axiom.om.OMElement result)
        auto generated Axis2 call back method for getSequence method override this method for handling normal response from getSequence operation
      • receiveErrorgetSequence

        public void receiveErrorgetSequence​(Exception e)
        auto generated Axis2 Error handler override this method for handling error response from getSequence operation