Back Previous Next


Linguist network package - service

Syntax:

   service {name} {elements}

Keyword handler:

   net.eclecity.linguist.network.keyword.NetworkKService.class

Runtime handler(s):

   net.eclecity.linguist.network.handler.NetworkHService.class

Function:

Declares a service variable or an array of services. The array size is fixed at time of compilation.

A service is a program module running somewhere on the local network, that provides features that you as a client may wish to access. Together, services and clients implement peer-to-peer networking.

Example(s):

   service ClockService
   service Services 8


Back Previous Next