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 java.lang.Object


Constructor Summary
SubscriptionQueue()
           
 
Method Summary
 void close()
           
 java.lang.Object dequeue()
           
 void enqueue(java.lang.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(java.lang.Object obj)

dequeue

public java.lang.Object dequeue()

close

public void close()