org.semispace.event
Class SemiAvailabilityEvent

java.lang.Object
  extended by org.semispace.event.SemiEvent
      extended by org.semispace.event.SemiAvailabilityEvent

public class SemiAvailabilityEvent
extends SemiEvent

An object has become available.


Constructor Summary
SemiAvailabilityEvent(long id)
          Interim object.
 
Method Summary
 long getId()
          The id of the object in the system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemiAvailabilityEvent

public SemiAvailabilityEvent(long id)
Interim object. This is the object which is used for the distributed notification.

Parameters:
id - Holder id
Method Detail

getId

public long getId()
Description copied from class: SemiEvent
The id of the object in the system

Specified by:
getId in class SemiEvent


Copyright © 2008-2012. All Rights Reserved.