Integer userId = visit.getUserId();
attributes.put("ownerId", userId);
attributes.put("holderId", userId);
RemoteCallback<Boolean> callback = new RemoteCallback()
{
public Boolean doRemote() throws RemoteException
{
IOperations operations = getOperations();