T - the type of object delivered by the response.public class ObjectResponse<T extends DObject> extends DownstreamMessage
Streamable.ClosuremessageId| Constructor and Description |
|---|
ObjectResponse()
Zero argument constructor used when unserializing an instance.
|
ObjectResponse(T dobj)
Constructs an object response with the supplied distributed object.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getObject() |
String |
toString() |
getTransport, noteActualTransport, setTransportpublic ObjectResponse()
public ObjectResponse(T dobj)
public T getObject()
public String toString()
toString in class DownstreamMessageCopyright © 2015. All rights reserved.