public class TracerAdminClient extends Object
Modifier and Type | Field and Description |
---|---|
org.wso2.carbon.tracer.stub.TracerAdminStub |
stub |
Constructor and Description |
---|
TracerAdminClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configCtx,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
clearAllSoapMessages() |
org.wso2.carbon.tracer.stub.types.carbon.MessagePayload |
getMessage(String serviceName,
String operationName,
long messageSequence) |
org.wso2.carbon.tracer.stub.types.carbon.TracerServiceInfo |
getMessages(int numberOfMessages,
String filter) |
org.wso2.carbon.tracer.stub.types.carbon.TracerServiceInfo |
setMonitoring(String flag) |
public org.wso2.carbon.tracer.stub.types.carbon.TracerServiceInfo getMessages(int numberOfMessages, String filter) throws RemoteException
RemoteException
public org.wso2.carbon.tracer.stub.types.carbon.TracerServiceInfo setMonitoring(String flag) throws RemoteException
RemoteException
public void clearAllSoapMessages() throws RemoteException
RemoteException
public org.wso2.carbon.tracer.stub.types.carbon.MessagePayload getMessage(String serviceName, String operationName, long messageSequence) throws RemoteException
RemoteException
Copyright © 2018 WSO2. All rights reserved.