All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteServer
|
+----java.rmi.server.UnicastRemoteObject
|
+----COM.meitca.concordia.event.EventNotifyImpl
makeEventHandler method, with an argument of
true.
This class implements the
EventPost interface.
The class
EventQueueImpl should be used by non-mobile objects
if asynchronous notification is required.
EventPost postEvent() method that synchronously invokes the
event handler.
EventPost postEvents() method that synchronously invokes the
event handler.
public EventNotifyImpl(EventHandler handler) throws RemoteException
this reference.
public synchronized void shutdown()
public synchronized void postEvent(MobileClassWrapper eventWrapper) throws EventException
EventPost postEvent() method that synchronously invokes the
event handler.
public synchronized void postEvents(Vector events) throws EventException, IOException
EventPost postEvents() method that synchronously invokes the
event handler.
protected EventHandler getEventHandler()
All Packages Class Hierarchy This Package Previous Next Index