Interface RemoteLoggingConfig
-
- All Known Implementing Classes:
RemoteLoggingConfigStub
public interface RemoteLoggingConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddRemoteServerConfig(RemoteServerLoggerData data6)Auto generated method signature for Asynchronous InvocationsRemoteServerLoggerDatagetRemoteServerConfig(String logType12)Auto generated method signatureRemoteServerLoggerData[]getRemoteServerConfigs()Auto generated method signaturevoidresetRemoteServerConfig(RemoteServerLoggerData data3, boolean args14)Auto generated method signature for Asynchronous InvocationsvoidstartgetRemoteServerConfig(String logType12, RemoteLoggingConfigCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetRemoteServerConfigs(RemoteLoggingConfigCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidsyncRemoteServerConfigs()Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
resetRemoteServerConfig
void resetRemoteServerConfig(RemoteServerLoggerData data3, boolean args14) throws RemoteException, RemoteLoggingConfigConfigurationException, RemoteLoggingConfigIOException
Auto generated method signature for Asynchronous Invocations
-
addRemoteServerConfig
void addRemoteServerConfig(RemoteServerLoggerData data6) throws RemoteException, RemoteLoggingConfigConfigurationException, RemoteLoggingConfigIOException
Auto generated method signature for Asynchronous Invocations
-
syncRemoteServerConfigs
void syncRemoteServerConfigs() throws RemoteException, RemoteLoggingConfigConfigurationException, RemoteLoggingConfigIOExceptionAuto generated method signature for Asynchronous Invocations
-
getRemoteServerConfigs
RemoteServerLoggerData[] getRemoteServerConfigs() throws RemoteException, RemoteLoggingConfigConfigurationException
Auto generated method signature- Parameters:
getRemoteServerConfigs8-- Throws:
RemoteLoggingConfigConfigurationException- :RemoteException
-
startgetRemoteServerConfigs
void startgetRemoteServerConfigs(RemoteLoggingConfigCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getRemoteServerConfigs8-- Throws:
RemoteException
-
getRemoteServerConfig
RemoteServerLoggerData getRemoteServerConfig(String logType12) throws RemoteException, RemoteLoggingConfigConfigurationException
Auto generated method signature- Parameters:
getRemoteServerConfig11-- Throws:
RemoteLoggingConfigConfigurationException- :RemoteException
-
startgetRemoteServerConfig
void startgetRemoteServerConfig(String logType12, RemoteLoggingConfigCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getRemoteServerConfig11-- Throws:
RemoteException
-
-