|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SynchronizationReadAction<T extends SynchronizationActionContext>
A that involves reading content from an item.
Method Summary | |
---|---|
ByteChunk |
getNextBytes()
Gets the next chunk of bytes from the item associated with this action. |
Methods inherited from interface org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationAction |
---|
cancel, complete, getContext, getRepositoryContentModification, isCancelled, isComplete |
Method Detail |
---|
ByteChunk getNextBytes() throws IOException
IOException
- if there is a problem reading the bytes.
IllegalStateException
- if SynchronizationAction.isComplete()
would return true
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |