org.mortbay.jetty.servlet.wadi
Class WadiSessionHandler.WadiClusteredInvocation

java.lang.Object
  extended by org.mortbay.jetty.servlet.wadi.WadiSessionHandler.WadiClusteredInvocation
Enclosing class:
WadiSessionHandler

protected class WadiSessionHandler.WadiClusteredInvocation
extends java.lang.Object


Field Summary
protected  int dispatch
           
protected  HttpServletRequest request
           
protected  HttpServletResponse response
           
protected  java.lang.String target
           
 
Constructor Summary
protected WadiSessionHandler.WadiClusteredInvocation(java.lang.String target, HttpServletRequest request, HttpServletResponse response, int dispatch)
           
 
Method Summary
 java.lang.String getRequestedSessionId()
           
 void invoke()
           
protected  void invokeLocally()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected final java.lang.String target

request

protected final HttpServletRequest request

response

protected final HttpServletResponse response

dispatch

protected final int dispatch
Constructor Detail

WadiSessionHandler.WadiClusteredInvocation

protected WadiSessionHandler.WadiClusteredInvocation(java.lang.String target,
                                                     HttpServletRequest request,
                                                     HttpServletResponse response,
                                                     int dispatch)
Method Detail

invoke

public void invoke()
            throws java.lang.Exception
Throws:
java.lang.Exception

invokeLocally

protected void invokeLocally()
                      throws java.lang.Exception
Throws:
java.lang.Exception

getRequestedSessionId

public java.lang.String getRequestedSessionId()


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.