Uses of Class
com.sun.jini.norm.event.EventType

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

Uses of EventType in com.sun.jini.norm
 

Fields in com.sun.jini.norm declared as EventType
private  EventType LeaseSet.failureEventType
          The event type for failure events
private  EventType LeaseSet.WarningEventRegistration.registration
          EventType object that resulted from registration change
private  EventType LeaseSet.FailureEventRegistration.registration
          EventType object that resulted from registration change
private  EventType LeaseSet.warningEventType
          The event type for expiration warning events
 

Methods in com.sun.jini.norm with parameters of type EventType
(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 EventType in com.sun.jini.norm.event
 

Methods in com.sun.jini.norm.event that return EventType
 EventType EventTypeGenerator.newEventType(SendMonitor monitor)
          Create a new EventType object.
 EventType EventTypeGenerator.newEventType(SendMonitor monitor, long eventID)
          Create a new EventType object specify the event id it should have.
 

Methods in com.sun.jini.norm.event with parameters of type EventType
 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.
 



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