public interface Connection extends NamedDocumentable
The following features are supported:
OsgiPackage.getConnection()
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials()
Returns the value of the 'Credentials' containment reference.
|
Endpoint |
getEndpoint()
Returns the value of the 'Endpoint' reference.
|
String |
getEndpointLabel()
Returns the value of the 'Endpoint Label' attribute.
|
String |
getFactoryId() |
Endpoint |
getMatchingEndpoint(Exporter exporter) |
org.eclipse.emf.common.util.EList<Endpoint> |
getPossibleEndpoints(Exporter exporter) |
Integer |
getTimeout()
Returns the value of the 'Timeout' attribute.
|
String |
getTypeTag() |
String |
makeUri(boolean localhost) |
void |
setCredentials(Credentials value)
Sets the value of the '
Credentials ' containment reference. |
void |
setEndpoint(Endpoint value)
Sets the value of the '
Endpoint ' reference. |
void |
setTimeout(Integer value)
Sets the value of the '
Timeout ' attribute. |
getName, setName
getShortDescription, setShortDescription
Endpoint getEndpoint()
If the meaning of the 'Endpoint' reference isn't clear, there really should be more of a description here...
setEndpoint(Endpoint)
,
OsgiPackage.getConnection_Endpoint()
void setEndpoint(Endpoint value)
Endpoint
' reference.
value
- the new value of the 'Endpoint' reference.getEndpoint()
String getEndpointLabel()
If the meaning of the 'Endpoint Label' attribute isn't clear, there really should be more of a description here...
OsgiPackage.getConnection_EndpointLabel()
Credentials getCredentials()
If the meaning of the 'Credentials' reference isn't clear, there really should be more of a description here...
setCredentials(Credentials)
,
OsgiPackage.getConnection_Credentials()
void setCredentials(Credentials value)
Credentials
' containment reference.
value
- the new value of the 'Credentials' containment reference.getCredentials()
Integer getTimeout()
If the meaning of the 'Timeout' attribute isn't clear, there really should be more of a description here...
setTimeout(Integer)
,
OsgiPackage.getConnection_Timeout()
void setTimeout(Integer value)
Timeout
' attribute.
value
- the new value of the 'Timeout' attribute.getTimeout()
String getTypeTag()
org.eclipse.emf.common.util.EList<Endpoint> getPossibleEndpoints(Exporter exporter)
String makeUri(boolean localhost)
String getFactoryId()