Uses of Interface
com.sun.jini.mercury.MailboxAdmin

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

Uses of MailboxAdmin in com.sun.jini.mercury
 

Subinterfaces of MailboxAdmin 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 MailboxAdmin
(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 MailboxAdminProxy
          A MailboxAdminProxy is a client-side proxy for a mailbox service.
(package private) static class MailboxAdminProxy.ConstrainableMailboxAdminProxy
           
(package private)  class MailboxImpl
          MailboxImpl implements the server side of the event mailbox service.
(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.