public class ResponsePacket extends Object implements Serializable, Iterable<IEntryPacket>
| Constructor and Description | 
|---|
ResponsePacket()  | 
| Modifier and Type | Method and Description | 
|---|---|
IEntryPacket[] | 
getArray()  | 
Object | 
getFirst()  | 
int | 
getIntResult()  | 
ResultEntry | 
getResultEntry()  | 
Iterator<IEntryPacket> | 
iterator()  | 
void | 
setIntResult(int intResult)  | 
void | 
setResultArray(IEntryPacket[] resultArray)  | 
void | 
setResultEntry(ResultEntry resultEntry)  | 
void | 
setResultSet(Collection<IEntryPacket> resultSet)  | 
int | 
size()  | 
String | 
toString()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic int getIntResult()
public void setIntResult(int intResult)
public ResultEntry getResultEntry()
public void setResultSet(Collection<IEntryPacket> resultSet)
public void setResultEntry(ResultEntry resultEntry)
public void setResultArray(IEntryPacket[] resultArray)
resultArray - the resultArray to setpublic Object getFirst()
public IEntryPacket[] getArray()
public int size()
public Iterator<IEntryPacket> iterator()
iterator in interface Iterable<IEntryPacket>Copyright © GigaSpaces.