Uses of Interface
de.aristaflow.adept2.base.communication.ADEPT2CallbackExport
-
Packages that use ADEPT2CallbackExport Package Description de.aristaflow.adept2.base.communication -
-
Uses of ADEPT2CallbackExport in de.aristaflow.adept2.base.communication
Fields in de.aristaflow.adept2.base.communication declared as ADEPT2CallbackExport Modifier and Type Field Description protected ADEPT2CallbackExport
InvocationTarget.InvocationHandling. callbackExport
The callback export of a specific communication service for replacing callback objects by an appropriate URI.Methods in de.aristaflow.adept2.base.communication that return ADEPT2CallbackExport Modifier and Type Method Description ADEPT2CallbackExport
InvocationTarget.InvocationHandling. getAdept2CallbackExport()
Gets the callback export of a specific communication service for replacing callback objects by an appropriate URI.ADEPT2CallbackExport
CommunicationService. getADEPT2CallbackExport()
Returns the submodule responsible for exporting callback objects.Constructors in de.aristaflow.adept2.base.communication with parameters of type ADEPT2CallbackExport Constructor Description InvocationHandling(InvocationDelegate invDel, ADEPT2CallbackExport callbackExport, URI localUri, URI registeredUri)
Creates a new instance encapsulating the designated objects for invocation handling of global URIs.
-