|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.services.impl.ModelTransactionUpdates
public class ModelTransactionUpdates
Implementation of IModelTransactionUpdates
| Constructor Summary | |
|---|---|
ModelTransactionUpdates(long transactionId)
Create new ModelTransactionUpdates with given transaction id |
|
| Method Summary | |
|---|---|
java.io.ByteArrayOutputStream |
getErrorOutputStream()
Get the errors as an outputStream to which errors can be written |
java.util.List<AnzoException> |
getErrors()
Get the list of errors from server |
java.io.ByteArrayOutputStream |
getOutputStream()
Get the results outputStream that can be handed to a stream parser. |
long |
getTransactionId()
Get the transaction id |
java.lang.Long |
getTransactionTimestamp()
Get the transactionTimestamp |
void |
setTransactionTimestamp(java.lang.Long transactionTimestamp)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelTransactionUpdates(long transactionId)
transactionId - | Method Detail |
|---|
public java.io.ByteArrayOutputStream getErrorOutputStream()
IModelTransactionUpdates
getErrorOutputStream in interface IModelTransactionUpdatespublic java.io.ByteArrayOutputStream getOutputStream()
IModelTransactionUpdates
getOutputStream in interface IModelTransactionUpdatespublic java.util.List<AnzoException> getErrors()
getErrors in interface IModelTransactionUpdatespublic long getTransactionId()
getTransactionId in interface IModelTransactionUpdatespublic java.lang.Long getTransactionTimestamp()
getTransactionTimestamp in interface IModelTransactionUpdatespublic void setTransactionTimestamp(java.lang.Long transactionTimestamp)
transactionTimestamp - the transactionTimestamp to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||