Uses of Interface
nl.tudelft.simulation.messaging.devices.components.ReceivingDeviceInterface

Packages that use ReceivingDeviceInterface
nl.tudelft.simulation.actor   
nl.tudelft.simulation.messaging.devices.components   
nl.tudelft.simulation.messaging.devices.reference   
 

Uses of ReceivingDeviceInterface in nl.tudelft.simulation.actor
 

Methods in nl.tudelft.simulation.actor that return ReceivingDeviceInterface
 ReceivingDeviceInterface[] Actor.getReceivingDevices()
           
 ReceivingDeviceInterface[] Actor.getReceivingDevices(DeviceType deviceType)
           
 ReceivingDeviceInterface[] ActorInterface.getReceivingDevices(DeviceType deviceType)
          Retrieve the receiving devices of the actor.
 ReceivingDeviceInterface[] ActorInterface.getReceivingDevices()
          Retrieve all receiving devices of the actor.
 

Methods in nl.tudelft.simulation.actor with parameters of type ReceivingDeviceInterface
 void Actor.addReceivingDevice(ReceivingDeviceInterface device, MessageHandlerInterface messageHandler)
          adds a receiving device to the actor.
 void Actor.addReceivingDevice(ReceivingDeviceInterface device, MessageHandlerInterface messageHandler, nl.tudelft.simulation.jstats.distributions.DistContinuous checkInterval)
          adds a receiving device to the actor.
 void Actor.setCheckInterval(ReceivingDeviceInterface device, nl.tudelft.simulation.jstats.distributions.DistContinuous checkInterval)
          The method implements a timer for an existing device to check periodically for content.
 void Actor.checkReceivingDevice(ReceivingDeviceInterface device)
          Checks whether the receiving device has messages to handle.
 void Actor.removeReceivingDevice(ReceivingDeviceInterface device)
          removed a device to the actor
 

Uses of ReceivingDeviceInterface in nl.tudelft.simulation.messaging.devices.components
 

Classes in nl.tudelft.simulation.messaging.devices.components that implement ReceivingDeviceInterface
 class ReceivingDevice
          Standard implementation of a receiving device.
 class SendingReceivingDevice
          A SendingReceivingDevice combines the sending device and receiving device in one aggregated object.
 

Constructors in nl.tudelft.simulation.messaging.devices.components with parameters of type ReceivingDeviceInterface
SendingReceivingDevice(java.lang.String name, ReceivingDeviceInterface receiver, SendingDeviceInterface sender)
          constructs a new SendingReceivingDevice
 

Uses of ReceivingDeviceInterface in nl.tudelft.simulation.messaging.devices.reference
 

Classes in nl.tudelft.simulation.messaging.devices.reference that implement ReceivingDeviceInterface
 class EmailApplication
          A reference implementation of an email application.
 class FaxDevice
          A reference implementation of a FaxDevice.
 class LetterBox
          A reference implementation of receiving regular mail.
 



Copyright © 2004-2005 Delft University of Technology, the Netherlands. All Rights Reserved.