protected abstract class BackgroundPushAPI.BackgroundWorkerItem
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
BackgroundWorkerItem() |
Modifier and Type | Method and Description |
---|---|
int |
count()
Number of basic commands this item represent For command lists, the
returned value is the size of the list
|
long |
size()
Approximate size of data this command will produce
|
abstract void |
work()
Execute the command
|
public abstract void work() throws PushAPIException
PushAPIException
public long size()
public int count()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.