| java.lang.Object | |
| ↳ | com.microsoft.intune.mam.client.identity.MAMIdentityExecutors |
Wrap executors to automatically copy a MAM identity to any started tasks.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Executor |
wrapExecutor(Executor executor, Context context)
Wrap an Executor to copy the MAM identity.
| ||||||||||
| static Executor |
wrapExecutor(Executor executor)
Wrap an Executor to copy the MAM identity.
| ||||||||||
| static ExecutorService |
wrapExecutorService(ExecutorService executorService)
Wrap an ExecutorService to copy the MAM identity.
| ||||||||||
| static ExecutorService |
wrapExecutorService(ExecutorService executorService, Context context)
Wrap an ExecutorService to copy the MAM identity.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Wrap an Executor to copy the MAM identity.
| executor | Object to wrap. |
|---|---|
| context | Current Context. |
executor.
Wrap an Executor to copy the MAM identity.
| executor | Object to wrap. |
|---|
executor.
Wrap an ExecutorService to copy the MAM identity.
| executorService | Object to wrap. |
|---|
executorService.
Wrap an ExecutorService to copy the MAM identity.
| executorService | Object to wrap. |
|---|---|
| context | Current Context. |
executorService.