public class Transporter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
object
Object(s) read from the server
|
boolean |
wasOperationSuccessful |
Constructor and Description |
---|
Transporter() |
Transporter(java.lang.Object object) |
Modifier and Type | Method and Description |
---|---|
java.lang.RuntimeException |
getException()
Return the exception which this Transporter is holding.
|
java.lang.Object |
getObject()
Returns the read object(s) from the server side.
|
java.util.Map |
getObjectDescriptors()
Returns a hashtable of object descriptors.
|
DatabaseQuery |
getQuery()
Return the query associated with this transporter.
|
void |
setException(java.lang.RuntimeException exception)
Set the exception associated with this Transporter
|
void |
setObject(java.lang.Object object)
Set the read object(s) from the server side.
|
void |
setObjectDescriptors(java.util.Map objectDescriptors)
Get object to object descriptor
|
void |
setQuery(DatabaseQuery query)
Set the query associated with this transporter
|
void |
setWasOperationSuccessful(boolean wasOperationSuccessful)
Set whether the operation which caused this transporter to be returned was successful.
|
java.lang.String |
toString() |
boolean |
wasOperationSuccessful()
Return whether the operation which caused this transporter to be returned was successful.
|
public java.lang.Object object
public boolean wasOperationSuccessful
public Transporter()
public Transporter(java.lang.Object object)
public java.lang.RuntimeException getException()
public java.lang.Object getObject()
public java.util.Map getObjectDescriptors()
public DatabaseQuery getQuery()
public void setException(java.lang.RuntimeException exception)
java.lang.RuntimeException
- public void setObject(java.lang.Object object)
public void setObjectDescriptors(java.util.Map objectDescriptors)
public void setQuery(DatabaseQuery query)
org.eclipse.persistence.queries.DatabaseQuery
- public void setWasOperationSuccessful(boolean wasOperationSuccessful)
boolean
- public java.lang.String toString()
toString
in class java.lang.Object
public boolean wasOperationSuccessful()
EclipseLink 2.4.2, "build v20130514-5956486" API Reference