connectionTrackingCoordinator = new ConnectionTrackingCoordinator(true);
key1 = new ConnectionTrackingInterceptor(this, name1, connectionTrackingCoordinator);
unshareableResources = new HashSet();
applicationManagedSecurityResources = new HashSet();
mci = new ManagedConnectionInfo(null, null);
mci.setManagedConnection(new MockManagedConnection());
mci.setConnectionEventListener(new GeronimoConnectionEventListener(this, mci));
connection = new ConnectionImpl("ConnectionString");
}