* This method performs all actions mentioned in class description.
*
*/
public void run() throws Exception {
IiopExporter ie = createIiopExporter();
TestRemoteObject tro = new TestRemoteObject("TestObject");
TestRemoteInterface stub = (TestRemoteInterface) ie.export(tro);
ORB o;
if ((cType == NOARG_FACTORY) || useNullOrb) {
// we used no-arg constructor or null orb