Link[] isolateLinks = LinkPortal.getLinks();
NamedLinkPortal.receiveLinks(isolateLinks[0]);
SystemServiceRequestor serviceRequestor =
SystemServiceRequestor.getInstance(token);
SystemServiceConnection con = null;
con = serviceRequestor.requestService(
TestSystemServiceRequest.SERVICE_ID + 1);
if (con != null) {
System.err.println("Error: Connection is expected to be null");
}
con = serviceRequestor.requestService(
TestSystemServiceRequest.SERVICE_ID);