* This method performs all actions mentioned in class description.
*
*/
public void run() throws Exception {
RemoteMethodControl main = new RMCTEImpl();
ProxyTrust boot = new RMCPTTEImpl();
ProxyTrustInvocationHandler ptih = createPTIH(main, boot);
MarshalledObject mo = new MarshalledObject(ptih);
try {
mo.get();