Uses of Interface
de.aristaflow.adept2.base.communication.ADEPT2CallbackExport
Packages that use ADEPT2CallbackExport
-
Uses of ADEPT2CallbackExport in de.aristaflow.adept2.base.communication
Fields in de.aristaflow.adept2.base.communication declared as ADEPT2CallbackExportModifier and TypeFieldDescriptionprotected final ADEPT2CallbackExportInvocationTarget.InvocationHandling.callbackExportThe callback export of a specific communication service for replacing callback objects by an appropriate URI.Methods in de.aristaflow.adept2.base.communication that return ADEPT2CallbackExportModifier and TypeMethodDescriptionInvocationTarget.InvocationHandling.getAdept2CallbackExport()Gets the callback export of a specific communication service for replacing callback objects by an appropriate URI.CommunicationService.getADEPT2CallbackExport()Returns the submodule responsible for exporting callback objects.Constructors in de.aristaflow.adept2.base.communication with parameters of type ADEPT2CallbackExportModifierConstructorDescriptionInvocationHandling(InvocationDelegate invDel, ADEPT2CallbackExport callbackExport, URI localUri, URI registeredUri) Creates a new instance encapsulating the designated objects for invocation handling of global URIs.