Uses of Interface
net.jini.event.MailboxPullRegistration

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

Uses of MailboxPullRegistration in com.sun.jini.mercury
 

Classes in com.sun.jini.mercury that implement MailboxPullRegistration
(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 MailboxPullRegistration
 MailboxPullRegistration MailboxProxy.pullRegister(long duration)
           
 MailboxPullRegistration MailboxImpl.pullRegister(long leaseDuration)
           
 

Uses of MailboxPullRegistration in net.jini.event
 

Methods in net.jini.event that return MailboxPullRegistration
 MailboxPullRegistration PullEventMailbox.pullRegister(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.