os.flush();
}
public ResponseSupport serverInvoke() throws Exception
{
ConnectionFactoryEndpoint endpoint =
(ConnectionFactoryEndpoint)Dispatcher.instance.getTarget(objectId);
if (endpoint == null)
{
throw new IllegalStateException("Cannot find object with ID " + objectId + " in dispatcher");
}
return new ConnectionFactoryGetClientAOPStackResponse(endpoint.getClientAOPStack());
}