Uses of Interface
net.jini.event.EventMailbox

Packages that use EventMailbox
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
net.jini.event   
 

Uses of EventMailbox in com.sun.jini.mercury
 

Subinterfaces of EventMailbox in com.sun.jini.mercury
(package private)  interface MailboxBackEnd
          MailboxBackEnd defines the private protocol between the various client-side proxies and the event mailbox server.
 

Classes in com.sun.jini.mercury that implement EventMailbox
(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.
 

Uses of EventMailbox in net.jini.event
 

Subinterfaces of EventMailbox in net.jini.event
 interface PullEventMailbox
          The PullEventMailbox interface allows clients to specify and use a third party for the purpose of storing and retrieving events.
 



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