|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.integration.common.admin.client.LogViewerClient
public class LogViewerClient
This class can use to get system logs information
| Constructor Summary | |
|---|---|
LogViewerClient(String backEndUrl,
String sessionCookie)
|
|
LogViewerClient(String backEndURL,
String userName,
String password)
|
|
| Method Summary | |
|---|---|
boolean |
clearLogs()
|
org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] |
getAllRemoteSystemLogs()
Provide all remote system logs |
org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] |
getAllSystemLogs()
Deprecated. |
org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] |
getLogs(String logType,
String searchKey,
String domain,
String serverKey)
Deprecated. |
org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] |
getRemoteLogs(String logType,
String searchKey,
String domain,
String serverKey)
Getting remote system logs |
String[] |
getServiceNames()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogViewerClient(String backEndUrl,
String sessionCookie)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public LogViewerClient(String backEndURL,
String userName,
String password)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault| Method Detail |
|---|
public org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] getRemoteLogs(String logType,
String searchKey,
String domain,
String serverKey)
throws RemoteException,
org.wso2.carbon.logging.view.stub.LogViewerLogViewerException
logType - Log type (INFO,WARN,ERROR,DEBUG)searchKey - searching keyworddomain - - tenant domainserverKey - - server key defined at carbon.xml
RemoteException - Exception
org.wso2.carbon.logging.view.stub.LogViewerLogViewerException
public String[] getServiceNames()
throws RemoteException,
org.wso2.carbon.logging.view.stub.LogViewerLogViewerException
RemoteException
org.wso2.carbon.logging.view.stub.LogViewerLogViewerException
public org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] getAllRemoteSystemLogs()
throws RemoteException,
org.wso2.carbon.logging.view.stub.LogViewerLogViewerException
RemoteException
org.wso2.carbon.logging.view.stub.LogViewerLogViewerException
@Deprecated
public org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] getLogs(String logType,
String searchKey,
String domain,
String serverKey)
throws RemoteException
logType - Log type (INFO,WARN,ERROR,DEBUG)searchKey - searching keyworddomain - - tenant domainserverKey - - server key defined at carbon.xml
RemoteException - Exception
@Deprecated
public org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] getAllSystemLogs()
throws RemoteException
RemoteException
public boolean clearLogs()
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||