public class IntraVmObjectRegistry extends Object
| Constructor and Description |
|---|
IntraVmObjectRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addResource(String resourceName,
Object resource) |
static Object |
getResource(String resourceName) |
static void |
removeResource(String resourceName) |
public static void addResource(String resourceName, Object resource) throws NameAlreadyBoundException
NameAlreadyBoundExceptionpublic static Object getResource(String resourceName) throws NameNotFoundException
NameNotFoundExceptionpublic static void removeResource(String resourceName) throws NameNotFoundException
NameNotFoundExceptionCopyright © 2016. All Rights Reserved.