Uses of Class
com.sun.jini.mercury.EventID

Packages that use EventID
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
 

Uses of EventID in com.sun.jini.mercury
 

Fields in com.sun.jini.mercury declared as EventID
private  EventID MailboxImpl.UnknownEventExceptionLogObj.evtID
          The internal representation of the remote event which caused the UnknownEventException.
 

Methods in com.sun.jini.mercury with parameters of type EventID
private  void MailboxImpl.addUnknownEvent(Uuid regID, EventID evid)
          Utility method that adds the provided EventID to the given registration's "unknown" event list.
private  void MailboxImpl.addUnknownEventDo(Uuid regID, EventID evid)
          Performs the actual logic for adding an unknown event to the given registration's unknown event list.
 

Constructors in com.sun.jini.mercury with parameters of type EventID
MailboxImpl.UnknownEventExceptionLogObj(Uuid id, EventID eid)
          Simple constructor
 



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