public interface RemoteExternalSystemService<S extends ExternalSystemExecutionSettings> extends java.rmi.Remote, ExternalSystemTaskAware
| Modifier and Type | Method and Description |
|---|---|
void |
setNotificationListener(ExternalSystemTaskNotificationListener notificationListener)
Allows to define notification callback to use within the current service
|
void |
setSettings(S settings)
Provides the service settings to use.
|
cancelTask, getTasksInProgress, isTaskInProgressvoid setSettings(S settings) throws java.rmi.RemoteException
settings - settings to usejava.rmi.RemoteException - as required by RMIvoid setNotificationListener(ExternalSystemTaskNotificationListener notificationListener) throws java.rmi.RemoteException
notificationListener - notification listener to use with the current servicejava.rmi.RemoteException - as required by RMI