Interface LoggingAdmin
- All Known Implementing Classes:
LoggingAdminStub
public interface LoggingAdmin
-
Method Summary
Modifier and TypeMethodDescriptionvoidAuto generated method signature for Asynchronous InvocationsgetAllLoggerData(boolean beginsWith16, String logNameFilter17) Auto generated method signaturegetLoggerData(String loggerName12) Auto generated method signatureAuto generated method signaturebooleanisLoggerExist(String loggerName8) Auto generated method signaturevoidstartgetAllLoggerData(boolean beginsWith16, String logNameFilter17, LoggingAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetLoggerData(String loggerName12, LoggingAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetLoggers(LoggingAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartisLoggerExist(String loggerName8, LoggingAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidupdateLoggerData(String loggerName21, String logLevel22) Auto generated method signature for Asynchronous Invocations
-
Method Details
-
isLoggerExist
Auto generated method signature- Parameters:
isLoggerExist7-- Throws:
LoggingAdminIOException- :RemoteException
-
startisLoggerExist
void startisLoggerExist(String loggerName8, LoggingAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
isLoggerExist7-- Throws:
RemoteException
-
getLoggerData
Auto generated method signature- Parameters:
getLoggerData11-- Throws:
LoggingAdminIOException- :RemoteException
-
startgetLoggerData
void startgetLoggerData(String loggerName12, LoggingAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getLoggerData11-- Throws:
RemoteException
-
getAllLoggerData
LoggerData[] getAllLoggerData(boolean beginsWith16, String logNameFilter17) throws RemoteException, LoggingAdminIOException Auto generated method signature- Parameters:
getAllLoggerData15-- Throws:
LoggingAdminIOException- :RemoteException
-
startgetAllLoggerData
void startgetAllLoggerData(boolean beginsWith16, String logNameFilter17, LoggingAdminCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getAllLoggerData15-- Throws:
RemoteException
-
updateLoggerData
void updateLoggerData(String loggerName21, String logLevel22) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException Auto generated method signature for Asynchronous Invocations- Throws:
LoggingAdminIOException- :LoggingAdminConfigurationException- :RemoteException
-
addLogger
void addLogger(String loggerName24, String loggerClass25, String logLevel26) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException Auto generated method signature for Asynchronous Invocations- Throws:
LoggingAdminIOException- :LoggingAdminConfigurationException- :RemoteException
-
getLoggers
Auto generated method signature- Parameters:
getLoggers27-- Throws:
LoggingAdminIOException- :RemoteException
-
startgetLoggers
Auto generated method signature for Asynchronous Invocations- Parameters:
getLoggers27-- Throws:
RemoteException
-