com.projectdarkstar.tools.dtc.service
Interface RequestService


public interface RequestService

This interface is the central API used by clients to retrieve data from the database. It is intended to be a remote interface exposing a stateless session EJB3.0 bean.


Method Summary
 List<ServerAppDTO> getServerAppsPage(int pageIndex, int pageSize)
           
 

Method Detail

getServerAppsPage

List<ServerAppDTO> getServerAppsPage(int pageIndex,
                                     int pageSize)


Copyright © 2013. All Rights Reserved.