ROService

Overview

Base object for remote services defined in the RODL library

Location

RemObjectsSDK.js

Instance Methods


constructor ROService

Accepts also RemoteService as a single parameter.

function constructor ROService(aChannel, aMessage, aServiceName)

Parameters:


getChannel

Returns ClientChannel

function getChannel()

getMessage

Returns Message

function getMessage()

getServiceName

Returns service name

function getServiceName()