C# 클래스 Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Jms.JmsOutgoingPort

Send Message
상속: Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Jms.JmsPort, IOutgoingPort
파일 보기 프로젝트 열기: openengsb/loom-csharp 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

Close the Connection

JmsOutgoingPort ( string destination, ABridgeExceptionHandling handling, String connectorId ) : System

Default constructor

Send ( string text ) : void

Send a string over NMS.

Send ( string text, String queueName ) : void

Send a string over NMS and defines the replyTo field

메소드 상세

Close() 공개 메소드

Close the Connection
public Close ( ) : void
리턴 void

JmsOutgoingPort() 공개 메소드

Default constructor
public JmsOutgoingPort ( string destination, ABridgeExceptionHandling handling, String connectorId ) : System
destination string URL to OpenEngSB
handling Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling
connectorId String
리턴 System

Send() 공개 메소드

Send a string over NMS.
public Send ( string text ) : void
text string Text to send
리턴 void

Send() 공개 메소드

Send a string over NMS and defines the replyTo field
public Send ( string text, String queueName ) : void
text string Text to send
queueName String
리턴 void