|
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.HL7v3ServerEndpoint
public class HL7v3ServerEndpoint
Implementatin of EwayEndpoint for HL7v3 Server Activations.
Field Summary | |
---|---|
static java.lang.String |
NOT_AVAILABLE
|
static java.lang.String |
version
|
Fields inherited from class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint |
---|
mMonitorData |
Constructor Summary | |
---|---|
HL7v3ServerEndpoint()
Constructor of HL7v3ServerEndpoint |
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. |
HL7v3MessageInfo |
getHL7v3MessageInfo()
Returns the hl7MessageInfo. |
protected void |
initializeMsg()
Method initializeMsg. |
void |
setHL7v3MessageInfo(HL7v3MessageInfo 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
public static final java.lang.String NOT_AVAILABLE
Constructor Detail |
---|
public HL7v3ServerEndpoint()
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.EwayEndpoint
activation
in class TCPIPEXTServerEndpoint
mef
- 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 TCPIPEXTServerEndpoint
javax.resource.NotSupportedException
TCPIPServerEndpoint.initializeMsg()
public void deactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef)
deactivation
in interface com.stc.connector.framework.eway.EwayEndpoint
deactivation
in class TCPIPEXTServerEndpoint
mef
- The MessageEndpointFactory assoicated with the activation.EwayEndpoint.deactivation(MessageEndpointFactory)
public TCPIPServerApplication createTCPIPServerApplication(TCPIPServerApplicationConnection serverAppConn, java.lang.String appName) throws TCPIPApplicationException
TCPIPServerEndpoint
createTCPIPServerApplication
in class TCPIPEXTServerEndpoint
serverAppConn
- TCPIPServerApplicationConnection instanceappName
- Application name
TCPIPApplicationException
- up on an error(TCPIPServerApplicationConnection, String)
public HL7v3MessageInfo getHL7v3MessageInfo()
public void setHL7v3MessageInfo(HL7v3MessageInfo hl7MessageInfo)
hl7MessageInfo
- The HL7v3MessageInfo to set
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |