|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressMonitor | |
---|---|
org.jboss.dna.common.monitor | |
org.jboss.dna.repository.sequencers | |
org.jboss.dna.sequencer.images | |
org.jboss.dna.sequencer.mp3 | |
org.jboss.dna.spi.sequencers |
Uses of ProgressMonitor in org.jboss.dna.common.monitor |
---|
Classes in org.jboss.dna.common.monitor that implement ProgressMonitor | |
---|---|
class |
LoggingProgressMonitor
|
class |
NullProgressMonitor
Progress monitor that records nothing. |
class |
ProgressMonitorWrapper
|
class |
SimpleProgressMonitor
A basic progress monitor |
class |
SubProgressMonitor
|
Methods in org.jboss.dna.common.monitor that return ProgressMonitor | |
---|---|
ProgressMonitor |
SubProgressMonitor.createSubtask(double subtaskWork)
Create a subtask with the given about of work. |
ProgressMonitor |
SimpleProgressMonitor.createSubtask(double subtaskWork)
Create a subtask with the given about of work. |
ProgressMonitor |
ProgressMonitorWrapper.createSubtask(double subtaskWork)
Create a subtask with the given about of work. |
ProgressMonitor |
ProgressMonitor.createSubtask(double subtaskWork)
Create a subtask with the given about of work. |
ProgressMonitor |
NullProgressMonitor.createSubtask(double subtaskWork)
Create a subtask with the given about of work. |
ProgressMonitor |
SubProgressMonitor.getParent()
|
ProgressMonitor |
ProgressMonitorWrapper.getWrappedMonitor()
|
Constructors in org.jboss.dna.common.monitor with parameters of type ProgressMonitor | |
---|---|
LoggingProgressMonitor(ProgressMonitor delegate,
Logger logger,
Logger.Level level)
|
|
LoggingProgressMonitor(ProgressMonitor delegate,
Logger logger,
Logger.Level level,
java.util.Locale locale)
|
|
ProgressMonitorWrapper(ProgressMonitor delegate)
|
|
SubProgressMonitor(ProgressMonitor parent,
double subtaskTotalInParent)
|
Uses of ProgressMonitor in org.jboss.dna.repository.sequencers |
---|
Methods in org.jboss.dna.repository.sequencers with parameters of type ProgressMonitor | |
---|---|
void |
StreamSequencerAdapter.execute(javax.jcr.Node input,
java.lang.String sequencedPropertyName,
NodeChange changes,
java.util.Set<RepositoryNodePath> outputPaths,
ExecutionContext context,
ProgressMonitor progressMonitor)
Execute the sequencing operation on the supplied node, which has recently been created or changed. |
void |
Sequencer.execute(javax.jcr.Node input,
java.lang.String sequencedPropertyName,
NodeChange changes,
java.util.Set<RepositoryNodePath> outputPaths,
ExecutionContext context,
ProgressMonitor progress)
Execute the sequencing operation on the supplied node, which has recently been created or changed. |
Uses of ProgressMonitor in org.jboss.dna.sequencer.images |
---|
Methods in org.jboss.dna.sequencer.images with parameters of type ProgressMonitor | |
---|---|
void |
ImageMetadataSequencer.sequence(java.io.InputStream stream,
SequencerOutput output,
ProgressMonitor progressMonitor)
Sequence the data found in the supplied stream, placing the output information into the supplied map. |
Uses of ProgressMonitor in org.jboss.dna.sequencer.mp3 |
---|
Methods in org.jboss.dna.sequencer.mp3 with parameters of type ProgressMonitor | |
---|---|
void |
Mp3MetadataSequencer.sequence(java.io.InputStream stream,
SequencerOutput output,
ProgressMonitor progressMonitor)
Sequence the data found in the supplied stream, placing the output information into the supplied map. |
Uses of ProgressMonitor in org.jboss.dna.spi.sequencers |
---|
Methods in org.jboss.dna.spi.sequencers with parameters of type ProgressMonitor | |
---|---|
void |
StreamSequencer.sequence(java.io.InputStream stream,
SequencerOutput output,
ProgressMonitor progressMonitor)
Sequence the data found in the supplied stream, placing the output information into the supplied map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |