public abstract class AndesMQTTAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
AndesMQTTAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
AndesMQTTAdminServiceCallbackHandler(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.
|
Modifier and Type | Method and Description |
---|---|
Object |
getClientData()
Get the client data
|
void |
receiveErrorcheckCurrentUserHasTopicSubscriptionClosePermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from checkCurrentUserHasTopicSubscriptionClosePermission operation
|
void |
receiveErrorcloseSubscription(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from closeSubscription operation
|
void |
receiveErrordeleteTopicFromRegistry(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteTopicFromRegistry operation
|
void |
receiveErrorgetFilteredSubscriptions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getFilteredSubscriptions operation
|
void |
receiveErrorgetMessageCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMessageCount operation
|
void |
receiveErrorgetSubscriptions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSubscriptions operation
|
void |
receiveErrorgetTotalSubscriptionCountForSearchResult(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getTotalSubscriptionCountForSearchResult operation
|
void |
receiveResultcheckCurrentUserHasTopicSubscriptionClosePermission(boolean result)
auto generated Axis2 call back method for checkCurrentUserHasTopicSubscriptionClosePermission method
override this method for handling normal response from checkCurrentUserHasTopicSubscriptionClosePermission operation
|
void |
receiveResultcloseSubscription()
auto generated Axis2 call back method for closeSubscription method
override this method for handling normal response from closeSubscription operation
|
void |
receiveResultdeleteTopicFromRegistry()
auto generated Axis2 call back method for deleteTopicFromRegistry method
override this method for handling normal response from deleteTopicFromRegistry operation
|
void |
receiveResultgetFilteredSubscriptions(Subscription[] result)
auto generated Axis2 call back method for getFilteredSubscriptions method
override this method for handling normal response from getFilteredSubscriptions operation
|
void |
receiveResultgetMessageCount(long result)
auto generated Axis2 call back method for getMessageCount method
override this method for handling normal response from getMessageCount operation
|
void |
receiveResultgetSubscriptions(Subscription[] result)
auto generated Axis2 call back method for getSubscriptions method
override this method for handling normal response from getSubscriptions operation
|
void |
receiveResultgetTotalSubscriptionCountForSearchResult(int result)
auto generated Axis2 call back method for getTotalSubscriptionCountForSearchResult method
override this method for handling normal response from getTotalSubscriptionCountForSearchResult operation
|
protected Object clientData
public AndesMQTTAdminServiceCallbackHandler(Object clientData)
clientData
- Object mechanism by which the user can pass in user data
that will be avilable at the time this callback is called.public AndesMQTTAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultdeleteTopicFromRegistry()
public void receiveErrordeleteTopicFromRegistry(Exception e)
public void receiveResultcheckCurrentUserHasTopicSubscriptionClosePermission(boolean result)
public void receiveErrorcheckCurrentUserHasTopicSubscriptionClosePermission(Exception e)
public void receiveResultgetTotalSubscriptionCountForSearchResult(int result)
public void receiveErrorgetTotalSubscriptionCountForSearchResult(Exception e)
public void receiveResultgetMessageCount(long result)
public void receiveErrorgetMessageCount(Exception e)
public void receiveResultgetFilteredSubscriptions(Subscription[] result)
public void receiveErrorgetFilteredSubscriptions(Exception e)
public void receiveResultcloseSubscription()
public void receiveErrorcloseSubscription(Exception e)
public void receiveResultgetSubscriptions(Subscription[] result)
public void receiveErrorgetSubscriptions(Exception e)
Copyright © 2022 WSO2. All rights reserved.