|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.RtStpsNode
gov.nasa.gsfc.drl.rtstps.core.output.NullChannel
public final class NullChannel
This is a null channel. It discards everything.
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME
|
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.RtStpsNode |
---|
linkName, statusItemList, typeName |
Constructor Summary | |
---|---|
NullChannel()
|
Method Summary | |
---|---|
void |
finishSetup(Configuration configuration)
Finish the setup. |
void |
flush()
Flush the output channel. |
void |
load(org.w3c.dom.Element element,
Configuration configuration)
Set up this stps node with a configuration. |
void |
putFrame(Frame frame)
Give a frame to this FrameReceiver. |
void |
putFrames(Frame[] frames)
Give an array of frames to this FrameReceiver. |
void |
putPacket(Packet packet)
Give a packet to this PacketReceiver. |
void |
putPackets(Packet[] packets)
Give an array of packets to this PacketReceiver. |
void |
putUnit(Unit unit)
Give a unit to this UnitReceiver. |
void |
putUnits(Unit[] units)
Give an array of units to this UnitReceiver. |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.RtStpsNode |
---|
clear, clone, getElementName, getLinkName, getStatusItems, setLinkName, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface gov.nasa.gsfc.drl.rtstps.core.FrameReceiver |
---|
getLinkName |
Methods inherited from interface gov.nasa.gsfc.drl.rtstps.core.UnitReceiver |
---|
getLinkName |
Methods inherited from interface gov.nasa.gsfc.drl.rtstps.core.ccsds.PacketReceiver |
---|
getLinkName |
Field Detail |
---|
public static final java.lang.String CLASSNAME
Constructor Detail |
---|
public NullChannel()
Method Detail |
---|
public void load(org.w3c.dom.Element element, Configuration configuration) throws RtStpsException
load
in class RtStpsNode
RtStpsException
public void finishSetup(Configuration configuration) throws RtStpsException
finishSetup
in class RtStpsNode
RtStpsException
public void flush() throws RtStpsException
flush
in interface PacketReceiver
flush
in interface FrameReceiver
flush
in interface Receiver
flush
in interface UnitReceiver
RtStpsException
public void putFrames(Frame[] frames) throws RtStpsException
putFrames
in interface FrameReceiver
RtStpsException
public void putFrame(Frame frame) throws RtStpsException
putFrame
in interface FrameReceiver
RtStpsException
public void putUnit(Unit unit) throws RtStpsException
putUnit
in interface UnitReceiver
RtStpsException
public void putUnits(Unit[] units) throws RtStpsException
putUnits
in interface UnitReceiver
RtStpsException
public void putPackets(Packet[] packets) throws RtStpsException
putPackets
in interface PacketReceiver
RtStpsException
public void putPacket(Packet packet) throws RtStpsException
putPacket
in interface PacketReceiver
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |