|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkContextProvider
This interface specifies the methods a Work
instance uses to
associate a List
of WorkContext
instances to
be set when the Work
instance gets executed by a
WorkManager
.
A Work
instance could optionally implement this interface to
indicate to the WorkManager
, that the WorkContext
s
provided by this Work
instance through the
getWorkContexts
method must be used while setting
the execution context of the Work
instance.
If the getWorkContexts
method returns an empty List
or null, the WorkManager must treat it as if no additional execution contexts
are associated with that Work instance.
Method Summary | |
---|---|
java.util.List<WorkContext> |
getWorkContexts()
Gets an list of WorkContexts that needs to be used by the
WorkManager to set up the execution context while executing
a Work instance. |
Method Detail |
---|
java.util.List<WorkContext> getWorkContexts()
WorkContexts
that needs to be used by the
WorkManager
to set up the execution context while executing
a Work
instance.
List
of WorkContext
instances.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41