| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
| Constructor and Description |
|---|
JmxAgentStub()
Default Constructor
|
JmxAgentStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
JmxAgentStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
JmxAgentStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
JmxAgentStub(String targetEndpoint)
Constructor taking the target endpoint
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addProfile(Profile profile80)
Auto generated method signature
|
boolean |
addToolboxProfile()
Auto generated method signature
|
boolean |
deleteProfile(String profileName101)
Auto generated method signature
|
Profile[] |
getAllProfiles()
Auto generated method signature
|
ArrayOfString[] |
getMBeanAttributeInfo(String mBean84,
String url85,
String userName86,
String password87)
Auto generated method signature
|
ArrayOfString[] |
getMBeans(String url95,
String userName96,
String password97)
Auto generated method signature
|
Profile |
getProfile(String profileName91)
Auto generated method signature
|
void |
startaddProfile(Profile profile80,
JmxAgentCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddToolboxProfile(JmxAgentCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteProfile(String profileName101,
JmxAgentCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllProfiles(JmxAgentCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMBeanAttributeInfo(String mBean84,
String url85,
String userName86,
String password87,
JmxAgentCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMBeans(String url95,
String userName96,
String password97,
JmxAgentCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetProfile(String profileName91,
JmxAgentCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startMonitoringProfile(String profileName65)
Auto generated method signature
|
void |
starttestDataPublisherAvailability(String connectionType67,
String url68,
int port69,
JmxAgentCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateProfile(Profile profile76,
JmxAgentCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
stopMonitoringProfile(String profileName105)
Auto generated method signature
|
boolean |
testDataPublisherAvailability(String connectionType67,
String url68,
int port69)
Auto generated method signature
|
boolean |
updateProfile(Profile profile76)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic JmxAgentStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic JmxAgentStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic JmxAgentStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic JmxAgentStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic JmxAgentStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean addToolboxProfile()
throws RemoteException
addToolboxProfile in interface JmxAgentaddToolboxProfile61 - RemoteExceptionJmxAgent.addToolboxProfile()public void startaddToolboxProfile(JmxAgentCallbackHandler callback) throws RemoteException
startaddToolboxProfile in interface JmxAgentaddToolboxProfile61 - RemoteExceptionJmxAgent.startaddToolboxProfile(org.wso2.carbon.analytics.common.jmx.agent.stub.JmxAgentCallbackHandler)public void startMonitoringProfile(String profileName65) throws RemoteException, JmxAgentProfileDoesNotExistExceptionException
startMonitoringProfile in interface JmxAgentJmxAgentProfileDoesNotExistExceptionException - :RemoteExceptionpublic boolean testDataPublisherAvailability(String connectionType67, String url68, int port69) throws RemoteException
testDataPublisherAvailability in interface JmxAgenttestDataPublisherAvailability66 - RemoteExceptionJmxAgent.testDataPublisherAvailability(java.lang.String, java.lang.String, int)public void starttestDataPublisherAvailability(String connectionType67, String url68, int port69, JmxAgentCallbackHandler callback) throws RemoteException
starttestDataPublisherAvailability in interface JmxAgenttestDataPublisherAvailability66 - RemoteExceptionJmxAgent.starttestDataPublisherAvailability(java.lang.String, java.lang.String, int, org.wso2.carbon.analytics.common.jmx.agent.stub.JmxAgentCallbackHandler)public Profile[] getAllProfiles() throws RemoteException, JmxAgentJmxProfileExceptionException
getAllProfiles in interface JmxAgentgetAllProfiles72 - JmxAgentJmxProfileExceptionException - :RemoteExceptionJmxAgent.getAllProfiles()public void startgetAllProfiles(JmxAgentCallbackHandler callback) throws RemoteException
startgetAllProfiles in interface JmxAgentgetAllProfiles72 - RemoteExceptionJmxAgent.startgetAllProfiles(org.wso2.carbon.analytics.common.jmx.agent.stub.JmxAgentCallbackHandler)public boolean updateProfile(Profile profile76) throws RemoteException, JmxAgentProfileDoesNotExistExceptionException, JmxAgentJmxProfileExceptionException
updateProfile in interface JmxAgentupdateProfile75 - JmxAgentProfileDoesNotExistExceptionException - :JmxAgentJmxProfileExceptionException - :RemoteExceptionJmxAgent.updateProfile(org.wso2.carbon.analytics.common.jmx.agent.stub.profiles.xsd.Profile)public void startupdateProfile(Profile profile76, JmxAgentCallbackHandler callback) throws RemoteException
startupdateProfile in interface JmxAgentupdateProfile75 - RemoteExceptionJmxAgent.startupdateProfile(org.wso2.carbon.analytics.common.jmx.agent.stub.profiles.xsd.Profile, org.wso2.carbon.analytics.common.jmx.agent.stub.JmxAgentCallbackHandler)public boolean addProfile(Profile profile80) throws RemoteException, JmxAgentProfileAlreadyExistsExceptionException, JmxAgentJmxProfileExceptionException
addProfile in interface JmxAgentaddProfile79 - JmxAgentProfileAlreadyExistsExceptionException - :JmxAgentJmxProfileExceptionException - :RemoteExceptionJmxAgent.addProfile(org.wso2.carbon.analytics.common.jmx.agent.stub.profiles.xsd.Profile)public void startaddProfile(Profile profile80, JmxAgentCallbackHandler callback) throws RemoteException
startaddProfile in interface JmxAgentaddProfile79 - RemoteExceptionJmxAgent.startaddProfile(org.wso2.carbon.analytics.common.jmx.agent.stub.profiles.xsd.Profile, org.wso2.carbon.analytics.common.jmx.agent.stub.JmxAgentCallbackHandler)public ArrayOfString[] getMBeanAttributeInfo(String mBean84, String url85, String userName86, String password87) throws RemoteException, JmxAgentReflectionExceptionException, JmxAgentInstanceNotFoundExceptionException, JmxAgentMalformedObjectNameExceptionException, JmxAgentIOExceptionException, JmxAgentIntrospectionExceptionException
getMBeanAttributeInfo in interface JmxAgentgetMBeanAttributeInfo83 - JmxAgentReflectionExceptionException - :JmxAgentInstanceNotFoundExceptionException - :JmxAgentMalformedObjectNameExceptionException - :JmxAgentIOExceptionException - :JmxAgentIntrospectionExceptionException - :RemoteExceptionJmxAgent.getMBeanAttributeInfo(java.lang.String, java.lang.String, java.lang.String, java.lang.String)public void startgetMBeanAttributeInfo(String mBean84, String url85, String userName86, String password87, JmxAgentCallbackHandler callback) throws RemoteException
startgetMBeanAttributeInfo in interface JmxAgentgetMBeanAttributeInfo83 - RemoteExceptionJmxAgent.startgetMBeanAttributeInfo(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.analytics.common.jmx.agent.stub.JmxAgentCallbackHandler)public Profile getProfile(String profileName91) throws RemoteException, JmxAgentProfileDoesNotExistExceptionException, JmxAgentJmxProfileExceptionException
getProfile in interface JmxAgentgetProfile90 - JmxAgentProfileDoesNotExistExceptionException - :JmxAgentJmxProfileExceptionException - :RemoteExceptionJmxAgent.getProfile(java.lang.String)public void startgetProfile(String profileName91, JmxAgentCallbackHandler callback) throws RemoteException
startgetProfile in interface JmxAgentgetProfile90 - RemoteExceptionJmxAgent.startgetProfile(java.lang.String, org.wso2.carbon.analytics.common.jmx.agent.stub.JmxAgentCallbackHandler)public ArrayOfString[] getMBeans(String url95, String userName96, String password97) throws RemoteException, JmxAgentIOExceptionException
getMBeans in interface JmxAgentgetMBeans94 - JmxAgentIOExceptionException - :RemoteExceptionJmxAgent.getMBeans(java.lang.String, java.lang.String, java.lang.String)public void startgetMBeans(String url95, String userName96, String password97, JmxAgentCallbackHandler callback) throws RemoteException
startgetMBeans in interface JmxAgentgetMBeans94 - RemoteExceptionJmxAgent.startgetMBeans(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.analytics.common.jmx.agent.stub.JmxAgentCallbackHandler)public boolean deleteProfile(String profileName101) throws RemoteException, JmxAgentProfileDoesNotExistExceptionException, JmxAgentJmxProfileExceptionException
deleteProfile in interface JmxAgentdeleteProfile100 - JmxAgentProfileDoesNotExistExceptionException - :JmxAgentJmxProfileExceptionException - :RemoteExceptionJmxAgent.deleteProfile(java.lang.String)public void startdeleteProfile(String profileName101, JmxAgentCallbackHandler callback) throws RemoteException
startdeleteProfile in interface JmxAgentdeleteProfile100 - RemoteExceptionJmxAgent.startdeleteProfile(java.lang.String, org.wso2.carbon.analytics.common.jmx.agent.stub.JmxAgentCallbackHandler)public void stopMonitoringProfile(String profileName105) throws RemoteException, JmxAgentProfileDoesNotExistExceptionException
stopMonitoringProfile in interface JmxAgentJmxAgentProfileDoesNotExistExceptionException - :RemoteExceptionCopyright © 2015 WSO2. All rights reserved.