|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.io.PimentoParameters
public class PimentoParameters
Holds the parameters sent to the server in a Pimento-managed Cinnamon service request.
| Constructor Summary | |
|---|---|
PimentoParameters()
|
|
| Method Summary | |
|---|---|
List<FullEntitySnapshot> |
getNewEntities()
Get all entities that should be persisted in this request. |
List<Object> |
getOperationParameters()
Get the actual method parameters that should be passed to the service invocation. |
List<ApplicableEntitySnapshot> |
getUpdatedEntities()
Get all entities that should be updated (merged) in this request. |
void |
readExternal(DataInput input)
Restores the content of this object from the DataInput instance. |
String |
toString()
|
void |
writeExternal(DataOutput output)
Saves the content of this object to the DataOutput instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PimentoParameters()
| Method Detail |
|---|
public List<FullEntitySnapshot> getNewEntities()
public List<ApplicableEntitySnapshot> getUpdatedEntities()
public List<Object> getOperationParameters()
public void readExternal(DataInput input)
Externalizable
readExternal in interface Externalizableinput - the AMF3 data to read frompublic void writeExternal(DataOutput output)
Externalizable
writeExternal in interface Externalizableoutput - the output to write topublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||