A B C D E G H I J L M N O P R S T U V W Y

A

addApplication(ApplicationYaml) - Method in class com.sentilla.host.client.network.NetworkNode
Add an application to this node.
appId - Variable in class com.sentilla.host.client.application.ApplicationJarMessage
 
appJar - Variable in class com.sentilla.host.client.application.ApplicationJarMessage
 
Application - Class in com.sentilla.host.client.application
Application encapsulates metadata describing a mote application.
Application(String) - Constructor for class com.sentilla.host.client.application.Application
Creates an Application object using the jar file at the given path.
Application() - Constructor for class com.sentilla.host.client.application.Application
Creates an empty Application object
ApplicationException - Exception in com.sentilla.host.client.application
 
ApplicationException(String) - Constructor for exception com.sentilla.host.client.application.ApplicationException
 
ApplicationExceptionMessage - Class in com.sentilla.host.client.application
 
ApplicationExceptionMessage() - Constructor for class com.sentilla.host.client.application.ApplicationExceptionMessage
 
ApplicationJarMessage - Class in com.sentilla.host.client.application
 
ApplicationJarMessage() - Constructor for class com.sentilla.host.client.application.ApplicationJarMessage
 
ApplicationJarMessage(int) - Constructor for class com.sentilla.host.client.application.ApplicationJarMessage
 
ApplicationJarMessage(Application) - Constructor for class com.sentilla.host.client.application.ApplicationJarMessage
 
ApplicationService - Interface in com.sentilla.host.client.interfaces
ApplicationService provides a framework of methods for managing mote applications.
ApplicationServiceImpl - Class in com.sentilla.host.client.application
ApplicationServiceImpl is the internal implementation of the client API for application management with host servers.
ApplicationServiceImpl(HostClientService) - Constructor for class com.sentilla.host.client.application.ApplicationServiceImpl
 
ApplicationYaml - Class in com.sentilla.host.client.application
 
ApplicationYaml() - Constructor for class com.sentilla.host.client.application.ApplicationYaml
 
ApplicationYaml(Map<String, Object>) - Constructor for class com.sentilla.host.client.application.ApplicationYaml
 
ApplicationYamlMap - Class in com.sentilla.host.client.application
 
ApplicationYamlMap() - Constructor for class com.sentilla.host.client.application.ApplicationYamlMap
 
appName - Variable in class com.sentilla.host.client.application.Application
 
apps - Variable in class com.sentilla.host.client.network.NetworkNode
 
available() - Method in class com.sentilla.host.client.network.SerializableByteBuffer
 

B

binaryHash - Variable in class com.sentilla.host.client.application.Application
 
binaryHash - Variable in class com.sentilla.host.client.network.HealthMessage
 

C

channel - Variable in class com.sentilla.host.client.gateway.GatewayNode
 
clear() - Method in class com.sentilla.host.client.network.SerializableByteBuffer
 
client - Variable in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
client - Variable in class com.sentilla.host.client.application.ApplicationServiceImpl
 
ClientQueueListener - Interface in com.sentilla.host.client.interfaces
Implementors of this interface may receive incoming message objects.
clientRadioProtocol - Static variable in class com.sentilla.host.client.HostClient
 
cmp(SerializableByteBuffer) - Method in class com.sentilla.host.client.network.SerializableByteBuffer
 
