Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.model.state
Interface StateHandler

All Known Implementing Classes:
EntityBeanStateHandlerImpl, JAXBStateHandlerImpl, JDBCStateHandlerImpl, JDOStateHandlerImpl, NonPersistentStateHandlerImpl, ObjectSerializableStateHandlerImpl, PersistenceFileStateHandlerImpl

public interface StateHandler

StateHandler interface. It can be used for persistenet state or non-persistent state management.

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

Field Summary
static java.lang.String version
           
 
Method Summary
 State getState()
          Returns the State.
 void setState(State state)
          Sets the State.
 

Field Detail

version

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

getState

State getState()
               throws java.lang.Exception
Returns the State.

Returns:
State
Throws:
java.lang.Exception - on error

setState

void setState(State state)
              throws java.lang.Exception
Sets the State.

Parameters:
state - to set
Throws:
java.lang.Exception - on error

Sun Adapter for TCP/IP HL7