}
}
if (_servant == null)
{
throw new ProxyNotFound("The proxy with ID=" + id + " does not exist");
}
if (!_servant.isIDPublic())
{
throw new ProxyNotFound("The proxy with ID=" + id
+ " is a EventStyle proxy and therefor not accessible by ID");
}
return _servant;
}