Uses of Interface
org.demac.transport.Device

Packages that use Device
org.demac.eprom.gui   
org.demac.impl.event   
org.demac.impl.j2me.context.registry   
org.demac.impl.j2me.desktop.monitor   
org.demac.impl.j2me.desktop.rendering   
org.demac.impl.j2me.management.core   
org.demac.impl.j2me.process.base.service.rmi   
org.demac.impl.j2me.process.base.service.webservices.server   
org.demac.impl.j2me.process.core.adapter   
org.demac.impl.j2me.process.core.process   
org.demac.impl.j2me.process.ext.concurrency Extension module of the process service to execute parallel processes. 
org.demac.impl.j2me.process.ext.messages Creates the link between PAEX-messages and DEMAC-messages. 
org.demac.impl.j2me.transport   
org.demac.impl.j2me.transport.fluctnet   
org.demac.impl.j2me.transport.fluctnet.dispatcher   
org.demac.impl.j2me.transport.fluctnet.messagehandler   
org.demac.impl.j2me.transport.fluctnet.test   
org.demac.impl.j2me.transport.protocol.discovery   
org.demac.impl.j2me.transport.security   
org.demac.impl.util   
org.demac.j2me.DEMAC   
org.demac.transport   
 

Uses of Device in org.demac.eprom.gui
 

Methods in org.demac.eprom.gui with parameters of type Device
 void MainFrame.deviceDetected(Device device)
           
 void MainFrame.deviceRemoved(Device device)
           
 

Uses of Device in org.demac.impl.event
 

Methods in org.demac.impl.event with parameters of type Device
 void EventServiceImpl.deviceDetected(Device device)
           
 void EventServiceImpl.deviceRemoved(Device arg0)
           
 

Uses of Device in org.demac.impl.j2me.context.registry
 

Methods in org.demac.impl.j2me.context.registry with parameters of type Device
 void TransportServiceDiscoveryListener.deviceDetected(Device device)
           
 void TransportServiceDiscoveryListener.deviceRemoved(Device device)
           
 

Uses of Device in org.demac.impl.j2me.desktop.monitor
 

Methods in org.demac.impl.j2me.desktop.monitor with parameters of type Device
 void MessageMonitor.deviceDetected(Device dev)
           
 void EventMonitor.deviceDetected(Device dev)
           
 void ContextMonitor.deviceDetected(Device device)
           
 void MessageMonitor.deviceRemoved(Device dev)
           
 void EventMonitor.deviceRemoved(Device arg0)
           
 void ContextMonitor.deviceRemoved(Device device)
           
 

Uses of Device in org.demac.impl.j2me.desktop.rendering
 

Methods in org.demac.impl.j2me.desktop.rendering that return Device
 Device DeviceCell.getDevice()
           
 

Constructors in org.demac.impl.j2me.desktop.rendering with parameters of type Device
DeviceCell(Device device)
           
 

Uses of Device in org.demac.impl.j2me.management.core
 

Methods in org.demac.impl.j2me.management.core with parameters of type Device
 void ManagementCommunicationManager.deviceDetected(Device device)
           
 void ManagementCommunicationManager.deviceRemoved(Device device)
           
 

Uses of Device in org.demac.impl.j2me.process.base.service.rmi
 

Methods in org.demac.impl.j2me.process.base.service.rmi with parameters of type Device
 void DEMACSocketManager.deviceDetected(Device device)
          Implementierung der entsprechenden Methode im Interface "TransportListener"
 void DEMACSocketManager.deviceRemoved(Device device)
          Implementierung der entsprechenden Methode im Interface "TransportListener"
 

Uses of Device in org.demac.impl.j2me.process.base.service.webservices.server
 

Methods in org.demac.impl.j2me.process.base.service.webservices.server with parameters of type Device
 void OverlayProtocolServer.deviceDetected(Device device)
           
 void OverlayProtocolServer.deviceRemoved(Device device)
           
 

Uses of Device in org.demac.impl.j2me.process.core.adapter
 

Methods in org.demac.impl.j2me.process.core.adapter with parameters of type Device
 void CSPSAdapterImpl.deviceDetected(Device device)
           
 void CSPSAdapterImpl.deviceRemoved(Device device)
           
 CommunicationEntity ContextModel.getComEntity(Device device)
           
 DeviceEntity ContextModel.getDeviceEntity(Device device)
           
 SymbolicLocationValue ContextModel.getDeviceLocation(Device device)
           
 RemoteDeviceContext ContextModel.getRemoteContext(Device device)
           
 java.lang.String ContextModel.getRemoteUserLocation(Device device, boolean extended)
           
 UserEntity ContextModel.getUserEntity(Device device)
           
 

Uses of Device in org.demac.impl.j2me.process.core.process
 

Methods in org.demac.impl.j2me.process.core.process with parameters of type Device
 void CommunicationManager.deviceDetected(Device arg0)
           
 void CommunicationManager.deviceRemoved(Device arg0)
           
 

Uses of Device in org.demac.impl.j2me.process.ext.concurrency
 

Methods in org.demac.impl.j2me.process.ext.concurrency with parameters of type Device
 void MessageAdapter.deviceDetected(Device device)
           
 void MessageAdapter.deviceRemoved(Device device)
           
 

