/*
* To perform all equals tests we require 4 different proxy
* instances. Two from each service.
*/
SharedGroup group_proxy = null;
SharedGroup group_proxy_dup = null;
SharedGroup bogus_group_proxy = null;
final String serviceName = "com.sun.jini.start.SharedGroup";
MarshalledObject marshObj01 =
new MarshalledObject(manager.startService(serviceName));
MarshalledObject marshObj02 =
new MarshalledObject(manager.startService(serviceName));