org.jpu.patterns.singleton.onePerContext
Class SimpleContext

java.lang.Object
  extended byorg.jpu.patterns.singleton.onePerContext.SimpleContext
All Implemented Interfaces:
IContext

public class SimpleContext
extends java.lang.Object
implements IContext


Constructor Summary
SimpleContext()
           
 
Method Summary
 void initialize(IOnePerContextManager opcMgr, java.lang.Object opc)
           
 java.lang.Object newInstance(IOnePerContextManager opcMgr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleContext

public SimpleContext()
Method Detail

newInstance

public java.lang.Object newInstance(IOnePerContextManager opcMgr)
Specified by:
newInstance in interface IContext

initialize

public void initialize(IOnePerContextManager opcMgr,
                       java.lang.Object opc)
Specified by:
initialize in interface IContext


Copyright (c) 2001-2003 - Apache Software Foundation