org.gwe.api
Class Session4MonitorAPI

java.lang.Object
  extended by org.gwe.api.Session4ServerAPI<ServerAPI4Monitor,java.lang.Void>
      extended by org.gwe.api.Session4MonitorAPI
All Implemented Interfaces:
ISession4MonitorAPI

public class Session4MonitorAPI
extends Session4ServerAPI<ServerAPI4Monitor,java.lang.Void>
implements ISession4MonitorAPI

Since:
Oct 5, 2007
Author:
Marco Ruiz

Field Summary
 
Fields inherited from class org.gwe.api.Session4ServerAPI
sessionId
 
Constructor Summary
Session4MonitorAPI(ServerAPILink accessor)
           
 
Method Summary
 void abortMonitorEventsFor(long handle)
           
 void monitorEvents(EventListener listener)
           
 void monitorEvents(EventListener listener, EventFilter filter)
           
 void monitorEvents(long millisRefresh, EventListener listener, EventFilter filter)
           
 void shutdown()
           
 
Methods inherited from class org.gwe.api.Session4ServerAPI
connect, executeRequest, getServerAPI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session4MonitorAPI

public Session4MonitorAPI(ServerAPILink accessor)
                   throws ServerAPIConnectionException
Throws:
ServerAPIConnectionException
Method Detail

abortMonitorEventsFor

public void abortMonitorEventsFor(long handle)

monitorEvents

public void monitorEvents(EventListener listener)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

monitorEvents

public void monitorEvents(EventListener listener,
                          EventFilter filter)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

monitorEvents

public void monitorEvents(long millisRefresh,
                          EventListener listener,
                          EventFilter filter)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

shutdown

public void shutdown()


Copyright © 2007-2009. All Rights Reserved.