|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.bridge.remote.util.StubToLocalMapper
StubToLocalMapper is a utitity class that helps a Stub to find it's Local implementation
| Constructor Summary | |
StubToLocalMapper()
|
|
| Method Summary | |
static java.lang.String |
add(java.lang.Object object)
add an object to the mapper |
static java.lang.Object |
get(java.lang.String mapperCode)
get an object based on its MapperCode |
static boolean |
remove(java.lang.String mapperCode)
remove an entry in the StubToLocal mapper the entry is only removed if there are no other referances to the entry (ref counting) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StubToLocalMapper()
| Method Detail |
public static java.lang.String add(java.lang.Object object)
object - the object to add to the mapper
public static java.lang.Object get(java.lang.String mapperCode)
mapperCode - the Mappercode of the object
public static boolean remove(java.lang.String mapperCode)
mapperCode - the MapperCode of the object to be removed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||