|
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.TCPIPServerMessageEndpointFactory
public class TCPIPServerMessageEndpointFactory
This class is not a full-featured MessageEndpointFactory. It is ONLY used for my RA non-managed mode test.
| Nested Class Summary | |
|---|---|
class |
TCPIPServerMessageEndpointFactory.MyMessageEndpoint
This class is not a full-featured MessageEndpoint. |
| Field Summary | |
|---|---|
static java.lang.String |
version
|
| Constructor Summary | |
|---|---|
TCPIPServerMessageEndpointFactory()
Constructor |
|
| Method Summary | |
|---|---|
javax.resource.spi.endpoint.MessageEndpoint |
createEndpoint(javax.transaction.xa.XAResource xaResource)
This is used to create a message endpoint. |
java.lang.String |
getWelcomeMsg()
Returns the welcomeMsg. |
boolean |
isDeliveryTransacted(java.lang.reflect.Method pTargetMethod)
This is used to find out whether message deliveries to a message endpoint will be transacted or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String version
| Constructor Detail |
|---|
public TCPIPServerMessageEndpointFactory()
| Method Detail |
|---|
public boolean isDeliveryTransacted(java.lang.reflect.Method pTargetMethod)
throws java.lang.NoSuchMethodException
isDeliveryTransacted in interface javax.resource.spi.endpoint.MessageEndpointFactoryjava.lang.NoSuchMethodExceptionMessageEndpointFactory.isDeliveryTransacted(java.lang.reflect.Method)
public javax.resource.spi.endpoint.MessageEndpoint createEndpoint(javax.transaction.xa.XAResource xaResource)
throws javax.resource.spi.UnavailableException
createEndpoint in interface javax.resource.spi.endpoint.MessageEndpointFactoryxaResource - an optional XAResource instance used
to get transaction notifications when
the message delivery is transacted.
javax.resource.spi.UnavailableException - indicates a transient failure
in creating a message endpoint.
Subsequent attempts to create
a message endpoint might succeed.MessageEndpointFactory.createEndpoint(XAResource)public java.lang.String getWelcomeMsg()
|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||