Package tuwien.auto.calimero.mgmt

Contains KNX property and management services.

See:
          Description

Interface Summary
ManagementClient Application layer services providing management related tasks in a KNX network for a client.
ManagementProcedures Management procedures.
PropertyAdapter Adapter hiding protocol specifics and internals of accessing interface object properties.
PropertyAdapterListener Listener interface to receive events of a property adapter.
PropertyClient.PID Contains constants definitions of the property IDs for global properties (server object type = global) and PIDs of the KNXnet/IP parameter object (server object type 11).
PropertyClient.ResourceHandler Provides an interface to load property definitions from a resource, and store property definitions into a resource.
TransportLayer Transport layer providing OSI layer 4 (connection oriented) communication.
TransportListener Listener interface for getting transport layer events.
 

Class Summary
Description Holds description information of a KNX interface object property.
Destination Represents a transport layer logical connection destination.
Destination.AggregatorProxy An aggregator proxy is associated with one destination and is supplied at the creation of a new destination object.
KnIPDeviceMgmtAdapter Property adapter for KNXnet/IP local device management.
ManagementClientImpl Implementation of management client.
PropertyClient A client to access properties in interface objects of a device.
PropertyClient.Property Stores property definition information of one property, used for type translation and property lookup by a property client.
PropertyClient.PropertyKey Key value in the map returned by PropertyClient.getDefinitions().
RemotePropertyServiceAdapter Property adapter for remote property services.
TransportLayerImpl Implementation of the transport layer protocol.
 

Exception Summary
KNXDisconnectException Thrown to indicate that a layer 4 disconnect event happened.
 

Package tuwien.auto.calimero.mgmt Description

Contains KNX property and management services.

An unified interface for accessing KNX interface object properties is provided. Two different ways of property access are provided, using remote property services or KNXnet/IP local device management.
It also includes a transport layer interface (OSI layer 4) for connection oriented communication and support to handle different modes of communication with different destinations.