Uses of Interface
net.aifusion.metamodel.CimEventGenerator
Packages that use CimEventGenerator
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
This package contains the API used by all CIM providers, and the implementation of a basic in-memory provider.
-
Uses of CimEventGenerator in net.aifusion.cimserver
Classes in net.aifusion.cimserver that implement CimEventGeneratorModifier and TypeClassDescriptionclassClass to implement the client side interface for a Cim Server. -
Uses of CimEventGenerator in net.aifusion.metamodel
Classes in net.aifusion.metamodel that implement CimEventGeneratorModifier and TypeClassDescriptionclassClass to represent a CIM Class definition.classClass to represent a CIM Enumeration.classClass to represent a CIM Instance.classClass to represent a CIM Interface.classClass to model a CIM CimStructure.classBase class for all CIM Elements that reside in a namespace.classElement to represent a Qualifier TypeclassClass to represent CimStructure values.Methods in net.aifusion.metamodel that return CimEventGeneratorModifier and TypeMethodDescriptionCimEvent.getGenerator()Get the generator that generated this eventCimIndication.getGenerator()Constructors in net.aifusion.metamodel with parameters of type CimEventGeneratorModifierConstructorDescriptionCimIndication(CimEventType type, CimEventGenerator generator, String eventDescription) Create a CIM Indication -
Uses of CimEventGenerator in net.aifusion.providers
Subinterfaces of CimEventGenerator in net.aifusion.providersClasses in net.aifusion.providers that implement CimEventGeneratorModifier and TypeClassDescriptionclassThis class represents a basic provider that can be extended by other classes to implement providers.