php.java.bridge.http
Interface IContextFactoryVisitor

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

public interface IContextFactoryVisitor
extends IContextFactory

Interface that ContextFactory visitors must implement.

Author:
jostb

Method Summary
 void visit(ContextFactory visited)
          Called when a visitor has been attached.
 
Methods inherited from interface php.java.bridge.http.IContextFactory
destroy, finishContext, getClassLoader, getContext, getId, getSession, recycle, recycle, recycleLegacy, removeOrphaned, setClassLoader, setContext, setIsLegacyClient, waitFor, waitFor
 
Methods inherited from interface php.java.bridge.IJavaBridgeFactory
getBridge
 

Method Detail

visit

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

Parameters:
visited - The context factory