public AtomicLong getLastIoTime()
{
return new AtomicLong(1);
}
};
final MockConnectionConfig config = new MockConnectionConfig(UUID.randomUUID(), null, null,
false, 1, vhost, "address", Boolean.TRUE, Boolean.TRUE, Boolean.TRUE,
"authid", "remoteProcessName", new Integer(1967), new Integer(1970), vhost.getConfigStore(), Boolean.FALSE);
_serverConnection.setConnectionConfig(config);
_serverConnection.setVirtualHost(vhost);
_serverConnection.setConnectionDelegate(new ServerConnectionDelegate(getRegistry(), ""));