org.flexiblepower.messaging
public static interface ConnectionManager.ManagedEndpoint
Endpoint. This can be used to find the defined ConnectionManager.EndpointPorts and
their ConnectionManager.PotentialConnections.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPid() |
ConnectionManager.EndpointPort |
getPort(java.lang.String name) |
java.util.SortedMap<java.lang.String,? extends ConnectionManager.EndpointPort> |
getPorts() |
java.lang.String getPid()
Endpoint.ConnectionManager.EndpointPort getPort(java.lang.String name)
name - The name of the PortConnectionManager.EndpointPortjava.util.SortedMap<java.lang.String,? extends ConnectionManager.EndpointPort> getPorts()
ConnectionManager.EndpointPorts that are defined, keyed by their name