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, setServiceClientEPR
public LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public LoggingAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public LoggingAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean isLoggerExist(String loggerName31) throws RemoteException, LoggingAdminIOException
isLoggerExist
in interface LoggingAdmin
isLoggerExist30
- LoggingAdminIOException
- :RemoteException
LoggingAdmin.isLoggerExist(java.lang.String)
public void startisLoggerExist(String loggerName31, LoggingAdminCallbackHandler callback) throws RemoteException
startisLoggerExist
in interface LoggingAdmin
isLoggerExist30
- RemoteException
LoggingAdmin.startisLoggerExist(java.lang.String, org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)
public LoggerData getLoggerData(String loggerName35) throws RemoteException, LoggingAdminIOException
getLoggerData
in interface LoggingAdmin
getLoggerData34
- LoggingAdminIOException
- :RemoteException
LoggingAdmin.getLoggerData(java.lang.String)
public void startgetLoggerData(String loggerName35, LoggingAdminCallbackHandler callback) throws RemoteException
startgetLoggerData
in interface LoggingAdmin
getLoggerData34
- RemoteException
LoggingAdmin.startgetLoggerData(java.lang.String, org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)
public LoggerData[] getAllLoggerData(boolean beginsWith39, String logNameFilter40) throws RemoteException, LoggingAdminIOException
getAllLoggerData
in interface LoggingAdmin
getAllLoggerData38
- LoggingAdminIOException
- :RemoteException
LoggingAdmin.getAllLoggerData(boolean, java.lang.String)
public void startgetAllLoggerData(boolean beginsWith39, String logNameFilter40, LoggingAdminCallbackHandler callback) throws RemoteException
startgetAllLoggerData
in interface LoggingAdmin
getAllLoggerData38
- RemoteException
LoggingAdmin.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 LoggingAdmin
LoggingAdminIOException
- :LoggingAdminConfigurationException
- :RemoteException
public void addLogger(String loggerName47, String loggerClass48, String logLevel49) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException
addLogger
in interface LoggingAdmin
LoggingAdminIOException
- :LoggingAdminConfigurationException
- :RemoteException
public String getLoggers() throws RemoteException, LoggingAdminIOException
getLoggers
in interface LoggingAdmin
getLoggers50
- LoggingAdminIOException
- :RemoteException
LoggingAdmin.getLoggers()
public void startgetLoggers(LoggingAdminCallbackHandler callback) throws RemoteException
startgetLoggers
in interface LoggingAdmin
getLoggers50
- RemoteException
LoggingAdmin.startgetLoggers(org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)
Copyright © 2022 WSO2. All rights reserved.