public abstract class JmxAgentCallbackHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
clientData |
| Constructor and Description |
|---|
JmxAgentCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
JmxAgentCallbackHandler(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 |
receiveErroraddProfile(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addProfile operation
|
void |
receiveErroraddToolboxProfile(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addToolboxProfile operation
|
void |
receiveErrordeleteProfile(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteProfile operation
|
void |
receiveErrorgetAllProfiles(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllProfiles operation
|
void |
receiveErrorgetMBeanAttributeInfo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMBeanAttributeInfo operation
|
void |
receiveErrorgetMBeans(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMBeans operation
|
void |
receiveErrorgetProfile(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getProfile operation
|
void |
receiveErrortestDataPublisherAvailability(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from testDataPublisherAvailability operation
|
void |
receiveErrorupdateProfile(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from updateProfile operation
|
void |
receiveResultaddProfile(boolean result)
auto generated Axis2 call back method for addProfile method
override this method for handling normal response from addProfile operation
|
void |
receiveResultaddToolboxProfile(boolean result)
auto generated Axis2 call back method for addToolboxProfile method
override this method for handling normal response from addToolboxProfile operation
|
void |
receiveResultdeleteProfile(boolean result)
auto generated Axis2 call back method for deleteProfile method
override this method for handling normal response from deleteProfile operation
|
void |
receiveResultgetAllProfiles(Profile[] result)
auto generated Axis2 call back method for getAllProfiles method
override this method for handling normal response from getAllProfiles operation
|
void |
receiveResultgetMBeanAttributeInfo(ArrayOfString[] result)
auto generated Axis2 call back method for getMBeanAttributeInfo method
override this method for handling normal response from getMBeanAttributeInfo operation
|
void |
receiveResultgetMBeans(ArrayOfString[] result)
auto generated Axis2 call back method for getMBeans method
override this method for handling normal response from getMBeans operation
|
void |
receiveResultgetProfile(Profile result)
auto generated Axis2 call back method for getProfile method
override this method for handling normal response from getProfile operation
|
void |
receiveResulttestDataPublisherAvailability(boolean result)
auto generated Axis2 call back method for testDataPublisherAvailability method
override this method for handling normal response from testDataPublisherAvailability operation
|
void |
receiveResultupdateProfile(boolean result)
auto generated Axis2 call back method for updateProfile method
override this method for handling normal response from updateProfile operation
|
protected Object clientData
public JmxAgentCallbackHandler(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 JmxAgentCallbackHandler()
public Object getClientData()
public void receiveResultaddToolboxProfile(boolean result)
public void receiveErroraddToolboxProfile(Exception e)
public void receiveResulttestDataPublisherAvailability(boolean result)
public void receiveErrortestDataPublisherAvailability(Exception e)
public void receiveResultgetAllProfiles(Profile[] result)
public void receiveErrorgetAllProfiles(Exception e)
public void receiveResultupdateProfile(boolean result)
public void receiveErrorupdateProfile(Exception e)
public void receiveResultaddProfile(boolean result)
public void receiveErroraddProfile(Exception e)
public void receiveResultgetMBeanAttributeInfo(ArrayOfString[] result)
public void receiveErrorgetMBeanAttributeInfo(Exception e)
public void receiveResultgetProfile(Profile result)
public void receiveErrorgetProfile(Exception e)
public void receiveResultgetMBeans(ArrayOfString[] result)
public void receiveErrorgetMBeans(Exception e)
public void receiveResultdeleteProfile(boolean result)
public void receiveErrordeleteProfile(Exception e)
Copyright © 2015 WSO2. All rights reserved.