Package org.demac.transport

Interface Summary
Constraint Superclass of all constraints which affact the transmission of org.demac.transport.TransportMessage[s].
Device Interface representing a org.demac.transport.Device.
DeviceHandle Superinterface of all org.demac.transport.DeviceHandle[s] used by the DEMAC transport service and it's components.
MessageHandle Superinterface of all org.demac.transport.MessageHandle[s] used by the DEMAC transport service and it's components.
ReputationTransportMessage Eine ReputationTransportMessage ist eine TransportMessage, die im Body eine Reputation enthält.
SecureTransportMessage Eine SecureTransportMessage ist eine TransportMessage, die im Body eine SecureMessage tunnelt.
TransportAddress Superinterface of all transport adresses used by the DEMAC transport service and it's components.
TransportListener This interface should be implemented by objects which are interested in registering at the org.demac.transport.TransportService to be informed of arriving messages, occured exeptions and detected devices.
TransportMessage Interface representing messages which are sent and received by the org.demac.transport.TransportService.
 

Class Summary
TransportService This class represents the transport layer of the DEMAC framework.
 

Exception Summary
MessageNotAvailableException Exception which indecates that a requested message is not available in the transport service of the DEMAC architecture.
TransportException Exception which indecates failures of transport service of the DEMAC architecture.