private Set unshareableResources;
private Set applicationManagedSecurityResources;
protected void setUp() throws Exception {
connectionTrackingCoordinator = new ConnectionTrackingCoordinator();
key1 = new ConnectionTrackingInterceptor(this, name1, connectionTrackingCoordinator);
key2 = new ConnectionTrackingInterceptor(this, name2, connectionTrackingCoordinator);
unshareableResources = new HashSet();
applicationManagedSecurityResources = new HashSet();
}