org.apache.geronimo.tomcat.cluster
Class AbstractClusteredValve.WebClusteredInvocation
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
request
protected final org.apache.catalina.connector.Request request
response
protected final org.apache.catalina.connector.Response response
AbstractClusteredValve.WebClusteredInvocation
protected AbstractClusteredValve.WebClusteredInvocation(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response)
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.