CODE_ADMIN_GATEWAY_ALREADY_CONNECTED - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
CODE_ADMIN_GATEWAY_FAILED_TO_CONNECT - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
CODE_ADMIN_GATEWAY_FAILED_TO_DISCONNECT - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
CODE_ADMIN_GATEWAY_NOT_SET - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
CODE_INVALID_ARGUMENT - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
CODE_SERVER_INIT_FAILED - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
CODE_SERVICE_EXEC_FAILED - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
CODE_SERVICE_UNRECOGNIZED_REQUEST - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
com.sentilla.host.client - package com.sentilla.host.client
HostClient encapsulates the APIs necessary to communicate with the Sentilla Host Server, which provides all connectivity to mote networks, and maintains network state.
com.sentilla.host.client.admin - package com.sentilla.host.client.admin
Provides management of host server related properties and behavior as well as the behavior of its associated gateway.
com.sentilla.host.client.application - package com.sentilla.host.client.application
Provides the client API for application management with the Sentilla Host Server.
com.sentilla.host.client.gateway - package com.sentilla.host.client.gateway
Provides the class defintion of a Sentilla Gateway device.
com.sentilla.host.client.interfaces - package com.sentilla.host.client.interfaces
Sentilla Client API interfaces which provide application management and server communication.
com.sentilla.host.client.network - package com.sentilla.host.client.network
Sentilla Client API classes for network various network message objects.
communicationPort - Variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
connect() - Method in class com.sentilla.host.client.HostClient
Attempt to open a socket connection to the host server This call will use the default server host and port, unless previously given in the HostClient constructor.
connect(String, int) - Method in class com.sentilla.host.client.HostClient
Attempt to open a socket connection to the host server using the given server host and port.
connect(String, int, int) - Method in class com.sentilla.host.client.HostClient
Attempt to open a socket connection to the host server using the given server host and port.
connect() - Method in class com.sentilla.host.client.interfaces.HostClientService
Attempt to open a socket connection to the host server This call will use the default server host and port, unless previously given in the HostClient constructor.
connect(String, int) - Method in class com.sentilla.host.client.interfaces.HostClientService
Attempt to open a socket connection to the host server using the given server host and port.
connect(String, int, int) - Method in class com.sentilla.host.client.interfaces.HostClientService
Attempt to open a socket connection to the host server using the given server host, port and timeout.
CONNECT_GATEWAY - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
connectGateway(String) - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
connectGateway(String) - Method in interface com.sentilla.host.client.admin.ServerAdminService
Connects to the gateway previously set via setGateway call.

D

data - Variable in class com.sentilla.host.client.application.Application
 
data - Variable in class com.sentilla.host.client.network.SerializableByteBuffer
 
debug - Variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
DEBUG - Static variable in class com.sentilla.host.client.interfaces.HostClientService
 
DecodeMessage - Class in com.sentilla.host.client.network
Decode a message from the network.
DecodeMessage() - Constructor for class com.sentilla.host.client.network.DecodeMessage
 
decodeMessage(Object, boolean, boolean) - Static method in class com.sentilla.host.client.network.DecodeMessage
Decode a message.
decodeShort(short) - Static method in class com.sentilla.host.client.network.HealthMessage
 
deregister(int) - Method in class com.sentilla.host.client.application.ApplicationServiceImpl
Deregisters the application given by appId from the server.
deregister(int) - Method in interface com.sentilla.host.client.interfaces.ApplicationService
Deregister an Application with the server.
disconnect() - Method in class com.sentilla.host.client.HostClient
Disconnect from the server
disconnect() - Method in class com.sentilla.host.client.interfaces.HostClientService
Disconnect from the server
DISCONNECT_GATEWAY - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
disconnectGateway() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
disconnectGateway() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Disconnects from gateway.
dispatcher - Static variable in class com.sentilla.host.client.HostClient
 

E

end - Variable in class com.sentilla.host.client.network.SerializableByteBuffer
 

G

gatewayId - Variable in class com.sentilla.host.client.gateway.GatewayNode
 
GatewayNode - Class in com.sentilla.host.client.gateway
 
GatewayNode(String) - Constructor for class com.sentilla.host.client.gateway.GatewayNode
 
GatewayNode(String, Mac64Address, int) - Constructor for class com.sentilla.host.client.gateway.GatewayNode
 
get(int) - Method in class com.sentilla.host.client.application.ApplicationServiceImpl
Returns the jar file corresponding to the given appId
get(int) - Method in interface com.sentilla.host.client.interfaces.ApplicationService
Receive the jar file for the given application ID.
GET_CLASS_BYTES - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
GET_CONNECTED_GATEWAY - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
GET_DEBUG - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
GET_DEFAULT_MOTECOM - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
GET_NODES_MESSAGE - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
GET_PROPERTY_MESSAGE - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
GET_SYSTEM_YAML_MESSAGE - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
getAppId() - Method in class com.sentilla.host.client.application.ApplicationJarMessage
 
getApplication() - Method in class com.sentilla.host.client.application.ApplicationJarMessage
 
