All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Properties.Integrity.IntegrityDP

java.lang.Object
   |
   +----Properties.Integrity.IntegrityDP

public class IntegrityDP
extends Object
Esta clase establece las preferencias del componente respecto a esta propiedad. Los parametros y metodos reconfigurables son los incluidos en esta clase.


Constructor Index

 o IntegrityDP()

Method Index

 o IsValid(Msg, boolean)
Decide si un mensaje es valido.
 o Reject(Msg, boolean)
Realiza el tratamiento para el mensaje invalido "m".
 o Select(Msg, boolean)
Decide cuando un mensaje es relativo a esta propiedad.

Constructors

 o IntegrityDP
 public IntegrityDP()

Methods

 o Select
 public boolean Select(Msg m,
                       boolean entrante)
Decide cuando un mensaje es relativo a esta propiedad.

 o IsValid
 public boolean IsValid(Msg m,
                        boolean entrante)
Decide si un mensaje es valido.

 o Reject
 public void Reject(Msg m,
                    boolean entrante)
Realiza el tratamiento para el mensaje invalido "m".


All Packages  Class Hierarchy  This Package  Previous  Next  Index