Package | Description |
---|---|
net.jini.event | |
org.apache.river.mercury |
Provides implementations of the
EventMailbox service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MailboxPullRegistration
The
MailboxPullRegistration defines the interface through which
a client manages its registration and its notification processing. |
Modifier and Type | Method and Description |
---|---|
MailboxRegistration |
EventMailbox.register(long leaseDuration)
Defines the interface to the event mailbox service.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Registration
The Registration class is the client-side proxy
returned to event mailbox clients as the result of the
registration process.
|
(package private) static class |
Registration.ConstrainableRegistration
A subclass of Registration that implements RemoteMethodControl.
|
Modifier and Type | Method and Description |
---|---|
MailboxRegistration |
MailboxProxy.register(long duration) |
MailboxRegistration |
MailboxImpl.register(long leaseDuration) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.