ArrayUtil.OBJECT_EMPTY
);
cluster.init(this);
}
else if(Reflector.isInstaneOf(getClusterClass(), ClusterRemote.class)){
ClusterRemote cb=(ClusterRemote) ClassUtil.loadInstance(
getClusterClass(),
ArrayUtil.OBJECT_EMPTY
);
cluster=new ClusterWrap(this,cb);