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

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

공개 메소드들

메소드 설명
Close ( ) : void

Close the Connection

JmsIncomingPort ( string destination, ABridgeExceptionHandling exceptionhandler, String connectorId ) : System

Default constructor

Receive ( ) : string

Waits for a message on the preconfigured queue. Blocks until a message in received or the connection is closed.

메소드 상세

Close() 공개 메소드

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

JmsIncomingPort() 공개 메소드

Default constructor
public JmsIncomingPort ( string destination, ABridgeExceptionHandling exceptionhandler, String connectorId ) : System
destination string URL to OpenEngSB
exceptionhandler ABridgeExceptionHandling
connectorId String
리턴 System

Receive() 공개 메소드

Waits for a message on the preconfigured queue. Blocks until a message in received or the connection is closed.
public Receive ( ) : string
리턴 string