org.openmobileis.services.Service Class Reference

Inheritance diagram for org.openmobileis.services.Service:

org.openmobileis.bundle.update.terminal.ApplicationUpdateStatusService org.openmobileis.examples.mycrm.terminal.services.DeleteContactService org.openmobileis.examples.mycrm.terminal.services.DeleteReportService org.openmobileis.examples.simpleappli.terminal.services.DeleteDataService org.openmobileis.services.common.RedirectToFromCallingService org.openmobileis.services.common.ReturnLinkManagerService org.openmobileis.services.TemplateService org.openmobileis.synchro.openmsp.server.OpenMSPService

List of all members.


Detailed Description

Title: OpenMobileIS project source
Description: All services have to specialize this class and override run() method.

The name is set by the LocalServiceManager at launching (by reading serviceList.properties)

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 53 of file Service.java.


Public Member Functions

boolean useWebCache ()
 to wen server page cache management extends this method and return true.
String getNavigationBarLastServiceURI ()
 place the last service of the navigation bar at the specified service uri if found.
boolean isNavigationService ()
 
Returns:


Member Function Documentation

boolean org.openmobileis.services.Service.useWebCache (  ) 

to wen server page cache management extends this method and return true.

Register your service with the WebPageCacheManager.

Definition at line 136 of file Service.java.

String org.openmobileis.services.Service.getNavigationBarLastServiceURI (  ) 

place the last service of the navigation bar at the specified service uri if found.

if not needed return null. Place here has a helper for all NavigationBarService to avoid this method implementation if not needed.

Returns:

Definition at line 146 of file Service.java.


The documentation for this class was generated from the following file:
Generated on Mon Jan 11 21:19:22 2010 for OpenMobileIS by  doxygen 1.5.4