|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SynchronizationWriteAction<T extends SynchronizationActionContext>
A SynchronizationAction that involves writing content to an item.
Method Summary | |
---|---|
void |
writeBytes(ByteChunk bytes)
Write the given bytes to the item referenced by this action. |
Methods inherited from interface org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationAction |
---|
cancel, complete, getContext, getRepositoryContentModification, isCancelled, isComplete |
Method Detail |
---|
void writeBytes(ByteChunk bytes) throws IOException
bytes
- the bytes. Cannot be null
. The
byte count
must be greater
than -1.
IOException
IllegalStateException
- if SynchronizationAction.isComplete()
would return true
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |