|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Background
Specifies simulated operations performed in the background without user initiation. For example, some clients like POP3 periodically download new mail without the user initiating the download. There are certain restrictions imposed on background operations:
Required Element Summary | |
---|---|
String[] |
operations
The list of operation names to be run in the background. |
Optional Element Summary | |
---|---|
InitialDelay |
initialDelay
Defines the initial delay maximum of the background. |
FixedTime[] |
timings
The timing cycles for the specified operations. |
Element Detail |
---|
public abstract String[] operations
public abstract FixedTime[] timings
public abstract InitialDelay initialDelay
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |