php.java.bridge.http
Interface IContextFactoryVisitor

All Superinterfaces:
IContextFactory, IJavaBridgeFactory
All Known Implementing Classes:
InteractivePhpScriptContextFactory, PhpScriptContextFactory, RemoteServletContextFactory, ServletContextFactory, SimpleContextFactory, SimpleServletContextFactory

public interface IContextFactoryVisitor
extends IContextFactory

Interface that ContextFactory visitors must implement.

Author:
jostb

Method Summary
 void visit(IContextFactory visited)
          Called when a visitor has been attached.
 
Methods inherited from interface php.java.bridge.http.IContextFactory
getContext, getId, getSession, getSimpleSession, initialize, recycle, release, releaseManaged, setContext, waitFor
 
Methods inherited from interface php.java.bridge.IJavaBridgeFactory
destroy, flushBuffer, getBridge, invalidate, isNew, parseHeader, recycle
 

Method Detail

visit

void visit(IContextFactory visited)
Called when a visitor has been attached.

Parameters:
visited - The context factory