Uses of Interface
com.sun.jini.norm.event.EventFactory

Packages that use EventFactory
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.norm.event   
 

Uses of EventFactory in com.sun.jini.norm
 

Classes in com.sun.jini.norm that implement EventFactory
private  class ClientLeaseWrapper.FailureFactory
          Nested top-level implementation of EventFactory that generates RenewalFailureEvent events
private  class LeaseSet.WarningFactory
          Nested class that implements EventFactory that generates ExpirationWarningEvents.
 

Methods in com.sun.jini.norm that return EventFactory
(package private)  EventFactory ClientLeaseWrapper.newFailureFactory(LeaseRenewalSet source)
          Return an EventFactory that will create an appropriate RenewalFailureEvent for the client lease associated with this wrapper.
 

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

Fields in com.sun.jini.norm.event declared as EventFactory
private  EventFactory EventType.SendTask.eventFactory
          Factory used to create the RemoteEvent to be sent
 

Methods in com.sun.jini.norm.event with parameters of type EventFactory
 long EventType.sendEvent(EventFactory factory)
          Schedule the sending of an event.
 

Constructors in com.sun.jini.norm.event with parameters of type EventFactory
EventType.SendTask(TaskManager taskManager, WakeupManager wakeupManager, EventFactory eventFactory, long seqNum)
          Simple constructor.
 



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