Interface RemoteLoggingConfig
-
- All Known Implementing Classes:
RemoteLoggingConfigStub
public interface RemoteLoggingConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addRemoteServerConfig(RemoteServerLoggerData data6)
Auto generated method signature for Asynchronous InvocationsRemoteServerLoggerData
getRemoteServerConfig(String logType12)
Auto generated method signatureRemoteServerLoggerData[]
getRemoteServerConfigs()
Auto generated method signaturevoid
resetRemoteServerConfig(RemoteServerLoggerData data3, boolean args14)
Auto generated method signature for Asynchronous Invocationsvoid
startgetRemoteServerConfig(String logType12, RemoteLoggingConfigCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetRemoteServerConfigs(RemoteLoggingConfigCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
syncRemoteServerConfigs()
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, RemoteLoggingConfigIOException
Auto 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
-
-