Uses of Interface
org.nuclos.api.communication.CommunicationPort
Packages that use CommunicationPort
Package
Description
-
Uses of CommunicationPort in org.nuclos.api.communication
Classes in org.nuclos.api.communication with type parameters of type CommunicationPortModifier and TypeInterfaceDescriptioninterface
CommunicationPortFactory<P extends CommunicationPort>
-
Uses of CommunicationPort in org.nuclos.api.context.communication
Methods in org.nuclos.api.context.communication that return CommunicationPort -
Uses of CommunicationPort in org.nuclos.api.provider
Methods in org.nuclos.api.provider with parameters of type CommunicationPortModifier and TypeMethodDescriptionstatic <T extends InstantiableContext>
TCommunicationProvider.newContextInstance
(CommunicationPort port, Class<T> contextClass) For internal use in ports. -
Uses of CommunicationPort in org.nuclos.api.service
Methods in org.nuclos.api.service with parameters of type CommunicationPortModifier and TypeMethodDescription<T extends InstantiableContext>
TCommunicationService.newContextInstance
(CommunicationPort port, Class<T> contextClass) For internal use in ports.