Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.model.state
Class ObjectSerializableStateHandlerImpl

java.lang.Object
  extended by com.stc.connector.tcpip.model.state.ObjectSerializableStateHandlerImpl
All Implemented Interfaces:
StateHandler
Direct Known Subclasses:
PersistenceFileStateHandlerImpl

public class ObjectSerializableStateHandlerImpl
extends java.lang.Object
implements StateHandler

It is a Persistent StateHandler implementation. Uses java Object serializable mechanism.

Version:
cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2005/09/03 06:33:21 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
Constructor Summary
ObjectSerializableStateHandlerImpl()
          Constructor for ObjectSerializableStateHandlerImpl.
 
Method Summary
 State getState()
          Returns the State.
 void setState(State state)
          Sets the State.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version
See Also:
Constant Field Values
Constructor Detail

ObjectSerializableStateHandlerImpl

public ObjectSerializableStateHandlerImpl()
Constructor for ObjectSerializableStateHandlerImpl.

Method Detail

getState

public State getState()
               throws java.lang.Exception
Description copied from interface: StateHandler
Returns the State.

Specified by:
getState in interface StateHandler
Returns:
State
Throws:
java.lang.Exception - on error
See Also:
StateHandler.getState()

setState

public void setState(State state)
              throws java.lang.Exception
Description copied from interface: StateHandler
Sets the State.

Specified by:
setState in interface StateHandler
Parameters:
state - to set
Throws:
java.lang.Exception - on error
See Also:
StateHandler.setState(State)

Sun Adapter for TCP/IP HL7