|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.hl7.framework.persist.dbo.DBObjectFactory
public class DBObjectFactory
Method Summary | |
---|---|
HL7MessageLogDBO |
createHL7MessageLogDBO(java.lang.String messageId,
java.lang.String applicationId)
creates HL7MessageLog DBObject |
static DBObjectFactory |
getDBObjectFactory(int dbType)
get DBObject factory |
java.util.List |
populateDBO(DBObject tempObj,
java.sql.ResultSet rs)
returns list of DBObjects from ResultSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DBObjectFactory getDBObjectFactory(int dbType)
dbType
- database type
public HL7MessageLogDBO createHL7MessageLogDBO(java.lang.String messageId, java.lang.String applicationId)
messageId
- - a unique value for the messageapplicationId
- - represents the hl7 application to which the hl7 message is sent
public java.util.List populateDBO(DBObject tempObj, java.sql.ResultSet rs) throws java.sql.SQLException
tempObj
- DBObjectrs
- ResultSet
java.sql.SQLException
- SQLException
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |