Modifier and Type | Method and Description |
---|---|
protected <T extends JetstreamResponse> |
JetstreamClient.execute(JetstreamRequest request,
java.lang.Class<T> clazz,
java.lang.String baseUri,
java.lang.String accessKey)
Helper method to execute the syncronous call to Jetstream
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JetstreamEventService.processServiceException(JetstreamResponseException exception)
Method for processing exceptions thrown by the service
|
Modifier and Type | Method and Description |
---|---|
AddDeviceToPolicyResponse |
JetstreamServiceClient.AddDeviceToPolicy(AddDeviceToPolicyRequest request)
Calls the Jetstream v1.1 AddDeviceToPolicy REST endpoint and adds a
device to one of your application's policies.
|
AddLogicalDeviceResponse |
JetstreamServiceClient.AddLogicalDevice(AddLogicalDeviceRequest request)
Calls the Jetstream v1.0 AddLogicalDevice REST endpoint and adds a device
to your application.
|
AddPolicyResponse |
JetstreamServiceClient.AddPolicy(AddPolicyRequest request)
Calls the Jetstream v1.1 AddPolicy REST endpoint and adds a new policy to
your application.
|
DeviceSpecificCommandResponse |
JetstreamServiceClient.DeviceSpecificCommand(DeviceSpecificCommandRequest request)
Calls the Jetstream v1.0 DeviceSpecificCommand REST endpoint to queue a
command specific to an individual device type
https://jetstreamrfid.com/Docs/Application/1.0/DeviceSpecificCommand.aspx
|
GetConfigurationResponse |
JetstreamServiceClient.GetConfiguration(GetConfigurationRequest request)
Calls the Jetstream v1.1 GetConfiguration REST endpoint
https://jetstreamrfid.com/Docs/Application/1.1/GetConfiguration.aspx
|
GetConfigValuesCommandResponse |
JetstreamServiceClient.GetConfigValuesCommand(GetConfigValuesCommandRequest request)
Calls the Jetstream v1.0 GetConfigValuesCommand REST endpoint to queue a
command
https://jetstreamrfid.com/Docs/Application/1.0/GetConfigValuesCommand
.aspx
|
GetDeviceDefinitionsResponse |
JetstreamServiceClient.GetDeviceDefinitions(GetDeviceDefinitionsRequest request)
Calls the Jetstream v1.0 GetDeviceDefinitions REST endpoint
https://jetstreamrfid.com/Docs/Application/1.0/GetDeviceDefinitions.aspx
|
GetEPCListCommandResponse |
JetstreamServiceClient.GetEPCListCommand(GetEPCListCommandRequest request)
Calls the Jetstream v1.0 GetEPCListCommand REST endpoint to queue a
command
https://jetstreamrfid.com/Docs/Application/1.0/GetEPCListCommand.aspx
|
GetEventsResponse |
JetstreamServiceClient.GetEvents(GetEventsRequest request)
Calls the Jetstream v1.2 GetEvents REST endpoint
https://jetstreamrfid.com/Docs/Application/1.2/GetEvents.aspx
|
GetPoliciesResponse |
JetstreamServiceClient.GetPolicies(GetPoliciesRequest request)
Calls the Jetstream v1.1 GetPolicies REST endpoint and adds a new policy
to your application.
|
RemoveDeviceFromPolicyResponse |
JetstreamServiceClient.RemoveDeviceFromPolicy(RemoveDeviceFromPolicyRequest request)
Calls the Jetstream v1.1 RemoveDeviceFromPolicy REST endpoint and removes
an existing device from a policy
https://jetstreamrfid.com/Docs/Application
/1.1/RemoveDeviceFromPolicy.aspx
|
RemoveEventsResponse |
JetstreamServiceClient.RemoveEvents(RemoveEventsRequest request)
Calls the Jetstream v1.2 RemoveEvents REST endpoint
https://jetstreamrfid.com/Docs/Application/1.2/RemoveEvents.aspx
|
RemoveLogicalDeviceResponse |
JetstreamServiceClient.RemoveLogicalDevice(RemoveLogicalDeviceRequest request)
Calls the Jetstream v1.0 RemoveLogicalDevice REST endpoint and removes a
device from your application.
|
RemovePolicyResponse |
JetstreamServiceClient.RemovePolicy(RemovePolicyRequest request)
Calls the Jetstream v1.1 RemovePolicy REST endpoint and removes an
existing policy from your application.
|
ResetCommandResponse |
JetstreamServiceClient.ResetCommand(ResetCommandRequest request)
Calls the Jetstream v1.0 ResetCommand REST endpoint to queue a command
https://jetstreamrfid.com/Docs/Application/1.0/ResetCommand.aspx
|
SetConfigValuesCommandResponse |
JetstreamServiceClient.SetConfigValuesCommand(SetConfigValuesCommandRequest request)
Calls the Jetstream v1.0 SetConfigValuesCommand REST endpoint to queue a
command
https://jetstreamrfid.com/Docs/Application/1.0/SetConfigValuesCommand
.aspx
|
UpdateFirmwareCommandResponse |
JetstreamServiceClient.UpdateFirmwareCommand(UpdateFirmwareCommandRequest request)
Calls the Jetstream v1.0 UpdateFirmwareCommand REST endpoint to queue a
command
https://jetstreamrfid.com/Docs/Application/1.0/UpdateFirmwareCommand.aspx
|