Openwings API Documentation (v1.1)

Package net.openwings.identity

This package contains identity-related classes used throughout the Openwings API.

See:
          Description

Interface Summary
UniqueIDGenerator This interface describes a plugin that can generate UniqueID instances.
 

Class Summary
Attribute This class is a universal attribute used throughout Openwings.
ComponentDescriptor This class contains all of the information that would be used to identify and execute a component.
PropertyInitializer This class is a utility for setting system properties.
UniqueID This interface defines a unique identifier that can be used throughout the Openwings framework.
UniqueIDFactory This class provides a way to obtain a UniqueID.
 

Package net.openwings.identity Description

This package contains identity-related classes used throughout the Openwings API. These interfaces are described in the Openwings Interface Specification, located at http://www.openwings.org/download/specs/openwings_interface.pdf.


Openwings API Documentation (v1.1)