org.tritonus.midi.device.alsa
Class AlsaQueueHolder

java.lang.Object
  extended byorg.tritonus.midi.device.alsa.AlsaQueueHolder

public class AlsaQueueHolder
extends Object

A representation of a physical MIDI port based on the ALSA sequencer.


Constructor Summary
AlsaQueueHolder(AlsaSeq aSequencer)
           
 
Method Summary
 void close()
          Frees the queue.
 void finalize()
           
 int getQueue()
          Returns the allocated queue
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlsaQueueHolder

public AlsaQueueHolder(AlsaSeq aSequencer)
Method Detail

getQueue

public int getQueue()
Returns the allocated queue

Returns:
the queue number.

close

public void close()
Frees the queue.


finalize

public void finalize()
Overrides:
finalize in class Object