Class avalon_serviceManager

Object
   |
   +--avalon_serviceManager

class avalon_serviceManager

JavaScript-port of avalon serviceManager interface.


 
Method Summary
 function hasService(role)
           returns if there is a service for the specified role.
 function lookup(role)
           returns the service for the specified role.

Method Detail

hasService

function hasService(role)
returns if there is a service for the specified role.

Parameters:
role - the role-string.



lookup

function lookup(role)
returns the service for the specified role.

Parameters:
role - the role-string.