Class LoggingAdminStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.logging.admin.stub.LoggingAdminStub
-
- All Implemented Interfaces:
LoggingAdmin
public class LoggingAdminStub extends org.apache.axis2.client.Stub implements LoggingAdmin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]_operations
-
Constructor Summary
Constructors Constructor Description LoggingAdminStub()Default 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLogger(String loggerName47, String loggerClass48, String logLevel49)Auto generated method signatureLoggerData[]getAllLoggerData(boolean beginsWith39, String logNameFilter40)Auto generated method signatureLoggerDatagetLoggerData(String loggerName35)Auto generated method signatureStringgetLoggers()Auto 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 signature-
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
-
LoggingAdminStub
public LoggingAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFaultConstructor 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.AxisFaultConstructor 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.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
LoggingAdminStub
public LoggingAdminStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
LoggingAdminStub
public LoggingAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
isLoggerExist
public boolean isLoggerExist(String loggerName31) throws RemoteException, LoggingAdminIOException
Auto generated method signature- Specified by:
isLoggerExistin interfaceLoggingAdmin- Parameters:
isLoggerExist30-- Throws:
LoggingAdminIOException- :RemoteException- See Also:
LoggingAdmin.isLoggerExist(java.lang.String)
-
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:
LoggingAdmin.startisLoggerExist(java.lang.String, org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)
-
getLoggerData
public LoggerData getLoggerData(String loggerName35) throws RemoteException, LoggingAdminIOException
Auto generated method signature- Specified by:
getLoggerDatain interfaceLoggingAdmin- Parameters:
getLoggerData34-- Throws:
LoggingAdminIOException- :RemoteException- See Also:
LoggingAdmin.getLoggerData(java.lang.String)
-
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:
LoggingAdmin.startgetLoggerData(java.lang.String, org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)
-
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:
LoggingAdmin.getAllLoggerData(boolean, java.lang.String)
-
startgetAllLoggerData
public void startgetAllLoggerData(boolean beginsWith39, String logNameFilter40, LoggingAdminCallbackHandler callback) throws RemoteExceptionAuto generated method signature for Asynchronous Invocations- Specified by:
startgetAllLoggerDatain interfaceLoggingAdmin- Parameters:
getAllLoggerData38-- Throws:
RemoteException- See Also:
LoggingAdmin.startgetAllLoggerData(boolean, java.lang.String, org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)
-
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
public String getLoggers() throws RemoteException, LoggingAdminIOException
Auto generated method signature- Specified by:
getLoggersin interfaceLoggingAdmin- Parameters:
getLoggers50-- Throws:
LoggingAdminIOException- :RemoteException- See Also:
LoggingAdmin.getLoggers()
-
startgetLoggers
public void startgetLoggers(LoggingAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetLoggersin interfaceLoggingAdmin- Parameters:
getLoggers50-- Throws:
RemoteException- See Also:
LoggingAdmin.startgetLoggers(org.wso2.carbon.logging.admin.stub.LoggingAdminCallbackHandler)
-
-