Class LoggingAdminStub
java.lang.Object
org.apache.axis2.client.Stub
org.wso2.carbon.logging.admin.stub.LoggingAdminStub
- All Implemented Interfaces:
LoggingAdmin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.axis2.description.AxisOperation[]Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules -
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorLoggingAdminStub(String targetEndpoint) Constructor taking the target endpointLoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) Default ConstructorLoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) Constructor that takes in a configContextLoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) Constructor that takes in a configContext and useseperate listner -
Method Summary
Modifier and TypeMethodDescriptionvoidAuto generated method signaturegetAllLoggerData(boolean beginsWith39, String logNameFilter40) Auto generated method signaturegetLoggerData(String loggerName35) Auto generated method signatureAuto generated method signaturebooleanisLoggerExist(String loggerName31) Auto generated method signaturevoidstartgetAllLoggerData(boolean beginsWith39, String logNameFilter40, LoggingAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetLoggerData(String loggerName35, LoggingAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetLoggers(LoggingAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartisLoggerExist(String loggerName31, LoggingAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidupdateLoggerData(String loggerName44, String logLevel45) Auto generated method signatureMethods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
Field Details
-
_operations
protected org.apache.axis2.description.AxisOperation[] _operations
-
-
Constructor Details
-
LoggingAdminStub
public LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
LoggingAdminStub
public LoggingAdminStub(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
-
LoggingAdminStub
public LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault Default Constructor- Throws:
org.apache.axis2.AxisFault
-
LoggingAdminStub
public LoggingAdminStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
LoggingAdminStub
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Details
-
isLoggerExist
Auto generated method signature- Specified by:
isLoggerExistin interfaceLoggingAdmin- Parameters:
isLoggerExist30-- Throws:
LoggingAdminIOException- :RemoteException- See Also:
-
startisLoggerExist
public void startisLoggerExist(String loggerName31, LoggingAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startisLoggerExistin interfaceLoggingAdmin- Parameters:
isLoggerExist30-- Throws:
RemoteException- See Also:
-
getLoggerData
public LoggerData getLoggerData(String loggerName35) throws RemoteException, LoggingAdminIOException Auto generated method signature- Specified by:
getLoggerDatain interfaceLoggingAdmin- Parameters:
getLoggerData34-- Throws:
LoggingAdminIOException- :RemoteException- See Also:
-
startgetLoggerData
public void startgetLoggerData(String loggerName35, LoggingAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startgetLoggerDatain interfaceLoggingAdmin- Parameters:
getLoggerData34-- Throws:
RemoteException- See Also:
-
getAllLoggerData
public LoggerData[] getAllLoggerData(boolean beginsWith39, String logNameFilter40) throws RemoteException, LoggingAdminIOException Auto generated method signature- Specified by:
getAllLoggerDatain interfaceLoggingAdmin- Parameters:
getAllLoggerData38-- Throws:
LoggingAdminIOException- :RemoteException- See Also:
-
startgetAllLoggerData
public void startgetAllLoggerData(boolean beginsWith39, String logNameFilter40, LoggingAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllLoggerDatain interfaceLoggingAdmin- Parameters:
getAllLoggerData38-- Throws:
RemoteException- See Also:
-
updateLoggerData
public void updateLoggerData(String loggerName44, String logLevel45) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException Auto generated method signature- Specified by:
updateLoggerDatain interfaceLoggingAdmin- Throws:
LoggingAdminIOException- :LoggingAdminConfigurationException- :RemoteException
-
addLogger
public void addLogger(String loggerName47, String loggerClass48, String logLevel49) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException Auto generated method signature- Specified by:
addLoggerin interfaceLoggingAdmin- Throws:
LoggingAdminIOException- :LoggingAdminConfigurationException- :RemoteException
-
getLoggers
Auto generated method signature- Specified by:
getLoggersin interfaceLoggingAdmin- Parameters:
getLoggers50-- Throws:
LoggingAdminIOException- :RemoteException- See Also:
-
startgetLoggers
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetLoggersin interfaceLoggingAdmin- Parameters:
getLoggers50-- Throws:
RemoteException- See Also:
-