Package | Description |
---|---|
com.sun.jini.mercury |
Provides implementations of the
EventMailbox service.
|
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
MailboxBackEnd
MailboxBackEnd defines the private protocol between the various client-side
proxies and the event mailbox server.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ActivatableMercuryImpl
Convenience class intended for use with the
ServiceStarter framework to start
an implementation of Mercury that is activatable, and which will
log its state information to persistent storage. |
(package private) class |
MailboxImpl
MailboxImpl implements the server side of the event
mailbox service.
|
(package private) class |
MailboxProxy
A MailboxProxy is a proxy for the event mailbox service.
|
(package private) static class |
MailboxProxy.ConstrainableMailboxProxy
A subclass of MailboxProxy that implements RemoteMethodControl.
|
(package private) class |
NonActivatableMercuryImpl
Convenience class intended for use with the
ServiceStarter framework to start
an implementation of Mercury that is not activatable, but which
will log its state information to persistent storage. |
(package private) class |
TransientMercuryImpl
Convenience class intended for use with the
ServiceStarter framework to start
a transient (non-activatable, non-persistent) implementation
of Mercury. |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.