JBoss Community Archive (Read Only)

RHQ 4.8

The Domain Model

The RHQ Domain Model represents a core set of classes and structure that are utilized by all the other subsystems to coordinate data sharing. These classes are both a Java contract to the underlying data plus they have EJB3 data bindings and JAXB bindings so that we have our core information modeled in Java, RDBMS and XML. The Java interfaces have managed serialization to allow sending these classes over remote interfaces such as that between the agent and server. They can be stored in the database via the EJB3 mappings and they can be exposed via JAX-WS as web service interface components (such as is done with the enterprise server services).

The domain model's Java classes are found in the domain module:

http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=tree;f=modules/core/domain/src/main/java/org/rhq/core/domain

Class diagrams

Measurement

images/author/download/attachments/69535510/Domain(Measurement).png

Events

images/author/download/attachments/69535510/Events.png

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-12 14:50:34 UTC, last content change 2011-11-21 19:11:23 UTC.