Interface ServiceExtension<U>


  • public interface ServiceExtension<U>
    Registers a new implementation for service of type <U>, to be retrieved with AppData.findService(java.lang.Class<U>, boolean).

    A service is identified by its interface type and by a "remote" boolean. Therefore you may only have one local and one remote implementation of the same service registered with your AFS.

    Author:
    Geoffroy Jamgotchian