getApplication(int) - Method in class com.sentilla.host.client.application.ApplicationServiceImpl
Returns the Application object corresponding to the given appId
getApplication(int) - Method in interface com.sentilla.host.client.interfaces.ApplicationService
Receive an Application object from the server
getApplications() - Method in class com.sentilla.host.client.network.NetworkNode
Returns the list of app installed on this node.
getApplicationService() - Method in class com.sentilla.host.client.HostClient
Return an ApplicationServiceImpl client object for managing mote applications.
getBinaryHash() - Method in class com.sentilla.host.client.network.HealthMessage
 
getClassBytes(String) - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
getClassBytes(String) - Method in interface com.sentilla.host.client.admin.ServerAdminService
Get a class definition from the server.
getCodeMessage(int) - Static method in exception com.sentilla.host.client.admin.ServiceException
Return a human readable message for given code.
getCodeMessage() - Method in exception com.sentilla.host.client.admin.ServiceException
Return a human readable message for this.resultCode.
getCommunicationPort() - Method in class com.sentilla.host.client.admin.ServerAdminMessage
 
getConnectedGateway() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
getConnectedGateway() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Returns the gateway communication port currently used by the host server.
getData() - Method in class com.sentilla.host.client.application.Application
Returns a byte array representation of this Application object
getDebug() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
getDebug() - Method in class com.sentilla.host.client.admin.ServerAdminMessage
 
getDebug() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Queries the host server about the current debug level.
getDebug() - Method in class com.sentilla.host.client.HostClient
Get debug logging level
getDebug() - Method in class com.sentilla.host.client.interfaces.HostClientService
Get debug logging level
getDefaultBasestationComPort() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
getDefaultBasestationComPort() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Returns the default COM port of the gateway associated with this host.
getGatewayChannel() - Method in class com.sentilla.host.client.gateway.GatewayNode
Returns the channel
getGatewayId() - Method in class com.sentilla.host.client.gateway.GatewayNode
Returns the gateway id of this gateway.
getGatewayLPLInterval() - Method in class com.sentilla.host.client.gateway.GatewayNode
Returns the LPL interval burned in this gateway's firmware
getHost() - Method in class com.sentilla.host.client.HostClient
Returns the current server hostname
getHost() - Method in class com.sentilla.host.client.interfaces.HostClientService
Returns the current server hostname
getHumidity() - Method in class com.sentilla.host.client.network.HealthMessage
 
getId() - Method in class com.sentilla.host.client.network.HealthMessage
 
getIsolateHash() - Method in class com.sentilla.host.client.network.HealthMessage
 
getLastUpdateTime() - Method in class com.sentilla.host.client.network.NetworkNode
Returns the last check-in time for this node in milliseconds.
getMemory() - Method in class com.sentilla.host.client.network.HealthMessage
 
getMimeoSlot() - Method in class com.sentilla.host.client.network.HealthMessage
 
getName() - Method in class com.sentilla.host.client.application.Application
Returns the name of this Application object.
getName() - Method in class com.sentilla.host.client.gateway.GatewayNode
Returns the name of this gateway.
getName() - Method in class com.sentilla.host.client.network.NetworkNode
Returns the name of this node.
getNetwork() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
getNetwork() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Returns of NetworkNode objects reflecting the current motes present in the network connected via the current basestation.
getNodeId() - Method in class com.sentilla.host.client.network.NetworkNode
Returns the node id of this node.
getPacketsRead() - Method in class com.sentilla.host.client.HostClient
Returns the number packets read from the server since instantiation, or the last reset.
getPacketsWritten() - Method in class com.sentilla.host.client.HostClient
Returns the number packets written to the server since instantiation, or the last reset.
getPath() - Method in class com.sentilla.host.client.application.Application
Returns the filesystem path of this Application object.
getPort() - Method in class com.sentilla.host.client.HostClient
Returns the current server port
getPort() - Method in class com.sentilla.host.client.interfaces.HostClientService
Returns the current server port
getProperty(String) - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
getProperty(String) - Method in interface com.sentilla.host.client.admin.ServerAdminService
Get a property from the host server.
getResultCode() - Method in exception com.sentilla.host.client.admin.ServiceException
 
getServerAdminClient() - Method in class com.sentilla.host.client.HostClient
Return a ServerAdmin client object for server administration.
getSystemBinary() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
getSystemBinary() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Get the yaml data for the system binary.
getTemperature() - Method in class com.sentilla.host.client.network.HealthMessage
 
getTotalMemory() - Method in class com.sentilla.host.client.network.HealthMessage
 
getVoltage() - Method in class com.sentilla.host.client.network.HealthMessage
 
getYaml() - Method in class com.sentilla.host.client.application.Application
Returns an ApplicationYaml object of metadata about this Application object.

H

HealthMessage - Class in com.sentilla.host.client.network
 
HealthMessage() - Constructor for class com.sentilla.host.client.network.HealthMessage
 
host - Variable in class com.sentilla.host.client.HostClient
 
HostClient - Class in com.sentilla.host.client
HostClient encapsulates all communication with a host server, which provides all connectivity to mote networks, and maintains network state.
HostClient() - Constructor for class com.sentilla.host.client.HostClient
Create a HostClient.
HostClientService - Class in com.sentilla.host.client.interfaces
HostClientService provides a framework of methods for managing communication with a Sentilla host server.
HostClientService() - Constructor for class com.sentilla.host.client.interfaces.HostClientService
 
humidity - Variable in class com.sentilla.host.client.network.HealthMessage
 

I

id - Variable in class com.sentilla.host.client.network.HealthMessage
 
initDispatcher(String, int) - Method in class com.sentilla.host.client.HostClient
Initialize dispatcher.
install(Application) - Method in class com.sentilla.host.client.application.ApplicationServiceImpl
Installs the application given by the specified Application object to any mote networks accessible through the connected server.
IS_GATEWAY_CONNECTED - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
isConnected() - Method in class com.sentilla.host.client.HostClient
Is this HostClient currently connected to the server?
isConnected() - Method in class com.sentilla.host.client.interfaces.HostClientService
Is this HostClient currently connected to the server?
isGatewayConnected() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
isGatewayConnected() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Returns the connected state of gateway
isolateHash - Variable in class com.sentilla.host.client.network.HealthMessage
 

J

jarPath - Variable in class com.sentilla.host.client.application.Application
 

L

list() - Method in class com.sentilla.host.client.application.ApplicationServiceImpl
Returns the list of applications installed in the connected mote networks as a Collection of integer application IDs.
list() - Method in interface com.sentilla.host.client.interfaces.ApplicationService
Receive a collection of the Application objects currently running in the network.
LIST_BASE_STATIONS - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
LIST_COM_PORTS - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
listComBaseStations() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
listComBaseStations() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Lists the serial COM ports with BaseStations connected.
listComPorts() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
listComPorts() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Lists the serial COM ports available to be used/set.
listRegistered() - Method in class com.sentilla.host.client.application.ApplicationServiceImpl
Returns the list of applications registered with the connected server as a Collection of integer application IDs.
listRegistered() - Method in interface com.sentilla.host.client.interfaces.ApplicationService
Receive a list of mote applications registered with the server
logger - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
lplInterval - Variable in class com.sentilla.host.client.gateway.GatewayNode
 

M

memory - Variable in class com.sentilla.host.client.network.HealthMessage
 
MESSAGE_SIZE - Static variable in class com.sentilla.host.client.network.HealthMessage
 
messageReceived(Object) - Method in interface com.sentilla.host.client.interfaces.ClientQueueListener
 
messages - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
mimeoSlot - Variable in class com.sentilla.host.client.network.HealthMessage
 

N

name - Variable in class com.sentilla.host.client.gateway.GatewayNode
 
name - Variable in class com.sentilla.host.client.network.NetworkNode
 
NetworkNode - Class in com.sentilla.host.client.network
 
NetworkNode(String, Mac64Address) - Constructor for class com.sentilla.host.client.network.NetworkNode
 
nodeId - Variable in class com.sentilla.host.client.network.NetworkNode
 
notifyDone() - Method in interface com.sentilla.host.client.interfaces.ClientQueueListener
 

O

outString - Static variable in class com.sentilla.host.client.network.DecodeMessage
 

P

port - Variable in class com.sentilla.host.client.HostClient
 
