org.apache.felix.upnp.basedriver.importer.core.event.structs
Class SubscriptionQueue

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.importer.core.event.structs.SubscriptionQueue

public class SubscriptionQueue
extends Object


Constructor Summary
SubscriptionQueue()
           
 
Method Summary
 void close()
           
 Object dequeue()
           
 void enqueue(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionQueue

public SubscriptionQueue()
Method Detail

enqueue

public void enqueue(Object obj)

dequeue

public Object dequeue()

close

public void close()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.