public interface IConnection
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Close the connection. | 
| int | getConnectionId()Get the connection id. | 
| ITransportComponentIdentifier | getInitiator()Get the initiator. | 
| java.util.Map<java.lang.String,java.lang.Object> | getNonFunctionalProperties()Get the non-functional properties of the connection. | 
| ITransportComponentIdentifier | getParticipant()Get the participant. | 
int getConnectionId()
ITransportComponentIdentifier getInitiator()
ITransportComponentIdentifier getParticipant()
void close()
java.util.Map<java.lang.String,java.lang.Object> getNonFunctionalProperties()