Uses of Class
org.wso2.carbon.logging.service.RemoteLoggingServerException
Packages that use RemoteLoggingServerException
-
Uses of RemoteLoggingServerException in org.wso2.carbon.logging.service.dao
Methods in org.wso2.carbon.logging.service.dao that throw RemoteLoggingServerExceptionModifier and TypeMethodDescriptionRemoteLoggingConfigDAO.getRemoteServerConfig(LoggingConstants.LogType type) This method is used to get the remote server configuration from the storage.voidRemoteLoggingConfigDAO.resetRemoteServerConfig(LoggingConstants.LogType type) This method is used to reset the remote server configurations to the defaults in the storage.voidRemoteLoggingConfigDAO.saveRemoteServerConfig(RemoteServerLoggerData data, LoggingConstants.LogType type) This method is used to add a remote server configuration from the storage. -
Uses of RemoteLoggingServerException in org.wso2.carbon.logging.service.dao.impl
Methods in org.wso2.carbon.logging.service.dao.impl that throw RemoteLoggingServerExceptionModifier and TypeMethodDescriptionRegistryBasedRemoteLoggingConfigDAO.getRemoteServerConfig(LoggingConstants.LogType type) voidRegistryBasedRemoteLoggingConfigDAO.resetRemoteServerConfig(LoggingConstants.LogType type) voidRegistryBasedRemoteLoggingConfigDAO.saveRemoteServerConfig(RemoteServerLoggerData data, LoggingConstants.LogType type)