|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjetif.ext.proxy.IDLProxy
This class IDLProxy represents the stub of IDL proxy in client side.
To use the IDL proxy, user should enable remote test mode by set the "remote"
attribute to "true" in suite spec, and set the "proxyclass" attribute to full
class name of this class.
The default CORBA object name used by proxy agent servant is "jetif_IdlProxyAgent".
You should specify the CORBA object name by jetif property "jetif.proxy.agent.uri"
if you are using a custom CORBA object name instead of default one.
| Field Summary | |
static String |
DEFAULT_PROXY_ID
The default CORBA object name of the proxy servant. |
| Constructor Summary | |
IDLProxy()
|
|
| Method Summary | |
void |
close()
Close the proxy. |
void |
open(Properties props,
String data)
Open this proxy for testing. |
String |
runCase(String input)
Run a test case |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String DEFAULT_PROXY_ID
| Constructor Detail |
public IDLProxy()
| Method Detail |
public void open(Properties props,
String data)
throws FrameworkException
open in interface LwProxyprops - the properties of current suite.data - data should be transfered to test agent.
FrameworkException - if any error occurs.
public String runCase(String input)
throws FrameworkException
runCase in interface LwProxyinput - input data for this test case.
FrameworkException - if any error occurs.
public void close()
throws FrameworkException
close in interface LwProxyFrameworkException - if any error occurs.
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||