C# Class Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Jms.JmsIncomingPort

Receive the datas
Inheritance: Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Jms.JmsPort, IIncomingPort
Mostrar archivo Open project: openengsb/loom-csharp Class Usage Examples

Public Methods

Method Description
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.

Method Details

Close() public method

Close the Connection
public Close ( ) : void
return void

JmsIncomingPort() public method

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

Receive() public method

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