org.jboss.test.cluster.web
Class BindingListener

java.lang.Object
  extended byorg.jboss.test.cluster.web.BindingListener
All Implemented Interfaces:
java.io.Serializable

public class BindingListener
extends java.lang.Object
implements java.io.Serializable

Testing for clustered session binding event.

See Also:
Serialized Form

Constructor Summary
BindingListener()
          Creates a new instance of BindingListener
 
Method Summary
 boolean getValueBound()
           
 boolean getValueUnBound()
           
 void setValueBound()
           
 void setValueUnBound()
           
 void valueBound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingListener

public BindingListener()
Creates a new instance of BindingListener

Method Detail

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)

setValueBound

public void setValueBound()

getValueBound

public boolean getValueBound()

setValueUnBound

public void setValueUnBound()

getValueUnBound

public boolean getValueUnBound()