Openwings API Documentation (v1.1)

Package net.openwings.management

This package contains the Openwings Management Services API.

See:
          Description

Interface Summary
ManagementPolicy This interface defines a policy which describes configurable management parameters of a component that should be registered upon initialization of the Manager: Default MBeans MBean User Interface Factories MBeanAdapters
Manager This interface is the centerpiece of the Openwings Management architecture.
ManagerListener This interface describes a callback that can be registered with a Manager to receive notification when an MBean is added or removed from a Manager or RemoteManager
MBean This is the top-level interface for management beans in the Openwings Management Services framework.
MBeanAdapter This interface defines a plugin for an adapter that makes MBeans accessible to another management framework (such as JMX or SNMP).
RemoteManager This interface describes a service which can be used to control the management of a component.
 

Class Summary
ManagerFactory This class provides a way to obtain an implementation of Manager.
 

Package net.openwings.management Description

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


Openwings API Documentation (v1.1)