Class MPConnectionProvider<T extends MyProxyConnectable>

  • All Implemented Interfaces:
    javax.inject.Provider<T>

    public class MPConnectionProvider<T extends MyProxyConnectable>
    extends Object
    implements javax.inject.Provider<T>
    A class that performs certain operations on sets of MyProxyServiceFacades and returns an open MyProxyConnectable. This is designed to look at a list of facades and hand back the first that succeeds or, if all configured MyProxy servers fail, this will fail.

    Created by Jeff Gaynor
    on 3/16/15 at 2:49 PM