Uses of Class
net.jini.core.event.RemoteEvent

Packages that use RemoteEvent
com.sun.jini.example.browser A visualization tool for exploring Jini Network Technology communities (djinns) with support for ServiceUI. 
com.sun.jini.lease Some basic utility classes for helping with client-side lease renewal operations. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.norm.event   
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
com.sun.jini.reggie Provides implementations of ServiceRegistrar
net.jini.core.event The RemoteEventListener interface and related standard classes. 
net.jini.core.lookup These are the lookup service interfaces and classes. 
net.jini.discovery These are utility classes and interfaces that conform to the discovery and join protocol defined in the Jini Discovery and Join Specification
net.jini.event   
net.jini.lease Standard service and utility classes for managing leases. 
net.jini.lookup Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. 
net.jini.space JavaSpaces servers provide a place on the network, a space, for clients to store and exchange objects. 
 

Uses of RemoteEvent in com.sun.jini.example.browser
 

Methods in com.sun.jini.example.browser with parameters of type RemoteEvent
 void Browser.Listener.notify(RemoteEvent ev)
           
 void ServiceEditor.NotifyReceiver.notify(RemoteEvent ev)
           
 

Uses of RemoteEvent in com.sun.jini.lease
 

Subclasses of RemoteEvent in com.sun.jini.lease
 class BasicRenewalFailureEvent
          Basic implementation of RenewalFailureEvent that defers unmarshalling.
 

Uses of RemoteEvent in com.sun.jini.mercury
 

Fields in com.sun.jini.mercury declared as RemoteEvent
(package private)  RemoteEvent RemoteEventIteratorImpl.LocalRemoteEventData.re
           
private  RemoteEvent TransientEventLog.RemoteEventHolder.remoteEvent
           
 

Methods in com.sun.jini.mercury that return RemoteEvent
private  RemoteEvent MailboxImpl.NotifyTask.getNextEvent(ServiceRegistration reg)
          This utility function tries to obtain the next event for the given registration.
(package private)  RemoteEvent TransientEventLog.RemoteEventHolder.getRemoteEvent()
           
 RemoteEvent RemoteEventData.getRemoteEvent()
           
 RemoteEvent EventLogFactory.EventLogIteratorImpl.next()
           
 RemoteEvent TransientEventLog.next()
           
 RemoteEvent EventLogIterator.next()
          Return the next event in the collection.
 RemoteEvent EventLog.next()
          Return the next RemoteEvent to be read.
 RemoteEvent PersistentEventLog.next()
           
 RemoteEvent RemoteEventIteratorImpl.next(long timeout)
           
 RemoteEvent EventReader.read(InputStream in)
          Returns the next available RemoteEvent from the stream.
 

Methods in com.sun.jini.mercury with parameters of type RemoteEvent
 void EventLogFactory.EventLogIteratorImpl.add(RemoteEvent evt)
           
 void TransientEventLog.add(RemoteEvent event)
           
 void EventLogIterator.add(RemoteEvent re)
          Store the given RemoteEvent event.
 void EventLog.add(RemoteEvent event)
          Writes the given RemoteEvent to the underlying storage mechanism, if possible.
 void PersistentEventLog.add(RemoteEvent event)
           
 void ListenerProxy.notify(RemoteEvent theEvent)
           
 void MailboxImpl.notify(Uuid registrationID, RemoteEvent theEvent)
           
 void MailboxBackEnd.notify(Uuid registrationID, RemoteEvent theEvent)
          Collect remote events for the associated registration.
private  void MailboxImpl.notifyDo(Uuid registrationID, RemoteEvent theEvent)
          Performs the actual logic of handling received events and storing them.
 void EventWriter.write(RemoteEvent ev, LogOutputStream out)
          Writes the given RemoteEvent to the provided LogOutputStream.
 

Constructors in com.sun.jini.mercury with parameters of type RemoteEvent
EventID(RemoteEvent evt)
          Convenience constructor.
RemoteEventData(RemoteEvent re, Object cookie)
          Creates a new RemoteEventData instance.
