Uses of Class
net.jini.core.event.UnknownEventException

Packages that use UnknownEventException
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
net.jini.core.event The RemoteEventListener interface and related standard classes. 
 

Uses of UnknownEventException in com.sun.jini.mercury
 

Methods in com.sun.jini.mercury that throw UnknownEventException
 void ListenerProxy.notify(RemoteEvent theEvent)
           
 void MailboxImpl.notify(Uuid registrationID, RemoteEvent theEvent)
           
 void MailboxBackEnd.notify(Uuid registrationID, RemoteEvent theEvent)
          Collect remote events for the associated registration.
private  void MailboxImpl.notifyDo(Uuid registrationID, RemoteEvent theEvent)
          Performs the actual logic of handling received events and storing them.
 

Uses of UnknownEventException in com.sun.jini.outrigger
 

Methods in com.sun.jini.outrigger that throw UnknownEventException
 void EventSender.sendEvent(JavaSpace source, long now, ProxyPreparer preparer)
          Send a remote event to the encapsulated listener of the encapsulated type, with the encapsulated handback, sequence number.
 void EventRegistrationWatcher.BasicEventSender.sendEvent(JavaSpace source, long now, ProxyPreparer preparer)
           
 void AvailabilityRegistrationWatcher.VisibilityEventSender.sendEvent(JavaSpace source, long now, ProxyPreparer preparer)
           
 

Uses of UnknownEventException in net.jini.core.event
 

Methods in net.jini.core.event that throw UnknownEventException
 void RemoteEventListener.notify(RemoteEvent theEvent)
          Notify the listener about an event.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.