public interface

ReferenceCountingDevice

com.sun.media.sound.ReferenceCountingDevice
Known Indirect Subclasses

Class Overview

MidiDevice that can use reference counting for open/close. This interface is intended to be used by MidiSystem.getTransmitter() and MidiSystem.getReceiver().

Summary

Public Methods
abstract Receiver getReceiverReferenceCounting()
Retrieve a Receiver that opens the device implicitly.
abstract Transmitter getTransmitterReferenceCounting()
Retrieve a Transmitter that opens the device implicitly.

Public Methods

public abstract Receiver getReceiverReferenceCounting ()

Retrieve a Receiver that opens the device implicitly. This method is similar to MidiDevice.getReceiver(). However, by calling this one, the device is opened implicitly. This is needed by MidiSystem.getReceiver().

public abstract Transmitter getTransmitterReferenceCounting ()

Retrieve a Transmitter that opens the device implicitly. This method is similar to MidiDevice.getTransmitter(). However, by calling this one, the device is opened implicitly. This is needed by MidiSystem.getTransmitter().