Uses of Device in org.demac.impl.j2me.process.ext.messages
 

Methods in org.demac.impl.j2me.process.ext.messages with parameters of type Device
 void Messenger.deviceDetected(Device device)
           
 void Messenger.deviceRemoved(Device device)
           
 

Uses of Device in org.demac.impl.j2me.transport
 

Classes in org.demac.impl.j2me.transport that implement Device
 class DeviceImpl
          Implementation of a org.demac.transport.Device.
 

Methods in org.demac.impl.j2me.transport with parameters of type Device
 void TransportServiceImpl.addDevice(Device device)
           
 void TransportServiceImpl.foundDevice(Device device)
           
 void TransportServiceImpl.removeDevice(Device device)
           
 

Constructors in org.demac.impl.j2me.transport with parameters of type Device
TransportServiceImpl.DeviceDetectedDispatcher(Device d)
           
TransportServiceImpl.RemovedDeviceDispatcher(Device dev)
           
 

Uses of Device in org.demac.impl.j2me.transport.fluctnet
 

Methods in org.demac.impl.j2me.transport.fluctnet with parameters of type Device
 void FluctNetTransportService.addDevice(Device device)
           
 void FluctNetTransportService.foundDevice(Device device)
           
 void FluctNetTransportService.removeDevice(Device device)
           
 

Uses of Device in org.demac.impl.j2me.transport.fluctnet.dispatcher
 

Constructors in org.demac.impl.j2me.transport.fluctnet.dispatcher with parameters of type Device
DeviceDetectedDispatcher(Device d, java.util.Vector listeners)
          Constructor
RemovedDeviceDispatcher(Device dev, java.util.Vector listeners)
          Constructor
 

Uses of Device in org.demac.impl.j2me.transport.fluctnet.messagehandler
 

Methods in org.demac.impl.j2me.transport.fluctnet.messagehandler with parameters of type Device
 void FluctNetHeartBeatMessageHandler.deviceDetected(Device device)
           
 void FluctNetGroupMemberMessageHandler.deviceDetected(Device device)
          Whenever a device is detected and the node is currently member of a group, a topology update is sent to the group leader.
 void FluctNetGroupLeaderMessageHandler.deviceDetected(Device device)
           
 void FluctNetHeartBeatMessageHandler.deviceRemoved(Device device)
           
 void FluctNetGroupMemberMessageHandler.deviceRemoved(Device device)
          Whenever a device is removed and the node is currently member of a group, a topology update is sent to the group leader.
 void FluctNetGroupLeaderMessageHandler.deviceRemoved(Device device)
           
 

Uses of Device in org.demac.impl.j2me.transport.fluctnet.test
 

Methods in org.demac.impl.j2me.transport.fluctnet.test with parameters of type Device
 void OldTransportServiceImpl.addDevice(Device device)
           
 void FluctNetMessageMonitorOldTransportService.deviceDetected(Device device)
           
 void FluctNetMessageMonitor.deviceDetected(Device device)
           
 void FluctNetMessageMonitorOldTransportService.deviceRemoved(Device device)
           
 void FluctNetMessageMonitor.deviceRemoved(Device device)
           
 void OldTransportServiceImpl.foundDevice(Device device)
           
 void OldTransportServiceImpl.removeDevice(Device device)
           
 

Constructors in org.demac.impl.j2me.transport.fluctnet.test with parameters of type Device
OldTransportServiceImpl.DeviceDetectedDispatcher(Device d)
           
OldTransportServiceImpl.RemovedDeviceDispatcher(Device dev)
           
 

Uses of Device in org.demac.impl.j2me.transport.protocol.discovery
 

Methods in org.demac.impl.j2me.transport.protocol.discovery with parameters of type Device
 void DiscoveryConnector.deviceDetected(Device device)
           
 void DiscoveryConnector.deviceRemoved(Device arg0)
           
 

Uses of Device in org.demac.impl.j2me.transport.security
 

Methods in org.demac.impl.j2me.transport.security with parameters of type Device
 void CredentialManager.deviceDetected(Device arg0)
           
 void CredentialManager.deviceRemoved(Device arg0)
           
 

Uses of Device in org.demac.impl.util
 

Methods in org.demac.impl.util with parameters of type Device
 void ComManager.deviceDetected(Device arg0)
           
 void ComManager.deviceRemoved(Device arg0)
           
 

Uses of Device in org.demac.j2me.DEMAC
 

Methods in org.demac.j2me.DEMAC with parameters of type Device
 void DemacDesktop.deviceDetected(Device device)
           
 void DemacDesktop.deviceRemoved(Device device)
           
 

Uses of Device in org.demac.transport
 

Methods in org.demac.transport with parameters of type Device
abstract  void TransportService.addDevice(Device device)
          Method to add a device manually to the transport service.
 void TransportListener.deviceDetected(Device device)
          This method is called when the org.demac.transport.TransportService detects a new device and adds it to it's list of new devices.
 void TransportListener.deviceRemoved(Device device)
          This method is called when the org.demac.transport.TransportService removes a device from the list of known devices.
abstract  void TransportService.removeDevice(Device device)
          Method to remove a device manually from the transport service.