Openwings API Documentation (v1.1)

Package net.openwings.container

This package contains the Openwings Container Services API.

See:
          Description

Interface Summary
Container This interface provides the key abstraction for Container Services.
ContainerAccess This interface is provided by the Container implementation.
ContainerAttributeConstants This interface provides descriptions of standard attributes that should be used in publishing Container and ContainerManager services.
ContainerListener This interface describes a callback that can be used to register interest in receiving status updates from a Container or ContainerManager.
ContainerManager This interface provides the external interface by which the computing resources of a platform can be accessed.
ContainerManagerListener This interface describes a callback that can be used to register interest in receiving status updates from a ContainerManager.
ContainerManagerMBean This class is a management bean that a Container Manager implementation can expose to allow access to the set of processes it knows how to run.
ContainerProcess This interface represents a single execution of a process running inside a Container or ContainerManager.
ContainerProcessListener This interface describes a callback that can be used to register interest in receiving process status updates from a ContainerProcess, Container, or ContainerManager.
MobileProcess This interface represents a single execution of a process running inside a Container or ContainerManager.
MobileProcessListener This interface describes a callback that can be used to register interest in receiving notification when the serialized state of processes from a MobileProcess, Container, or ContainerManager are updated.
ProcessAccess This interface describes a callback that can be registered by a process (an Openwings Component or other Java program) with its container via the ContainerAccess interface.
ProcessShutdown This interface describes a callback that can be registered by a process (an Openwings Component or other Java program) with its container via the ContainerAccess interface.
 

Class Summary
ContainerAccessFactory This class provides processes that are running in a Container a way to obtain an implementation of ContainerAccess.
ContainerProcessStatus This class describes the status of a running ContainerProcess.
 

Exception Summary
ProcessCreationException This class is an exception which indicates a problem with the creation of a process in a Container or ContainerManager.
 

Package net.openwings.container Description

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


Openwings API Documentation (v1.1)