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
Afficher le fichier Open project: openengsb/loom-csharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Close the Connection
public Close ( ) : void
Résultat void

JmsIncomingPort() public méthode

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

Receive() public méthode

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