|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.protocol.impl.NullSafeStorage
public class NullSafeStorage
A non-functional implementation of SafeStorage
. This is
intended as a placeholder pending release of UHN's Simple Record Store
project.
Constructor Summary | |
---|---|
NullSafeStorage()
|
Method Summary | |
---|---|
void |
discard(Transportable theMessage)
Does nothing. |
Transportable[] |
restore()
Returns an empty array. |
void |
store(Transportable theMessage)
Does nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullSafeStorage()
Method Detail |
---|
public void store(Transportable theMessage) throws HL7Exception
store
in interface SafeStorage
theMessage
- the message to store
HL7Exception
- if there is some problem accessing the storepublic void discard(Transportable theMessage) throws HL7Exception
discard
in interface SafeStorage
theMessage
- the message to discard
HL7Exception
- if there is some problem accessing the storepublic Transportable[] restore() throws HL7Exception
restore
in interface SafeStorage
HL7Exception
- if there is some problem accessing the store
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |