public class ConnectorSystemManager extends java.lang.Object implements ISystemImplementation
| Constructor and Description |
|---|
ConnectorSystemManager(ISystemImplementation systemImpl,
AbstractCloudConnector connector)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReboot()
Retrieves whether it is possible to reboot the device or not.
|
Location |
getLocation()
Retrieves the device location.
|
boolean |
isSimulator()
Retrieves whether the connector is running on a simulator or not.
|
void |
reboot()
Reboots the device.
|
public ConnectorSystemManager(ISystemImplementation systemImpl, AbstractCloudConnector connector)
systemImpl - Class implementing ISystemImplementation containing all
the methods related to the platform system.connector - the Cloud Connector instance.public boolean canReboot()
ISystemImplementationcanReboot in interface ISystemImplementationpublic Location getLocation()
ISystemImplementationgetLocation in interface ISystemImplementationpublic boolean isSimulator()
ISystemImplementationisSimulator in interface ISystemImplementationpublic void reboot()
ISystemImplementationreboot in interface ISystemImplementation© Copyright 2014 Etherios, Inc. All rights reserved. Etherios, Inc. is a Division of Digi International Inc.