| |
|
| java.lang.Object org.objectweb.speedo.pm.lib.POManagerSwitchImpl
POManagerSwitchImpl | public class POManagerSwitchImpl implements POManagerSwitchItf(Code) | | This class is an implementation of the POManagerSwitchItf based on the use
of a ThreadLocal field. This field contains an instance of POManagerItf of an
ArrayList of POManagerItf. A POManagerSwitch is a fractal component without
bindings.
author: S.Chassande-Barrioz |
BIND_ERROR_MSG | final public static String BIND_ERROR_MSG(Code) | | |
bind | public void bind(POManagerItf pm)(Code) | | It assignes a POManagerItf to the current context.
Parameters: pm - is the POManagerItf |
clear | public void clear()(Code) | | It clears the list of POManagerItf for the current context.
|
entries | public Collection entries()(Code) | | all POManagerItf instances bound with the current context |
lookup | public POManagerItf lookup(POManagerFactoryItf pmf)(Code) | | Parameters: pmf - is persistent manager factory which manages the returnedpo manager. the POManagerItf managed by the given persistence manager factoryand bound to current the context, or the null value if there is noPOManagerItf. |
unbind | public boolean unbind(POManagerItf pm)(Code) | | It clears a POManagerItf for the current context.
|
|
|
|