|
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
public class TCPIPEXTServerEndpoint
Implementatin of EwayEndpoint for TCPIP Server Activations.
Field Summary | |
---|---|
static java.lang.String |
version
|
Fields inherited from class com.stc.connector.tcpip.model.server.TCPIPServerEndpoint |
---|
mMonitorData |
Constructor Summary | |
---|---|
TCPIPEXTServerEndpoint()
Constructor of TCPIPEXTServerEndpoint |
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. |
MessageInfo |
getMessageInfo()
Returns the messageInfo instance. |
protected void |
initializeMsg()
Method initializeMsg. |
void |
setMessageInfo(MessageInfo messageInfo)
Sets the messageInfo. |
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 TCPIPEXTServerEndpoint()
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 TCPIPServerEndpoint
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 TCPIPServerEndpoint
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 TCPIPServerEndpoint
mef
- The MessageEndpointFactory assoicated with the activation.EwayEndpoint.deactivation(MessageEndpointFactory)
public MessageInfo getMessageInfo()
public void setMessageInfo(MessageInfo messageInfo)
messageInfo
- The messageInfo to setpublic TCPIPServerApplication createTCPIPServerApplication(TCPIPServerApplicationConnection serverAppConn, java.lang.String appName) throws TCPIPApplicationException
TCPIPServerEndpoint
createTCPIPServerApplication
in class TCPIPServerEndpoint
serverAppConn
- TCPIPServerApplicationConnection instanceappName
- Application name
TCPIPApplicationException
- up on an error(TCPIPServerApplicationConnection, String)
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |