|
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.tcpip.model.server.TCPIPServerEndpoint
com.stc.connector.tcpip.ext.server.TCPIPEXTServerEndpoint
com.stc.connector.tcpip.hl7.server.HL7ServerEndpoint
public class HL7ServerEndpoint
Implementatin of EwayEndpoint for HL7 Server Activations.
| Field Summary | |
|---|---|
static java.lang.String |
version
|
| Fields inherited from class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint |
|---|
mMonitorData |
| Constructor Summary | |
|---|---|
HL7ServerEndpoint()
Constructor of HL7ServerEndpoint |
|
| Method Summary | |
|---|---|
void |
activation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.BootstrapContext aContext,
com.stc.configuration.IConfiguration aConfiguration,
com.stc.connector.management.util.ObjectReference aMonitor)
Activate eWay endpoint. |
TCPIPServerApplication |
createTCPIPServerApplication(TCPIPServerApplicationConnection serverAppConn,
java.lang.String appName)
Creates TCPIPServerApplication object. |
void |
deactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef)
Deactivate (terminate) eWay endpoint. |
HL7MessageInfo |
getHL7MessageInfo()
Returns the hl7MessageInfo. |
protected void |
initializeMsg()
Method initializeMsg. |
void |
setHL7MessageInfo(HL7MessageInfo hl7MessageInfo)
Sets the hl7MessageInfo. |
| Methods inherited from class com.stc.connector.tcpip.ext.server.TCPIPEXTServerEndpoint |
|---|
getMessageInfo, setMessageInfo |
| Methods inherited from class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint |
|---|
getActivationSpec, getBootstrapContext, getConfiguration, getMessageEndpointFactory, getMonitor, getMonitorSchedulerList, getMonitorTaskList, getMonitorWorkList, getTCPIPServer, getTCPIPServerGeneralInfo, getTCPIPServerScheduleInfo, getTCPIPServerSocketInfo, getXAResource, setActivationSpec, setMonitor, setTCPIPServerGeneralInfo, setTCPIPServerScheduleInfo, setTCPIPServerSocketInfo, updateMBeanConnectionStatus |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.stc.connector.framework.eway.EwayEndpoint |
|---|
getXAResource |
| Field Detail |
|---|
public static final java.lang.String version
| Constructor Detail |
|---|
public HL7ServerEndpoint()
| Method Detail |
|---|
public void activation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.BootstrapContext aContext,
com.stc.configuration.IConfiguration aConfiguration,
com.stc.connector.management.util.ObjectReference aMonitor)
throws javax.resource.ResourceException
activation in interface com.stc.connector.framework.eway.EwayEndpointactivation in class TCPIPEXTServerEndpointmef - The MessageEndpointFactory assoicated with the activation.aContext - The BootstrapContext provided by the container.aConfiguration - The instance of IConfiguration which contains the
information for creating an endpoint activation.aMonitor - The monitor ObjectReference.
javax.resource.NotSupportedException - upon error.
javax.resource.ResourceException(MessageEndpointFactory, BootstrapContext, IConfiguration, ObjectReference)
protected void initializeMsg()
throws javax.resource.NotSupportedException
TCPIPServerEndpoint
initializeMsg in class TCPIPEXTServerEndpointjavax.resource.NotSupportedExceptionTCPIPServerEndpoint.initializeMsg()public void deactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef)
deactivation in interface com.stc.connector.framework.eway.EwayEndpointdeactivation in class TCPIPEXTServerEndpointmef - The MessageEndpointFactory assoicated with the activation.EwayEndpoint.deactivation(MessageEndpointFactory)
public TCPIPServerApplication createTCPIPServerApplication(TCPIPServerApplicationConnection serverAppConn,
java.lang.String appName)
throws TCPIPApplicationException
TCPIPServerEndpoint
createTCPIPServerApplication in class TCPIPEXTServerEndpointserverAppConn - TCPIPServerApplicationConnection instanceappName - Application name
TCPIPApplicationException - up on an error(TCPIPServerApplicationConnection, String)public HL7MessageInfo getHL7MessageInfo()
public void setHL7MessageInfo(HL7MessageInfo hl7MessageInfo)
hl7MessageInfo - The hl7MessageInfo to set
|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||