RemoteEventIteratorImpl.LocalRemoteEventData(RemoteEvent re, Object cookie)
           
TransientEventLog.RemoteEventHolder(long stamp, RemoteEvent re)
           
 

Uses of RemoteEvent in com.sun.jini.norm
 

Methods in com.sun.jini.norm that return RemoteEvent
 RemoteEvent ClientLeaseWrapper.FailureFactory.createEvent(long eventID, long seqNum, MarshalledObject handback)
           
 RemoteEvent LeaseSet.WarningFactory.createEvent(long eventID, long seqNum, MarshalledObject handback)
           
 

Methods in com.sun.jini.norm with parameters of type RemoteEvent
(package private)  void LeaseSet.definiteException(EventType type, RemoteEvent ev, long registrationNumber)
          If the passed registrationNumber number matches the current registrationNumber for the passed event clear the current registration and persist the change
 void NormServerBaseImpl.SendMonitorImpl.definiteException(EventType type, RemoteEvent ev, long registrationNumber, Throwable t)
           
 

Uses of RemoteEvent in com.sun.jini.norm.event
 

Fields in com.sun.jini.norm.event declared as RemoteEvent
private  RemoteEvent EventType.SendTask.event
          Cached event
 

Methods in com.sun.jini.norm.event that return RemoteEvent
 RemoteEvent EventFactory.createEvent(long eventID, long seqNum, MarshalledObject handback)
          Create the concrete RemoteEvent for the associated event occurrence.
 

Methods in com.sun.jini.norm.event with parameters of type RemoteEvent
 void SendMonitor.definiteException(EventType type, RemoteEvent ev, long registrationNumber, Throwable t)
          Method called when an attempt to send the event associated with this object results in a definite exception (e.g.
 

Uses of RemoteEvent in com.sun.jini.outrigger
 

Subclasses of RemoteEvent in com.sun.jini.outrigger
(package private)  class OutriggerAvailabilityEvent
          Outrigger's implementation of AvailabilityEvent
 

Uses of RemoteEvent in com.sun.jini.reggie
 

Subclasses of RemoteEvent in com.sun.jini.reggie
(package private)  class RegistrarEvent
          Concrete implementation class for abstract ServiceEvent.
 

Uses of RemoteEvent in net.jini.core.event
 

Methods in net.jini.core.event with parameters of type RemoteEvent
 void RemoteEventListener.notify(RemoteEvent theEvent)
          Notify the listener about an event.
 

Uses of RemoteEvent in net.jini.core.lookup
 

Subclasses of RemoteEvent in net.jini.core.lookup
 class ServiceEvent
          This class is used for remote events sent by the lookup service.
 

Uses of RemoteEvent in net.jini.discovery
 

Subclasses of RemoteEvent in net.jini.discovery
 class RemoteDiscoveryEvent
          Whenever the lookup discovery service discovers or discards a lookup service matching the discovery/discard criteria of one or more of its registrations, the lookup discovery service sends an instance of this class to the listener corresponding to each such registration.
 

Uses of RemoteEvent in net.jini.event
 

Methods in net.jini.event that return RemoteEvent
 RemoteEvent RemoteEventIterator.next(long timeout)
          Retrieves stored event notifications, if any.
 

Uses of RemoteEvent in net.jini.lease
 

Subclasses of RemoteEvent in net.jini.lease
 class ExpirationWarningEvent
          Event generated by a lease renewal set when its lease is about to expire.
 class RenewalFailureEvent
          Event generated by a lease renewal set when it can't renew a lease it is responsible for.
 

Uses of RemoteEvent in net.jini.lookup
 

Methods in net.jini.lookup with parameters of type RemoteEvent
 void ServiceDiscoveryManager.LookupCacheImpl.LookupListener.notify(RemoteEvent evt)
           
 

Uses of RemoteEvent in net.jini.space
 

Subclasses of RemoteEvent in net.jini.space
 class AvailabilityEvent
          A RemoteEvent marking the transition of an Entry from unavailable to available.
 



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