|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.spray.engine.chain.RequestBoundObjectName
public class RequestBoundObjectName
An object name bound to a request. When it is unbound from the request, the corresponding MBean is unregistered from the MBean server.
| Constructor Summary | |
|---|---|
RequestBoundObjectName(ObjectName name)
Constructs a new bound object name. |
|
| Method Summary | |
|---|---|
void |
release()
Releases the bound object name without unregistering the corresponding MBean. |
void |
valueBound(ServletRequestBindingEvent event)
Notifies the object that it is being bound to a request. |
void |
valueUnbound(ServletRequestBindingEvent event)
Notifies the object that it is being unbound from a request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestBoundObjectName(ObjectName name)
name - the object name to bind to the session.| Method Detail |
|---|
public void release()
public void valueBound(ServletRequestBindingEvent event)
ServletRequestBindingListener
valueBound in interface ServletRequestBindingListenerevent - the binding event.public void valueUnbound(ServletRequestBindingEvent event)
ServletRequestBindingListener
valueUnbound in interface ServletRequestBindingListenerevent - the binding event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||