|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConcurrentMapping
Given a resource by name, returns the equivalent within a concurrent
environment, for example, when asked to a database url as
IConcurrentMapping.get("url","jdbc:hsqld:mem:test") could return
"jdbc:hsqld:mem:testThread1".
| Method Summary | |
|---|---|
Object |
get(String name,
Object value)
Given a resource name and the original one, return a concurrent version of this resource. |
String |
getThread()
Get the thread name normalized. |
| Method Detail |
|---|
Object get(String name,
Object value)
name - The resource name.value - The resource value.
String getThread()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||