Uses of Class
org.wso2.carbon.logging.service.RemoteLoggingServerException
-
Packages that use RemoteLoggingServerException Package Description org.wso2.carbon.logging.service.dao org.wso2.carbon.logging.service.dao.impl -
-
Uses of RemoteLoggingServerException in org.wso2.carbon.logging.service.dao
Methods in org.wso2.carbon.logging.service.dao that throw RemoteLoggingServerException Modifier and Type Method Description Optional<RemoteServerLoggerData>RemoteLoggingConfigDAO. 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 RemoteLoggingServerException Modifier and Type Method Description Optional<RemoteServerLoggerData>RegistryBasedRemoteLoggingConfigDAO. getRemoteServerConfig(LoggingConstants.LogType type)voidRegistryBasedRemoteLoggingConfigDAO. resetRemoteServerConfig(LoggingConstants.LogType type)voidRegistryBasedRemoteLoggingConfigDAO. saveRemoteServerConfig(RemoteServerLoggerData data, LoggingConstants.LogType type)
-