Top "Service" questions

A Service is a long-running executable that performs specific functions and which is designed not to require user intervention.

CXF JAXRS - How do I pass Date as QueryParam

I have a service defined as follows. public String getData(@QueryParam("date") Date date) I'm trying to pass a java.…

java rest service cxf jax-rs
Android Service to show toast

This code is supposed to use a service to show a toast message. There are no errors, but it doesn't …

android service toast
How to start Service-only Android app

I am creating an application whose only component is a service which keeps on running in background (basically a proxy …

android service
Service Intent must be explicit: Intent

I have an app some time now in which I call a service through a broadcast receiver (MyStartupIntentReceiver). The code …

android service broadcastreceiver
Get service status from remote server using powershell

How to get the service status for a remote computer that needs a user name and password to log in? …

powershell service remote-server
Cannot boot Windows guest in VirtualBox without kernel module error

I'm running Vagrant (1.8.1) + VirtualBox (5.0.12) on Windows 7 and trying to boot up a Windows 7 image (modernIE/w7-ie8). However, I get …

windows service kernel virtualbox
How do I update the notification text for a foreground service in Android?

I have a foreground service setup in Android. I would like to update the notification text. I am creating the …

android service notifications foreground
Best Method to SFTP or FTPS Files via SSIS

This question originally asked which is the best method for uploading files via SFTP or FTPS in SSIS. It now …

ssis service integration sftp ftps
Android BroadcastReceiver, auto run service after reboot of device

Hello i am writing an application, which is when the phone reboot, the service will auto start instead of click …

android service broadcastreceiver manifest reboot
How can I extract "Path to executable" of all services with PowerShell

Get-Service *sql* | sort DisplayName | out-file c:/servicelist.txt I have a one line PowerShell script to extract list of all …

powershell service powershell-2.0 powershell-3.0