org.jpu.patterns.singleton.onePerContext
Interface IOnePerContext
- public interface IOnePerContext
Interface that may optionally be implemented by one-per-context classes. See
OnePerContextManager
for more information.
Method Summary |
void |
initOnePerContext(java.lang.Object ctx)
This method is called just after the no-arg constructor is invoked
to construct a OnePerContext instance. |
initOnePerContext
public void initOnePerContext(java.lang.Object ctx)
- This method is called just after the no-arg constructor is invoked
to construct a
OnePerContext
instance. "ctx
"
is set to the context under which the object will be held.
Copyright (c) 2001-2003 - Apache Software Foundation