Uses of Interface
de.aristaflow.adept2.base.communication.CommunicationService
-
Packages that use CommunicationService Package Description de.aristaflow.adept2.base.communication de.aristaflow.adept2.base.registry -
-
Uses of CommunicationService in de.aristaflow.adept2.base.communication
Subinterfaces of CommunicationService in de.aristaflow.adept2.base.communication Modifier and Type Interface Description interface
MappingCommService<I1,O1,I2,O2>
This interface extends the communication service by the means to add a host name mapping dynamically. -
Uses of CommunicationService in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that return CommunicationService Modifier and Type Method Description protected CommunicationService<?,?,?,?>
ServiceRegistry. getCommunicationService(SessionToken session, String simpleInstanceName)
Returns the communication service with the designated instance name.
-