org.h3t
Interface LoadServiceFactory


public interface LoadServiceFactory

The developer implements this interface to provide a way for the framework to acquire a LoadService. The class name of an implementation of this interface can be specified as the factory parameter in RemoteLoad annotations.

Author:
Rob Worsnop
See Also:
LoadService, RemoteLoad

Method Summary
 LoadService lookup()
          Acquires the LoadService for retrieving lazy-loaded entities from the server.
 

Method Detail

lookup

LoadService lookup()
                   throws H3TException
Acquires the LoadService for retrieving lazy-loaded entities from the server.

Returns:
the service.
Throws:
H3TException