printByteBuffer(ByteBuffer) - Static method in class com.sentilla.host.client.network.DecodeMessage
Prints contents of a ByteBuffer.
printClass(Class, Object, int, Set<Object>) - Static method in class com.sentilla.host.client.network.DecodeMessage
Prints contents of any object.
printMessage(Object, boolean, boolean) - Static method in class com.sentilla.host.client.network.DecodeMessage
Print a message.
processMessage(HostMessage) - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
processMessage(HostMessage) - Method in class com.sentilla.host.client.application.ApplicationServiceImpl
Method which handles actual message communication with the hostserver.
processMessage(HostMessage) - Method in class com.sentilla.host.client.interfaces.HostClientService
Method which handles actual command communication with the hostserver.
processNetworkMessage(HostMessage) - Method in class com.sentilla.host.client.interfaces.HostClientService
Method which handles actual network communication with the hostserver.

R

read() - Method in class com.sentilla.host.client.network.SerializableByteBuffer
 
readJar() - Method in class com.sentilla.host.client.application.Application
Reads the jar file provided when this Application object was instantiated.
register(Application) - Method in class com.sentilla.host.client.application.ApplicationServiceImpl
Registers an application jar file with the server.
register(Application) - Method in interface com.sentilla.host.client.interfaces.ApplicationService
Register an Application with the server
removeAplication(ApplicationYaml) - Method in class com.sentilla.host.client.network.NetworkNode
Remove an application from this node.
RESTART_SERVER - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
restartServer() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
restartServer() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Re-starts the server.
resultCode - Variable in exception com.sentilla.host.client.admin.ServiceException
Result code for the service call.
run(int) - Method in class com.sentilla.host.client.application.ApplicationServiceImpl
Installs the application given by appId to any mote networks accessible through the connected server.
run(int) - Method in interface com.sentilla.host.client.interfaces.ApplicationService
Instruct the server to run the specified Application in the network.

S

SerializableByteBuffer - Class in com.sentilla.host.client.network
 
SerializableByteBuffer() - Constructor for class com.sentilla.host.client.network.SerializableByteBuffer
 
SerializableByteBuffer(int) - Constructor for class com.sentilla.host.client.network.SerializableByteBuffer
 
SerializableByteBuffer(byte[], int, int) - Constructor for class com.sentilla.host.client.network.SerializableByteBuffer
 
serialVersionUID - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
serialVersionUID - Static variable in exception com.sentilla.host.client.admin.ServiceException
 
serialVersionUID - Static variable in class com.sentilla.host.client.application.Application
 
serialVersionUID - Static variable in exception com.sentilla.host.client.application.ApplicationException
 
serialVersionUID - Static variable in class com.sentilla.host.client.application.ApplicationExceptionMessage
 
serialVersionUID - Static variable in class com.sentilla.host.client.application.ApplicationJarMessage
 
serialVersionUID - Static variable in class com.sentilla.host.client.application.ApplicationYaml
 
serialVersionUID - Static variable in class com.sentilla.host.client.application.ApplicationYamlMap
 
serialVersionUID - Static variable in class com.sentilla.host.client.gateway.GatewayNode
 
serialVersionUID - Static variable in class com.sentilla.host.client.network.HealthMessage
 
serialVersionUID - Static variable in class com.sentilla.host.client.network.NetworkNode
 
serialVersionUID - Static variable in class com.sentilla.host.client.network.SerializableByteBuffer
Generated serial version ID.
ServerAdminClientImpl - Class in com.sentilla.host.client.admin
ServerAdminService client side implementation using the mote protocol.
ServerAdminClientImpl(HostClientService) - Constructor for class com.sentilla.host.client.admin.ServerAdminClientImpl
 
ServerAdminMessage - Class in com.sentilla.host.client.admin
 
ServerAdminMessage() - Constructor for class com.sentilla.host.client.admin.ServerAdminMessage
 
ServerAdminMessage(String) - Constructor for class com.sentilla.host.client.admin.ServerAdminMessage
 
ServerAdminService - Interface in com.sentilla.host.client.admin
HostAdmin service allows to administer host server related properties and behavior as well as the behavior of its associated gateway.
ServiceException - Exception in com.sentilla.host.client.admin
Used to throw exceptions for service APIS.
ServiceException(int, String, Throwable) - Constructor for exception com.sentilla.host.client.admin.ServiceException
 
ServiceException(int, String) - Constructor for exception com.sentilla.host.client.admin.ServiceException
 
ServiceException(int) - Constructor for exception com.sentilla.host.client.admin.ServiceException
 
ServiceException(int, Throwable) - Constructor for exception com.sentilla.host.client.admin.ServiceException
 
