Uses of Interface
org.demac.Handle

Packages that use Handle
org.demac.context.core.management   
org.demac.context.core.model   
org.demac.event   
org.demac.impl.event   
org.demac.impl.j2me.context.core.management   
org.demac.impl.j2me.context.core.model   
org.demac.impl.j2me.desktop.rendering   
org.demac.impl.j2me.process.base.dpdl   
org.demac.impl.j2me.process.core.dpdl   
org.demac.impl.j2me.transport   
org.demac.process.core.dpdl   
org.demac.process.core.event   
org.demac.transport   
 

Uses of Handle in org.demac.context.core.management
 

Subinterfaces of Handle in org.demac.context.core.management
 interface ContextManagementHandle
           
 

Uses of Handle in org.demac.context.core.model
 

Subinterfaces of Handle in org.demac.context.core.model
 interface AttributeHandle
           
 interface DomainHandle
           
 interface EntityHandle
           
 interface QualityParameterHandle
           
 

Uses of Handle in org.demac.event
 

Subinterfaces of Handle in org.demac.event
 interface EventHandle
          Superinterface of all org.demac.event.EventHandle[s] used by the DEMAC event service and it's components.
 

Uses of Handle in org.demac.impl.event
 

Classes in org.demac.impl.event that implement Handle
 class EventHandleImpl
          TODO
 

Uses of Handle in org.demac.impl.j2me.context.core.management
 

Classes in org.demac.impl.j2me.context.core.management that implement Handle
 class ContextManagementHandleImpl
           
 

Uses of Handle in org.demac.impl.j2me.context.core.model
 

Classes in org.demac.impl.j2me.context.core.model that implement Handle
 class AttributeHandleImpl
           
 class DomainHandleImpl
           
 class EntityHandleImpl
           
 class QualityParameterHandleImpl
           
 

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

Methods in org.demac.impl.j2me.desktop.rendering that return Handle
 Handle HandleCell.getHandle()
           
 

Constructors in org.demac.impl.j2me.desktop.rendering with parameters of type Handle
HandleCell(Handle handle)
           
ReceiverCell(Handle handle)
           
SenderCell(Handle handle)
           
 

Uses of Handle in org.demac.impl.j2me.process.base.dpdl
 

Classes in org.demac.impl.j2me.process.base.dpdl that implement Handle
 class ParticipantHandleImpl
          Unique Handle to reference a org.demac.process.core.dpdl.Participant
 

Uses of Handle in org.demac.impl.j2me.process.core.dpdl
 

Classes in org.demac.impl.j2me.process.core.dpdl that implement Handle
 class StrategyHandleImpl
          Unique Handle to reference a org.demac.process.core.dpdl.Strategy
 

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

Classes in org.demac.impl.j2me.transport that implement Handle
 class DeviceHandleImpl
          Implementation of the org.demac.transport.DeviceHandle interface.
 class MessageHandleImpl
          Implementation of the org.demac.transport.MessageHandle interface.
 

Uses of Handle in org.demac.process.core.dpdl
 

Subinterfaces of Handle in org.demac.process.core.dpdl
 interface ParticipantHandle
          Unique Handle to reference a org.demac.process.core.dpdl.Participant
 interface StrategyHandle
          Unique Handle to reference a org.demac.process.core.dpdl.Strategy
 

Uses of Handle in org.demac.process.core.event
 

Classes in org.demac.process.core.event that implement Handle
 class ProcessEventHandle
          Unique Handle to reference a org.demac.process.core.event.ProcessEvent
 

Uses of Handle in org.demac.transport
 

Subinterfaces of Handle in org.demac.transport
 interface DeviceHandle
          Superinterface of all org.demac.transport.DeviceHandle[s] used by the DEMAC transport service and it's components.
 interface MessageHandle
          Superinterface of all org.demac.transport.MessageHandle[s] used by the DEMAC transport service and it's components.