org.gwe.api.impl
Class ServerAPI4MonitorImpl

java.lang.Object
  extended by org.gwe.api.impl.BaseServerAPIImpl<ServerAPI4Monitor,MonitorDomain>
      extended by org.gwe.api.impl.ServerAPI4MonitorImpl
All Implemented Interfaces:
java.rmi.Remote, ServerAPI4Monitor

public class ServerAPI4MonitorImpl
extends BaseServerAPIImpl<ServerAPI4Monitor,MonitorDomain>
implements ServerAPI4Monitor

Since:
Aug 15, 2007
Author:
Marco Ruiz

Field Summary
 
Fields inherited from class org.gwe.api.impl.BaseServerAPIImpl
domain, remoteInterface
 
Constructor Summary
ServerAPI4MonitorImpl()
           
 
Method Summary
 void abortCurrentMonitoring(long handle)
           
 long createHandle()
           
 java.util.List<Event> getNextEvents(long handle, EventFilter filter)
           
 
Methods inherited from class org.gwe.api.impl.BaseServerAPIImpl
bind, createExportableServerObject, getDomain, setDomain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerAPI4MonitorImpl

public ServerAPI4MonitorImpl()
Method Detail

createHandle

public long createHandle()
                  throws java.rmi.RemoteException
Specified by:
createHandle in interface ServerAPI4Monitor
Throws:
java.rmi.RemoteException

getNextEvents

public java.util.List<Event> getNextEvents(long handle,
                                           EventFilter filter)
                                    throws java.rmi.RemoteException
Specified by:
getNextEvents in interface ServerAPI4Monitor
Throws:
java.rmi.RemoteException

abortCurrentMonitoring

public void abortCurrentMonitoring(long handle)
                            throws java.rmi.RemoteException
Specified by:
abortCurrentMonitoring in interface ServerAPI4Monitor
Throws:
java.rmi.RemoteException


Copyright © 2007-2009. All Rights Reserved.