|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContextFactoryVisitor
Interface that ContextFactory visitors must implement.
Method Summary | |
---|---|
void |
initialize()
Called when the context is requested |
void |
invalidate()
Called at the end of the visitor's life cycle |
void |
visit(ContextFactory visited)
Called when a visitor has been attached. |
Methods inherited from interface php.java.bridge.http.IContextFactory |
---|
destroy, getClassLoader, getContext, getId, getSession, recycle, release, setClassLoader, setContext, waitFor, waitForInitializedContext |
Methods inherited from interface php.java.bridge.IJavaBridgeFactory |
---|
getBridge, getJavaBridgeClassLoader, recycle |
Method Detail |
---|
void visit(ContextFactory visited)
visited
- The context factoryvoid invalidate()
void initialize()
IContextFactory.waitForInitializedContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |