org.demac.transport
Interface Device

All Known Implementing Classes:
DeviceImpl

public interface Device

Interface representing a org.demac.transport.Device. The device is referenced by its unique DeviceHandle.


Method Summary
 java.util.Enumeration getAllTransportAddresses()
          Method to get all org.demac.transport.TransportAddress[es] which belong to this Device
 DeviceHandle getHandle()
          Method to get the org.demac.transport.DeviceHandle of this Device.
 java.lang.String getName()
          Method to get a userfriendly name for this device;
 

Method Detail

getHandle

DeviceHandle getHandle()
Method to get the org.demac.transport.DeviceHandle of this Device.

Returns:
the handle of this device

getName

java.lang.String getName()
Method to get a userfriendly name for this device;

Returns:
the name of the device

getAllTransportAddresses

java.util.Enumeration getAllTransportAddresses()
Method to get all org.demac.transport.TransportAddress[es] which belong to this Device

Returns:
all adresses of this device