Tagged Questions

3
votes
2answers
519 views

What is the difference between scheduler's standby() and pauseAll()?

I'm using Quartz Scheduler v.1.8.0. What's the difference between scheduler.standby() and scheduler.pauseAll()? standby() - Temporarily halts the Scheduler's firing of Triggers. ...
0
votes
2answers
257 views

What's the best between AlarmManager and Handler+WakeLock?

I'm using for my Android Service an Handler that reapeat some operation each 60 minutes (1 hour), with a PartialWakeLock to keep the phone not sleeping. But this cause a lot of battery usage. So a ...
0
votes
4answers
583 views

Sleep Windows from Java

Is there command to use on windows from java to make the computer sleep?
0
votes
1answer
813 views

Adjust volume and prevent computer from standby in Java… (Mac and Windows XP, Vista)

I am writing a Java program that wants to do 3 things, and I don't know how to do them or if it's even possible with Java. 1 - I want to ensure that the computer whether running mac OS or windows ...