org.apache.geronimo.jetty6.cluster
Class AbstractClusteredPreHandler.WebClusteredInvocation
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
protected final String target
request
protected final HttpServletRequest request
response
protected final HttpServletResponse response
dispatch
protected final int dispatch
AbstractClusteredPreHandler.WebClusteredInvocation
protected AbstractClusteredPreHandler.WebClusteredInvocation(String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch)
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.