Openwings API Documentation (v1.1)

Package net.openwings.context

This package contains the Openwings Context Services API.

See:
          Description

Interface Summary
Context This interface provides the key abstraction for Context Services.
PlatformListener This interface describes a callback that can be registered with a Context to be notified when platforms are added to the Context or deleted from the Context.
PolicyListener This interface describes a callback that can be registered with a Context to be notified when policies are added, changed, or deleted in a Context.
PropertyListener This interface describes a callback that can be registered with a Context to be notified when properties are added, changed, or deleted in a Context.
RelationshipListener This interface describes a callback that can be registered with a Context to be notified when context relationships are added or removed.
 

Class Summary
ContextDescriptor This class defines the information that makes up a context descriptor.
PlatformDescriptor This class defines the information that makes up a platform descriptor.
 

Package net.openwings.context Description

This package contains the Openwings Context Services API. These interfaces are described in the Openwings Context Services Specification, located at http://www.openwings.org/download/specs/Openwings_Context.pdf.


Openwings API Documentation (v1.1)