|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |