Uses of Interface
de.aristaflow.adept2.base.licensing.LicenceManager
-
Packages that use LicenceManager Package Description de.aristaflow.adept2.core.client de.aristaflow.ilm.ws.base.licensing de.aristaflow.ilm.ws.rest.base.licensing de.aristaflow.ilm.ws.soap.base.licensing -
-
Uses of LicenceManager in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return LicenceManager Modifier and Type Method Description LicenceManager
ClientService. getLicenceManager()
Gets the licence manager that provides the licence for all AristaFlow-services and products.LicenceManager
MultiplexingClientService. getLicenceManager()
Gets the licence manager that provides the licence for all AristaFlow-services and products. -
Uses of LicenceManager in de.aristaflow.ilm.ws.base.licensing
Constructors in de.aristaflow.ilm.ws.base.licensing with parameters of type LicenceManager Constructor Description LicenceManagerWebService(LicenceManager service, ServiceMetaData smd)
-
Uses of LicenceManager in de.aristaflow.ilm.ws.rest.base.licensing
Methods in de.aristaflow.ilm.ws.rest.base.licensing with parameters of type LicenceManager Modifier and Type Method Description protected LicenceManagerWebService
LicenceManagerRest. createWebService(LicenceManager serv, ServiceMetaData smd)
-
Uses of LicenceManager in de.aristaflow.ilm.ws.soap.base.licensing
Methods in de.aristaflow.ilm.ws.soap.base.licensing with parameters of type LicenceManager Modifier and Type Method Description static void
LicenceManagerSoap. exportService(String simpleServiceName, LicenceManager delegate)
Exports the service instance of the designated name and creates a web service for it using a logger from the designated log service.
-