FileDocCategorySizeDatePackage
MailboxRegistration.javaAPI DocExample2380Thu Mar 16 11:55:26 GMT 2000net.jini.event

MailboxRegistration

public interface MailboxRegistration
A MailboxRegistration encapsulates all that is needed by clients to interact with an event mailbox.
author
Gary Holness

Fields Summary
Constructors Summary
Methods Summary
public voiddisableDelivery()
Turns off the event faucet.

public voidenableDelivery(net.jini.core.event.RemoteEventListener target)
Turns on the event faucet sending events to the specified forwarding target object.

public net.jini.core.lease.LeasegetLease()
Returns the Lease object which encapsulates the usage duration of mailbox services.

public net.jini.core.event.RemoteEventListenergetListener()
Returns the RemoteEventListener provided by the event mailbox for use by clients.