I'll add another somewhat related question to this thread.

I'd like to implement a new data transfer protocol in the file manager.
 More specifically I'd like to be able to call the StorNext SAN API to move
large files with greater efficiency than native copy commands allow.

Would the best approach be to create StorNextDataTransfer and
StorNextDataTransferFactory classes (implementing the appropriate
interfaces) and include my custom logic therein?  How would I instantiate my
custom solution?

Thanks!

-Andy

On Sat, Mar 19, 2011 at 12:36 PM, Andy Bauch <andy.ba...@gmail.com> wrote:

> In the product server documentation it states that the service can
> "transform products from proprietary formats and into Internet standard
> formats or run other transformations, all without impacting local stores or
> operations."
>
> I was wondering what enabled this open-ended functionality.  From what I
> can tell, the idea is that you simply create your own implementation of the
> QueryHandler interface and do all of the data fetching/transformation there.
>
> Is that the case?
>
> Thanks!
>
> -Andy
>

Reply via email to