org.apache.geronimo.remoting.transport.async
Class Correlator.FutureResult

java.lang.Object
  extended byEDU.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel
      extended byEDU.oswego.cs.dl.util.concurrent.Slot
          extended byorg.apache.geronimo.remoting.transport.async.Correlator.FutureResult
All Implemented Interfaces:
EDU.oswego.cs.dl.util.concurrent.BoundedChannel, EDU.oswego.cs.dl.util.concurrent.Channel, EDU.oswego.cs.dl.util.concurrent.Puttable, EDU.oswego.cs.dl.util.concurrent.Takable
Enclosing class:
Correlator

public static class Correlator.FutureResult
extends EDU.oswego.cs.dl.util.concurrent.Slot


Field Summary
 
Fields inherited from class EDU.oswego.cs.dl.util.concurrent.Slot
item_
 
Fields inherited from class EDU.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel
capacity_, putGuard_, takeGuard_
 
Method Summary
 int getID()
           
 
Methods inherited from class EDU.oswego.cs.dl.util.concurrent.Slot
extract, insert, peek
 
Methods inherited from class EDU.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel
capacity, offer, poll, put, size, take
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getID

public int getID()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.