All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Properties.SelfProtection.SelfProtectionDP

java.lang.Object
   |
   +----Properties.SelfProtection.SelfProtectionDP

public class SelfProtectionDP
extends Object
implements MsgInterface, TimeoutManagerInterface
Esta clase establece las preferencias del componente respecto a esta propiedad. Los parametros y metodos reconfigurables son los incluidos aqui.


Variable Index

 o TIMEOUT_MANAGER
Nombre del buzon del Timeout Manager por defecto.

Constructor Index

 o SelfProtectionDP()

Method Index

 o IsTheAnswer(Msg, Msg)
Decide si el mensaje recibido "recmsg" anula el timeout para "sentmsg".
 o Select(Msg)
Decide cuando un mensaje saliente necesita un timeout.
 o TimeoutExpired(Msg)
Realiza el tratamiento para el mensaje m tras la ocurrencia de un timeout.
 o TimeoutValue(Msg)
Devuelve el timeout necesario para el mensaje saliente m.

Variables

 o TIMEOUT_MANAGER
 protected static String TIMEOUT_MANAGER
Nombre del buzon del Timeout Manager por defecto.

Constructors

 o SelfProtectionDP
 public SelfProtectionDP()

Methods

 o Select
 public boolean Select(Msg m)
Decide cuando un mensaje saliente necesita un timeout.

 o TimeoutValue
 public int TimeoutValue(Msg m)
Devuelve el timeout necesario para el mensaje saliente m.

 o IsTheAnswer
 public boolean IsTheAnswer(Msg sentmsg,
                            Msg recmsg)
Decide si el mensaje recibido "recmsg" anula el timeout para "sentmsg".

 o TimeoutExpired
 public void TimeoutExpired(Msg m)
Realiza el tratamiento para el mensaje m tras la ocurrencia de un timeout.


All Packages  Class Hierarchy  This Package  Previous  Next  Index