public class ProxyClassMap
extends java.lang.Object
Java
domain proxies that have been
registered in an RFTCUST file. Proxy writers do not need to have
any direct knowledge of this class.Constructor and Description |
---|
ProxyClassMap() |
Modifier and Type | Method and Description |
---|---|
protected static void |
DestructMap() |
static ProxyTestObject |
getProxy(java.lang.Object theObjectFromTheSUT) |
static ProxyTestObject |
getProxy(java.lang.Object theObjectFromTheSUT,
java.lang.Object[] proxyArgs)
Construct the proxy using the arguements passed to proxy.
|
static ProxyTestObject |
getRegisteredProxy(java.lang.Object theObjectFromTheSUT) |
protected static void DestructMap()
public static ProxyTestObject getRegisteredProxy(java.lang.Object theObjectFromTheSUT)
public static ProxyTestObject getProxy(java.lang.Object theObjectFromTheSUT)
public static ProxyTestObject getProxy(java.lang.Object theObjectFromTheSUT, java.lang.Object[] proxyArgs)
theObjectFromTheSUT
- The object whose proxy is to be constructedproxyArgs
- The proxyArgs