public class StubToLocalMapper extends Object
| Constructor and Description |
|---|
StubToLocalMapper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
add(Object object)
Add an object to the mapper.
|
static Object |
get(String mapperCode)
Get an object based on its mapper code.
|
static boolean |
remove(String mapperCode)
Remove an entry in the StubToLocal mapper.
|
public static String add(Object object)
object - the object to add to the mapperpublic static Object get(String mapperCode)
mapperCode - the Mappercode of the objectnull if there was no such objectpublic static boolean remove(String mapperCode)
mapperCode - the MapperCode of the object to be removedtrue if the entry was removedMMBase 1.9-SNAPSHOT - ${javadoctimestamp}