| Modifier and Type | Interface and Description |
|---|---|
interface |
IExtension
An object defining the dynamic extension to an
IExtensionPoint. |
interface |
IExtensionPoint
An object defining a "plugin" point, where otherwise unrelated client code
may register an
IExtension for use and activation by the
IExtensionPoint provider. |
interface |
IInstrument
The instrument specification.
|
interface |
IInstrumentRegistry
A registry for
IInstrument instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardExtension.Facade |
class |
StandardExtensionPoint.Facade |
class |
StandardInstrument
An internal representation of an
IInstrument. |
class |
StandardInstrument.Facade
The "public" portion of the Instrument implementation, which itself is
never leaked to client code.
|
class |
StandardInstrumentRegistry
A registry for instruments.
|
class |
StandardInstrumentRegistry.Facade
The public portion of the InstrumentRegistry, which itself is never
leaked to client code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeMap
A default implementation for
IAttributeSupport. |
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialFactory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IActivityContext
Provides a context for an ongoing "activity".
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardActivityContext
A simple standard implementation for
IActivityContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonFactory<T>
A common versatile base class for implementing
IFactory. |
class |
GenericFactory<T>
A generic factory implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FunctorFieldHandler |
class |
FunctorMethodHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPropertiesNode
A
PropertiesNode that reflects the object properties using plain Java
beans techniques. |
class |
CommonNode<T>
A common implementation for a node in a tree.
|
class |
DeclaredPropertiesNode
A generic
PropertiesNode to collect predefined property children. |
class |
NoneNode
The "none" node.
|
class |
PropertiesNode
A common superclass for a node providing some grouped detail information on a
properties subset of its parent.
|
class |
PropertyNode
A common superclass for a node providing detail information on a specifc
property of its parent.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.