public class LoggingAdminStub extends org.apache.axis2.client.Stub implements LoggingAdmin
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
| Constructor and Description |
|---|
LoggingAdminStub()
Default Constructor
|
LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
LoggingAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLogger(String loggerName47,
String loggerClass48,
String logLevel49)
Auto generated method signature
|
LoggerData[] |
getAllLoggerData(boolean beginsWith39,
String logNameFilter40)
Auto generated method signature
|
LoggerData |
getLoggerData(String loggerName35)
Auto generated method signature
|
String |
getLoggers()
Auto generated method signature
|
boolean |
isLoggerExist(String loggerName31)
Auto generated method signature
|
void |
startgetAllLoggerData(boolean beginsWith39,
String logNameFilter40,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLoggerData(String loggerName35,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLoggers(LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisLoggerExist(String loggerName31,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateLoggerData(String loggerName44,
String logLevel45)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic LoggingAdminStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic LoggingAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean isLoggerExist(String loggerName31) throws RemoteException, LoggingAdminIOException
isLoggerExist in interface LoggingAdminisLoggerExist30 - LoggingAdminIOException - :RemoteExceptionLoggingAdmin.isLoggerExist(java.lang.String)public void startisLoggerExist(String loggerName31, LoggingAdminCallbackHandler callback) throws RemoteException
startisLoggerExist in interface LoggingAdminisLoggerExist30 - RemoteExceptionLoggingAdmin.startisLoggerExist(java.lang.String, org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)public LoggerData getLoggerData(String loggerName35) throws RemoteException, LoggingAdminIOException
getLoggerData in interface LoggingAdmingetLoggerData34 - LoggingAdminIOException - :RemoteExceptionLoggingAdmin.getLoggerData(java.lang.String)public void startgetLoggerData(String loggerName35, LoggingAdminCallbackHandler callback) throws RemoteException
startgetLoggerData in interface LoggingAdmingetLoggerData34 - RemoteExceptionLoggingAdmin.startgetLoggerData(java.lang.String, org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)public LoggerData[] getAllLoggerData(boolean beginsWith39, String logNameFilter40) throws RemoteException, LoggingAdminIOException
getAllLoggerData in interface LoggingAdmingetAllLoggerData38 - LoggingAdminIOException - :RemoteExceptionLoggingAdmin.getAllLoggerData(boolean, java.lang.String)public void startgetAllLoggerData(boolean beginsWith39,
String logNameFilter40,
LoggingAdminCallbackHandler callback)
throws RemoteException
startgetAllLoggerData in interface LoggingAdmingetAllLoggerData38 - RemoteExceptionLoggingAdmin.startgetAllLoggerData(boolean, java.lang.String, org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)public void updateLoggerData(String loggerName44, String logLevel45) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException
updateLoggerData in interface LoggingAdminLoggingAdminIOException - :LoggingAdminConfigurationException - :RemoteExceptionpublic void addLogger(String loggerName47, String loggerClass48, String logLevel49) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException
addLogger in interface LoggingAdminLoggingAdminIOException - :LoggingAdminConfigurationException - :RemoteExceptionpublic String getLoggers() throws RemoteException, LoggingAdminIOException
getLoggers in interface LoggingAdmingetLoggers50 - LoggingAdminIOException - :RemoteExceptionLoggingAdmin.getLoggers()public void startgetLoggers(LoggingAdminCallbackHandler callback) throws RemoteException
startgetLoggers in interface LoggingAdmingetLoggers50 - RemoteExceptionLoggingAdmin.startgetLoggers(org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)Copyright © 2022 WSO2. All rights reserved.