org.apache.geronimo.tomcat.cluster
Class AbstractClusteredValve.WebClusteredInvocation

java.lang.Object
  extended by org.apache.geronimo.tomcat.cluster.AbstractClusteredValve.WebClusteredInvocation
All Implemented Interfaces:
ClusteredInvocation
Direct Known Subclasses:
WADIClusteredValve.WADIWebClusteredInvocation
Enclosing class:
AbstractClusteredValve

protected abstract class AbstractClusteredValve.WebClusteredInvocation
extends Object
implements ClusteredInvocation


Field Summary
protected  org.apache.catalina.connector.Request request
           
protected  org.apache.catalina.connector.Response response
           
 
Constructor Summary
protected AbstractClusteredValve.WebClusteredInvocation(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response)
           
 
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

request

protected final org.apache.catalina.connector.Request request

response

protected final org.apache.catalina.connector.Response response
Constructor Detail

AbstractClusteredValve.WebClusteredInvocation

protected AbstractClusteredValve.WebClusteredInvocation(org.apache.catalina.connector.Request request,
                                                        org.apache.catalina.connector.Response response)
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-2008 The Apache Geronimo development community. All Rights Reserved.