Uses of Interface
org.demac.transport.Constraint

Packages that use Constraint
org.demac.impl.j2me.transport   
org.demac.impl.j2me.transport.fluctnet   
org.demac.impl.j2me.transport.fluctnet.test   
org.demac.transport   
 

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

Methods in org.demac.impl.j2me.transport with parameters of type Constraint
 void TransportServiceImpl.sendMessage(TransportMessage msg, Constraint[] con)
           
 

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

Methods in org.demac.impl.j2me.transport.fluctnet with parameters of type Constraint
 TransportAddress FluctNetTransportUtil.getConstrainedTransportAddress(DeviceHandle receiver, Constraint[] constraints)
          Returns an address for the receiver that satisfies all of the constraints specified by "constraints"
 void FluctNetTransportService.sendMessage(TransportMessage msg, Constraint[] con)
           
 

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

Methods in org.demac.impl.j2me.transport.fluctnet.test with parameters of type Constraint
 void OldTransportServiceImpl.sendMessage(TransportMessage msg, Constraint[] con)
           
 void OldTransportServiceImpl.sendMessage(TransportMessage msg, Constraint[] con, boolean exRouting)
           
 

Uses of Constraint in org.demac.transport
 

Methods in org.demac.transport with parameters of type Constraint
abstract  void TransportService.sendMessage(TransportMessage msg, Constraint[] constraints)
          Method to send a message to a device under a set of constraints.