protected ReplicaSharedObjectDescription getReplicaDescription(ID remoteID) {
Object[] remoteArgs = { message, sender };
HashMap map = new HashMap();
map.put(ARGS_PROPERTY_NAME, remoteArgs);
return new ReplicaSharedObjectDescription(getClass(), getID(),
getConfig().getHomeContainerID(), map, getNextReplicateID());
}