• Quick Start
  • Booting
  • Platform
  • Portals
  • References
    • API Reference TOI3
    • IIP Reference
  • Resources
ARRIS Enterprises, Inc. Confidential Information

ToiPrimaryApplication

The ToiPrimaryApplication object represents the primary application. The ToiPrimaryApplication object can be retrieved via ToiApplicationService#getPrimaryApplication and used to control or query the primary application for information.

  • Methods

Method Summary

getName ( )  → name

Returns the name of the primary application.

getProperties ( )  → Array.<ToiApplicationService.ToiApplicationProperty>

Returns the properties of the primary application.

stop ( )

Stops the primary application. Once the primary application has stopped it will restart if its 'AutoRestart' property has been set to true.

Methods

getName ( )  → name

Returns the name of the primary application.

Returns:

The name of the primary application.

Type: string
getProperties ( )  → Array.<ToiApplicationService.ToiApplicationProperty>

Returns the properties of the primary application.

Returns:

The properties of the primary application.

Type: Array.<ToiApplicationService.ToiApplicationProperty>
stop ( )

Stops the primary application. Once the primary application has stopped it will restart if its 'AutoRestart' property has been set to true.

5.1.1.p8

Copyright (c) 2018 ARRIS Enterprises, LLC. All Rights Reserved. ARRIS Enterprises, LLC. Confidential Information.