Class LogViewerStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.logging.view.stub.LogViewerStub
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description LogViewerStub()
Default ConstructorLogViewerStub(String targetEndpoint)
Constructor taking the target endpointLogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorLogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextLogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearLogs()
Auto generated method signatureLogEvent[]
getAllSystemLogs()
Auto generated method signaturevoid
startgetAllSystemLogs(LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
LogViewerStub
public LogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
LogViewerStub
public LogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
LogViewerStub
public LogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
LogViewerStub
public LogViewerStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
LogViewerStub
public LogViewerStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
getAllSystemLogs
public LogEvent[] getAllSystemLogs() throws RemoteException
Auto generated method signature- Specified by:
getAllSystemLogs
in interfaceLogViewer
- Parameters:
getAllSystemLogs4
-- Throws:
RemoteException
- See Also:
LogViewer.getAllSystemLogs()
-
startgetAllSystemLogs
public void startgetAllSystemLogs(LogViewerCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllSystemLogs
in interfaceLogViewer
- Parameters:
getAllSystemLogs4
-- Throws:
RemoteException
- See Also:
LogViewer.startgetAllSystemLogs(org.wso2.carbon.logging.view.stub.LogViewerCallbackHandler)
-
clearLogs
public void clearLogs() throws RemoteException
Auto generated method signature- Specified by:
clearLogs
in interfaceLogViewer
- Throws:
RemoteException
-
-