org.jboss.test.cluster.web
Class BindingListener
java.lang.Object
org.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingListener
public BindingListener()
- Creates a new instance of BindingListener
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()