Uses of Interface
net.jini.event.PullEventMailbox

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

Uses of PullEventMailbox in com.sun.jini.mercury
 

Subinterfaces of PullEventMailbox 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 PullEventMailbox
(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-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.