public abstract class AndesManagerServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
AndesManagerServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
AndesManagerServiceCallbackHandler(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 |
receiveErrorgetAllClusterNodeAddresses(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllClusterNodeAddresses operation
|
void |
receiveErrorgetMyNodeID(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMyNodeID operation
|
void |
receiveErrorgetStoreHealth(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getStoreHealth operation
|
void |
receiveErrorisClusteringEnabled(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isClusteringEnabled operation
|
void |
receiveResultgetAllClusterNodeAddresses(String[] result)
auto generated Axis2 call back method for getAllClusterNodeAddresses method
override this method for handling normal response from getAllClusterNodeAddresses operation
|
void |
receiveResultgetMyNodeID(String result)
auto generated Axis2 call back method for getMyNodeID method
override this method for handling normal response from getMyNodeID operation
|
void |
receiveResultgetStoreHealth(boolean result)
auto generated Axis2 call back method for getStoreHealth method
override this method for handling normal response from getStoreHealth operation
|
void |
receiveResultisClusteringEnabled(boolean result)
auto generated Axis2 call back method for isClusteringEnabled method
override this method for handling normal response from isClusteringEnabled operation
|
protected Object clientData
public AndesManagerServiceCallbackHandler(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 AndesManagerServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetStoreHealth(boolean result)
public void receiveErrorgetStoreHealth(Exception e)
public void receiveResultisClusteringEnabled(boolean result)
public void receiveErrorisClusteringEnabled(Exception e)
public void receiveResultgetAllClusterNodeAddresses(String[] result)
public void receiveErrorgetAllClusterNodeAddresses(Exception e)
public void receiveResultgetMyNodeID(String result)
public void receiveErrorgetMyNodeID(Exception e)
Copyright © 2017 WSO2. All rights reserved.