org.gwe.api
Interface ServerAPI4Monitor
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- ServerAPI4MonitorImpl
public interface ServerAPI4Monitor
- extends java.rmi.Remote
- Since:
- Aug 15, 2007
- Author:
- Marco Ruiz
createHandle
long createHandle()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNextEvents
java.util.List<Event> getNextEvents(long handle,
EventFilter filter)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
abortCurrentMonitoring
void abortCurrentMonitoring(long handle)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2007-2009. All Rights Reserved.