public DefaultInstanceDescriptionImpl constructInstanceDescription(
DefaultClusterViewImpl clusterView, boolean isLeader,
boolean isOwn, String theSlingId, Map<String, String> properties)
throws Exception {
return new IncomingInstanceDescription(clusterView, isLeader,
theSlingId, properties);
}