SET_DEBUG - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
SET_PROPERTY_MESSAGE - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
setAppId(int) - Method in class com.sentilla.host.client.application.Application
Sets the application ID of this Application object.
setAppId(int) - Method in class com.sentilla.host.client.application.ApplicationJarMessage
 
setApplication(Application) - Method in class com.sentilla.host.client.application.ApplicationJarMessage
 
setCommunicationPort(String) - Method in class com.sentilla.host.client.admin.ServerAdminMessage
 
setDebug(int) - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
setDebug(int) - Method in class com.sentilla.host.client.admin.ServerAdminMessage
 
setDebug(int) - Method in interface com.sentilla.host.client.admin.ServerAdminService
Directs the host server to use the given level of debugging.
setDebug(int) - Method in class com.sentilla.host.client.HostClient
Set debug logging level
setDebug(int) - Method in class com.sentilla.host.client.interfaces.HostClientService
Set debug logging level
setGatewayChannel(int) - Method in class com.sentilla.host.client.gateway.GatewayNode
Sets the gateway channel
setGatewayId(Long) - Method in class com.sentilla.host.client.gateway.GatewayNode
Sets the gateway id of this gateway.
setGatewayLPLInterval(int) - Method in class com.sentilla.host.client.gateway.GatewayNode
Sets the LPL interval burned in this gateway's firmware
setLastUpdateTime(Long) - Method in class com.sentilla.host.client.network.NetworkNode
Sets the last check-in time for this node in milliseconds.
setName(String) - Method in class com.sentilla.host.client.gateway.GatewayNode
Sets the name of this gateway.
setName(String) - Method in class com.sentilla.host.client.network.NetworkNode
Sets the name of this node.
setNodeId(Long) - Method in class com.sentilla.host.client.network.NetworkNode
Sets the node id of this node.
setProperty(String, Object) - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
setProperty(String, Object) - Method in interface com.sentilla.host.client.admin.ServerAdminService
Set a property with the host server.
setYaml(Map<String, Object>) - Method in class com.sentilla.host.client.application.Application
Sets the yaml data for this Application object.
showDetails - Static variable in class com.sentilla.host.client.network.DecodeMessage
 
showPrivate - Static variable in class com.sentilla.host.client.network.DecodeMessage
 
skip(int) - Method in class com.sentilla.host.client.network.SerializableByteBuffer
 
SLINGSHOT_BIN_DIR - Static variable in class com.sentilla.host.client.HostClient
 
start - Variable in class com.sentilla.host.client.network.SerializableByteBuffer
 
START_SERVER - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
startServer() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
startServer() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Starts the server.
stop(int) - Method in class com.sentilla.host.client.application.ApplicationServiceImpl
Uninstall the application given by appId from any networks accessible from the connected hostserver.
stop(int) - Method in interface com.sentilla.host.client.interfaces.ApplicationService
Instruct the server to terminate the specified Application from running in the network.
STOP_SERVER - Static variable in class com.sentilla.host.client.admin.ServerAdminMessage
 
stopServer() - Method in class com.sentilla.host.client.admin.ServerAdminClientImpl
 
stopServer() - Method in interface com.sentilla.host.client.admin.ServerAdminService
Stop the server, except for the listener service so that the client can follow up by "startServer" invocation.

T

temperature - Variable in class com.sentilla.host.client.network.HealthMessage
 
timeout - Variable in class com.sentilla.host.client.HostClient
 
toString(Object) - Static method in class com.sentilla.host.client.network.DecodeMessage
Returns a String version of the object.
toString() - Method in class com.sentilla.host.client.network.HealthMessage
 
totalMemory - Variable in class com.sentilla.host.client.network.HealthMessage
 

U

unmarshal(ByteBuffer) - Static method in class com.sentilla.host.client.network.HealthMessage
 
updateTime - Variable in class com.sentilla.host.client.network.NetworkNode
 

V

voltage - Variable in class com.sentilla.host.client.network.HealthMessage
 

W

write(int) - Method in class com.sentilla.host.client.network.SerializableByteBuffer
 

Y

yaml - Variable in class com.sentilla.host.client.application.Application
 

A B C D E G H I J L M N O P R S T U V W Y

Copyright © 2007 Sentilla, Inc. All Rights Reserved.