Interface RemoteLoggingConfig
- All Known Implementing Classes:
RemoteLoggingConfigStub
public interface RemoteLoggingConfig
-
Method Summary
Modifier and TypeMethodDescriptionvoidAuto generated method signature for Asynchronous InvocationsgetRemoteServerConfig(String logType12) Auto generated method signatureAuto generated method signaturevoidresetRemoteServerConfig(RemoteServerLoggerData data3, boolean args14) Auto generated method signature for Asynchronous InvocationsvoidstartgetRemoteServerConfig(String logType12, RemoteLoggingConfigCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidAuto generated method signature for Asynchronous InvocationsvoidAuto generated method signature for Asynchronous Invocations
-
Method Details
-
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, RemoteLoggingConfigConfigurationExceptionAuto 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
-