Package org.refcodes.io
Class LoopbackShortTransceiverImpl
- java.lang.Object
-
- org.refcodes.component.AbstractConnectableAutomaton
-
- org.refcodes.io.AbstractShortReceiver
-
- org.refcodes.io.LoopbackShortTransceiverImpl
-
- All Implemented Interfaces:
java.io.Flushable,org.refcodes.component.Closable,org.refcodes.component.Closable.CloseAutomaton,org.refcodes.component.ClosedAccessor,org.refcodes.component.ConnectableComponent,org.refcodes.component.ConnectableComponent.ConnectableAutomaton,org.refcodes.component.ConnectionComponent<LoopbackShortTransceiver>,org.refcodes.component.ConnectionComponent.ConnectionAutomaton<LoopbackShortTransceiver>,org.refcodes.component.ConnectionOpenable<LoopbackShortTransceiver>,org.refcodes.component.ConnectionOpenable.ConnectionOpenAutomaton<LoopbackShortTransceiver>,org.refcodes.component.ConnectionStatusAccessor,org.refcodes.component.Flushable,org.refcodes.component.OpenedAccessor,ConnectionShortReceiver<LoopbackShortTransceiver>,ConnectionShortSender<LoopbackShortTransceiver>,ConnectionShortTransceiver<LoopbackShortTransceiver>,LoopbackShortTransceiver,Receivable,Sendable,ShortBlockConsumer,ShortBlockProvider,ShortBlockReceiver,ShortBlockSender,ShortConsumer,ShortDatagramConsumer,ShortDatagramProvider,ShortDatagramReceiver,ShortDatagramSender,ShortProvider,ShortReceiver,ShortSender,ShortTransceiver,org.refcodes.mixin.Releaseable
public class LoopbackShortTransceiverImpl extends AbstractShortReceiver implements LoopbackShortTransceiver
Implementation of theLoopbackShortTransceiverinterface.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.component.Closable
org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.Closable.CloseBuilder<B extends org.refcodes.component.Closable.CloseBuilder<B>>
-
Nested classes/interfaces inherited from interface org.refcodes.component.ClosedAccessor
org.refcodes.component.ClosedAccessor.ClosedMutator, org.refcodes.component.ClosedAccessor.ClosedProperty
-
Nested classes/interfaces inherited from interface org.refcodes.component.ConnectableComponent
org.refcodes.component.ConnectableComponent.ConnectableAutomaton
-
Nested classes/interfaces inherited from interface org.refcodes.component.ConnectionComponent
org.refcodes.component.ConnectionComponent.ConnectionAutomaton<CON extends java.lang.Object>, org.refcodes.component.ConnectionComponent.ConnectionComponentBuilder<CON extends java.lang.Object,B extends org.refcodes.component.ConnectionComponent.ConnectionComponentBuilder<CON,B>>
-
Nested classes/interfaces inherited from interface org.refcodes.component.ConnectionOpenable
org.refcodes.component.ConnectionOpenable.ConnectionOpenAutomaton<CON extends java.lang.Object>, org.refcodes.component.ConnectionOpenable.ConnectionOpenBuilder<CON extends java.lang.Object,B extends org.refcodes.component.ConnectionOpenable.ConnectionOpenBuilder<CON,B>>
-
Nested classes/interfaces inherited from interface org.refcodes.component.ConnectionStatusAccessor
org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusMutator, org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusProperty
-
-
Field Summary
-
Fields inherited from class org.refcodes.io.AbstractShortReceiver
_datagramQueue, DATAGRAM_QUEUE_SIZE
-
-
Constructor Summary
Constructors Constructor Description LoopbackShortTransceiverImpl()Instantiates a new loopback short transceiver impl.LoopbackShortTransceiverImpl(int aCapacity)Instantiates a new loopback short transceiver impl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()booleanisOpenable(LoopbackShortTransceiver aLoopbackTransceiver)voidopen(LoopbackShortTransceiver aLoopbackTransceiver)voidpushDatagram(short aDatagram)Pushes a datagram into the receiver and puts it into the blocking queue containing the so far received datagrams.voidwriteDatagram(short aDatagram)Writes (sends) a short.-
Methods inherited from class org.refcodes.component.AbstractConnectableAutomaton
getConnectionStatus, isClosable, isClosed, isOpenable, isOpened, open, setConnectionStatus
-
Methods inherited from class org.refcodes.io.AbstractShortReceiver
hasDatagram, pushDatagrams, pushDatagrams, readDatagram, readDatagrams, readDatagrams, releaseAll
-
Methods inherited from interface org.refcodes.component.Closable
closeIn, closeQuietly, closeUnchecked
-
Methods inherited from interface org.refcodes.component.ConnectionStatusAccessor
getConnectionStatus, isConnectionOpened
-
Methods inherited from interface org.refcodes.mixin.Loggable
alert, alert, critical, critical, debug, error, info, notice, panic, trace, warn, warn
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.refcodes.io.Receivable
hasDatagram
-
Methods inherited from interface org.refcodes.io.ShortConsumer
writeDatagrams
-
Methods inherited from interface org.refcodes.io.ShortDatagramProvider
readDatagram
-
Methods inherited from interface org.refcodes.io.ShortReceiver
readDatagrams, readDatagrams
-
Methods inherited from interface org.refcodes.io.ShortSender
writeDatagrams
-
-
-
-
Constructor Detail
-
LoopbackShortTransceiverImpl
public LoopbackShortTransceiverImpl()
Instantiates a new loopback short transceiver impl.
-
LoopbackShortTransceiverImpl
public LoopbackShortTransceiverImpl(int aCapacity)
Instantiates a new loopback short transceiver impl.- Parameters:
aCapacity- the capacity
-
-
Method Detail
-
isOpenable
public boolean isOpenable(LoopbackShortTransceiver aLoopbackTransceiver)
- Specified by:
isOpenablein interfaceorg.refcodes.component.ConnectionOpenable.ConnectionOpenAutomaton<LoopbackShortTransceiver>
-
open
public void open(LoopbackShortTransceiver aLoopbackTransceiver) throws org.refcodes.component.OpenException
- Specified by:
openin interfaceorg.refcodes.component.ConnectionOpenable<LoopbackShortTransceiver>- Throws:
org.refcodes.component.OpenException
-
writeDatagram
public void writeDatagram(short aDatagram) throws org.refcodes.component.OpenExceptionWrites (sends) a short.- Specified by:
writeDatagramin interfaceShortConsumer- Specified by:
writeDatagramin interfaceShortDatagramConsumer- Parameters:
aDatagram- The short to be pushed.- Throws:
org.refcodes.component.OpenException- Thrown in case opening or accessing an open line (connection, junction, link) caused problems.
-
pushDatagram
public void pushDatagram(short aDatagram) throws org.refcodes.component.OpenExceptionPushes a datagram into the receiver and puts it into the blocking queue containing the so far received datagrams. Them datagrams can be retrieved viaAbstractShortReceiver.readDatagram(): useAbstractShortReceiver.hasDatagram()to test beforehand whether there is a datagram available.- Specified by:
pushDatagramin interfaceLoopbackShortTransceiver- Overrides:
pushDatagramin classAbstractShortReceiver- Parameters:
aDatagram- The datagram to be pushed at the end of the blocking queue; to be retrieved with theAbstractShortReceiver.readDatagram()method.- Throws:
org.refcodes.component.OpenException- the open exception
-
flush
public void flush() throws org.refcodes.component.OpenException- Specified by:
flushin interfacejava.io.Flushable- Specified by:
flushin interfaceorg.refcodes.component.Flushable- Specified by:
flushin interfaceShortSender- Throws:
org.refcodes.component.OpenException
-
close
public void close() throws org.refcodes.component.CloseException- Specified by:
closein interfaceorg.refcodes.component.Closable- Overrides:
closein classAbstractShortReceiver- Throws:
org.refcodes.component.CloseException
-
-