Uses of Interface
net.jini.event.MailboxRegistration

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

Uses of MailboxRegistration in com.sun.jini.mercury
 

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

Methods in com.sun.jini.mercury that return MailboxRegistration
 MailboxRegistration MailboxProxy.register(long duration)
           
 MailboxRegistration MailboxImpl.register(long leaseDuration)
           
 

Uses of MailboxRegistration in net.jini.event
 

Subinterfaces of MailboxRegistration in net.jini.event
 interface MailboxPullRegistration
          The MailboxPullRegistration defines the interface through which a client manages its registration and its notification processing.
 

Methods in net.jini.event that return MailboxRegistration
 MailboxRegistration EventMailbox.register(long leaseDuration)
          Defines the interface to the event mailbox service.
 



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