appl.parallel.event
Interface CommEventSink
- All Superinterfaces:
- Remote, RemoteEventSink
- All Known Implementing Classes:
- RemoteEventHandler, RemoteEventProxy
public interface CommEventSink
- extends Remote, RemoteEventSink
A event sink for communication events receives TimeEvent
s and TransferEvent
s
and processes them.
- Author:
- Dominik Appl
- See Also:
RemoteEventHandler
,
RemoteEventProxy
isTimeMonitoringEnabled
boolean isTimeMonitoringEnabled()
throws RemoteException
- Returns:
- true if the service is running and time monitoring is enabled
- Throws:
RemoteException
isTransferMonitoringEnabled
boolean isTransferMonitoringEnabled()
throws RemoteException
- Returns:
- true if the service is running and transfer monitoring is enabled
- Throws:
RemoteException