All Packages Class Hierarchy This Package Previous Next Index
Interface COM.meitca.concordia.event.EventPost
- public interface EventPost
- extends Remote
EventPost is a distributed RMI interface for notification of events.
-
postEvent(MobileClassWrapper)
- Send a single event.
-
postEvents(Vector)
- Send multiple events.
postEvent
public abstract void postEvent(MobileClassWrapper event) throws RemoteException, EventException, IOException
- Send a single event.
- Parameters:
- event - A wrapper for the event to send.
- Throws: RemoteException
- If an error occurrs setting up network
connections.
- Throws: EventException
- If an error occurs posting the event.
postEvents
public abstract void postEvents(Vector events) throws RemoteException, EventException, IOException
- Send multiple events.
- Parameters:
- events - A Vector containing the wrappers for the events to send.
- Throws: RemoteException
- If an error occurrs setting up network
connections.
- Throws: EventException
- If an error occurs posting the event.
All Packages Class Hierarchy This Package Previous Next Index