|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface POManagerSwitchItf
This interfaces defines a POManagerItf switch. It binds a thread to a list of POManagerItf. In a same context two po managers cannot be managed by the same PersistentManagerFactory.
Method Summary | |
---|---|
void |
bind(POManagerItf pm)
It assignes a POManagerItf to the current context. |
void |
clear()
It clears the list of POManagerItf for the current context. |
java.util.Collection |
entries()
|
POManagerItf |
lookup(POManagerFactoryItf pmf)
|
boolean |
unbind(POManagerFactoryItf pmf)
It clears the POManagerItf associated to a POManagerFactoryItf for the current context |
boolean |
unbind(POManagerItf pm)
It clears a POManagerItf for the current context. |
Method Detail |
---|
POManagerItf lookup(POManagerFactoryItf pmf)
pmf
- is persistent manager factory which manages the returned
po manager.
void bind(POManagerItf pm)
pm
- is the POManagerItfvoid clear()
boolean unbind(POManagerItf pm)
boolean unbind(POManagerFactoryItf pmf)
java.util.Collection entries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |