public interface IConnection
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the connection.
|
int |
getConnectionId()
Get the connection id.
|
IComponentIdentifier |
getInitiator()
Get the initiator.
|
Map<String,Object> |
getNonFunctionalProperties()
Get the non-functional properties of the connection.
|
IComponentIdentifier |
getParticipant()
Get the participant.
|
int getConnectionId()
IComponentIdentifier getInitiator()
IComponentIdentifier getParticipant()
void close()
Copyright © 2012. All Rights Reserved.