org.apache.geronimo.jetty6.cluster
Class AbstractClusteredPreHandler.WebClusteredInvocation

java.lang.Object
  extended by org.apache.geronimo.jetty6.cluster.AbstractClusteredPreHandler.WebClusteredInvocation
All Implemented Interfaces:
ClusteredInvocation
Direct Known Subclasses:
WADIClusteredPreHandler.WADIWebClusteredInvocation
Enclosing class:
AbstractClusteredPreHandler

protected abstract class AbstractClusteredPreHandler.WebClusteredInvocation
extends Object
implements ClusteredInvocation


Field Summary
protected  int dispatch
           
protected  HttpServletRequest request
           
protected  HttpServletResponse response
           
protected  String target
           
 
Constructor Summary
protected AbstractClusteredPreHandler.WebClusteredInvocation(String target, HttpServletRequest request, HttpServletResponse response, int dispatch)
           
 
Method Summary
 String getRequestedSessionId()
          Gets the sessionId of the Session bound to the invocation represented by this instance.
protected  void invokeLocally()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.geronimo.clustering.ClusteredInvocation
invoke
 

Field Detail

target

protected final String target

request

protected final HttpServletRequest request

response

protected final HttpServletResponse response

dispatch

protected final int dispatch
Constructor Detail

AbstractClusteredPreHandler.WebClusteredInvocation

protected AbstractClusteredPreHandler.WebClusteredInvocation(String target,
                                                             HttpServletRequest request,
                                                             HttpServletResponse response,
                                                             int dispatch)
Method Detail

invokeLocally

protected void invokeLocally()
                      throws ClusteredInvocationException
Throws:
ClusteredInvocationException

getRequestedSessionId

public String getRequestedSessionId()
Description copied from interface: ClusteredInvocation
Gets the sessionId of the Session bound to the invocation represented by this instance.

Specified by:
getRequestedSessionId in interface ClusteredInvocation
Returns:
sessionId of the targeted Session.


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.