}
@Override
protected Naming getNamingProxy() throws Exception
{
this.rmiserver = new HARMIServerImpl(this.clusterPartition, this.replicantName, Naming.class,
this.theServer, this.rmiPort, this.clientSocketFactory, this.serverSocketFactory, this.rmiBindAddress);
ClassLoader cl = Thread.currentThread().getContextClassLoader();
Class<?> clazz = cl.loadClass(this.loadBalancePolicy);
LoadBalancePolicy policy = (LoadBalancePolicy)clazz.newInstance();