The ConfigurableEntity provides the interface to an Entity that can be configured at runtime by associating properties via name-value pairs. |
|
Class used to hold properties for a given entity. |
|
EntityPropertyManager is the remote interface for a session bean that manages persistence of ConfigurableEntity EJB's and their properties. |
|
The home interface for the EntityPropertyManager Session Bean. |
|
HierarchicalEntity extends ConfigurableEntity by describing an interface by which Entities can be included in a hierachy of successors. |
|
Public interface for a property definition. |
|
Lightweight object that contains ConfigurableEntity's unique attributes. |
|
Lightweight object used as a key for entity properties. |
|
This is the public interface for Property Sets, which are logical groupings of property definitions. |
|
PropertySetManager is a stateless session bean that provides access to property sets, through PropertySetRepositories. |
|
Home interface for accessing the PropertySetManager stateless session bean. |
|
PropertySetRepository is an interface to be implemented by any part of the system that manages its own PropertySets. |
Abstract base class for ConfigurableEntity implementations. |
|
Lightweight implementation of HierarchicalEntity. |
|
Default implementation of a PropertyDefinition. |
|
Lightweight object that contains ConfigurableEntity's unique attributes. |
|
Lightweight object used as a key for entity properties. |
|
Default implementation of a Property Sets, which is a logical grouping of property definitions. |
|
Abstract base class for ConfigurableEntity EJB's. |
|
Primary key class for Configurable Entity EJB's |
|
HierarchicalEntity extends ConfigurableEntity by describing an interface by which Entities can be included in a hierachy of successors. |
|
Utility class to externalize SQL statements in a ResourceBundle. |
Application exception class that will be thrown when an error occurs while creating a ConfigurableEntity. |
|
System exception class that will be thrown when a low-level error occurs in a ConfigurableEntity or its EntityPropertyManager. |
|
Application exception to signify that a requested ConfigurableEntity could not be found in the database. |
|
Application exception to signal a parsing problem while reading a Property Set definition from an XML document. |
|
System exception to signal a problem with a Property Set Repository. |
|
System exception to signal a problem while creating an XML document from a Property Set. |
|
System exception class that will be thrown when a low-level error occurs in a property set component |
|
Application exception to signify that a given property did not match its corresponding PropertyDefinition. |