Uses of Interface
net.aifusion.metamodel.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
Modifier and TypeClassDescriptionclass
Class to implement the client side interface for a Cim Server. -
Uses of CimEventGenerator in net.aifusion.metamodel
Modifier and TypeClassDescriptionclass
Class to represent a CIM Class definition.class
Class to represent a CIM Enumeration.class
Class to represent a CIM Instance.class
Class to represent a CIM Interface.class
Class to model a CIM CimStructure.class
Base class for all CIM Elements that reside in a namespace.class
Element to represent a Qualifier Typeclass
Class to represent CimStructure values.Modifier and TypeMethodDescriptionCimEvent.getGenerator()
Get the generator that generated this eventCimIndication.getGenerator()
ModifierConstructorDescriptionCimIndication
(CimEventType type, CimEventGenerator generator, String eventDescription) Create a CIM Indication -
Uses of CimEventGenerator in net.aifusion.providers
Modifier and TypeClassDescriptionclass
This class represents a basic provider that can be extended by other classes to implement providers.