org.demac.transport
Interface Constraint


public interface Constraint

Superclass of all constraints which affact the transmission of org.demac.transport.TransportMessage[s].


Method Summary
 boolean checkTransportAddress(TransportAddress addresses)
          Method to check wether a given org.demac.transport.TransportAddress conforms to this constraint or not.
 

Method Detail

checkTransportAddress

boolean checkTransportAddress(TransportAddress addresses)
Method to check wether a given org.demac.transport.TransportAddress conforms to this constraint or not.

Parameters:
address - the address to check
Returns:
the result of the check