|
Sun Adapter for MSMQ API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.msmqadapter.appconn.appimpl.MSMQClientApplicationImpl
public class MSMQClientApplicationImpl
Implements MSMQClientApplication which exposes operations available for the client application.
| Constructor Summary | |
|---|---|
MSMQClientApplicationImpl(MSMQApplicationConnection appConn)
Constructor. |
|
| Method Summary | |
|---|---|
void |
connect()
Creates the physical connection to the underlying EIS system. |
void |
disconnect()
Closes the physical connection to the underlying EIS system. |
MSMQConfiguration |
getEwayConfiguration()
Returns the MSMQConfiguration object. |
byte[] |
getMsgBody()
Returns the MsgBody |
MSMQConfiguration |
getMSMQConfiguration()
Returns the MSMQConfiguration object |
void |
getMSMQMessage()
|
void |
putMSMQMessage()
|
void |
setMsgBody(byte[] MsgBody)
Sets the MsgBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MSMQClientApplicationImpl(MSMQApplicationConnection appConn)
appConn - The MSMQApplicationConnection instance.| Method Detail |
|---|
public MSMQConfiguration getMSMQConfiguration()
public void setMsgBody(byte[] MsgBody)
setMsgBody in interface MSMQClientApplicationattrname - public byte[] getMsgBody()
getMsgBody in interface MSMQClientApplication
public void connect()
throws MSMQApplicationException
connect in interface MSMQClientApplicationMSMQApplicationException
public void disconnect()
throws MSMQApplicationException
disconnect in interface MSMQClientApplicationMSMQApplicationException
public void getMSMQMessage()
throws MSMQException
getMSMQMessage in interface MSMQClientApplicationMSMQException
public void putMSMQMessage()
throws MSMQException
putMSMQMessage in interface MSMQClientApplicationMSMQExceptionpublic MSMQConfiguration getEwayConfiguration()
getEwayConfiguration in interface MSMQClientApplication
|
Sun Adapter for MSMQ API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||