|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.annotations.AutomaticResumeManager
public class AutomaticResumeManager
Using this class the user can switch on and off the automatic application resume function.
| Constructor Summary | |
|---|---|
AutomaticResumeManager()
Default constructor for the resume manager. |
|
| Method Summary | |
|---|---|
void |
disableApplicationResuming(String appName)
Disables the automatic resume function on the application with the given name. |
void |
enableApplicationResuming(String appName)
Re-enales the automatic resume function on the application with the given name. |
boolean |
isApplicationResumingDisabled(String appName)
Checks if the automatic resume function is disabled for the application with the given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject public AutomaticResumeManager()
| Method Detail |
|---|
public void disableApplicationResuming(String appName)
IAutomaticResumeFunction
disableApplicationResuming in interface IAutomaticResumeFunctionappName - name of the application shall not be resumed.public void enableApplicationResuming(String appName)
IAutomaticResumeFunction
enableApplicationResuming in interface IAutomaticResumeFunctionappName - name of the application shall be auto-resumed.public boolean isApplicationResumingDisabled(String appName)
IAutomaticResumeFunction
isApplicationResumingDisabled in interface IAutomaticResumeFunctionappName - name of the application
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||