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 com.rational.test.ft.domain.ProxyTestObject |
getProxy(java.lang.Object theObjectFromTheSUT) |
static com.rational.test.ft.domain.ProxyTestObject |
getProxy(java.lang.Object theObjectFromTheSUT,
java.lang.Object[] proxyArgs)
Construct the proxy using the arguements passed to proxy.
|
static com.rational.test.ft.domain.ProxyTestObject |
getRegisteredProxy(java.lang.Object theObjectFromTheSUT) |
protected static void DestructMap()
public static com.rational.test.ft.domain.ProxyTestObject getRegisteredProxy(java.lang.Object theObjectFromTheSUT)
public static com.rational.test.ft.domain.ProxyTestObject getProxy(java.lang.Object theObjectFromTheSUT)
public static com.rational.test.ft.domain.ProxyTestObject getProxy(java.lang.Object theObjectFromTheSUT,
java.lang.Object[] proxyArgs)
theObjectFromTheSUT - The object whose proxy is to be constructedproxyArgs - The proxyArgs