Uses of Interface
net.aifusion.providers.Provider
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
This package contains the API used by all CIM providers, and the implementation of a basic in-memory provider.
-
Uses of Provider in net.aifusion.cimserver
Modifier and TypeClassDescriptionclass
Class to implement the client side interface for a Cim Server.Modifier and TypeMethodDescriptionvoid
CimClient.registerChildProvider
(Provider child) void
CimClient.unregisterChildProvider
(Provider child) -
Uses of Provider in net.aifusion.providers
Modifier and TypeClassDescriptionclass
This class represents a basic provider that can be extended by other classes to implement providers.Modifier and TypeMethodDescriptionvoid
BasicProvider.registerChildProvider
(Provider child) void
Provider.registerChildProvider
(Provider child) Register a child provider with this provider.void
BasicProvider.unregisterChildProvider
(Provider child) void
Provider.unregisterChildProvider
(Provider child) Unregister a child provider.