public class SubscribeRequest extends UpstreamMessage
Streamable.ClosuremessageId| Constructor and Description |
|---|
SubscribeRequest()
Zero argument constructor used when unserializing an instance.
|
SubscribeRequest(int oid)
Constructs a subscribe request for the distributed object with the
specified object id.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOid()
Returns the oid of the object to which we desire subscription.
|
String |
toString() |
getTransport, noteActualTransport, setTransportpublic SubscribeRequest()
public SubscribeRequest(int oid)
public int getOid()
public String toString()
toString in class UpstreamMessageCopyright © 2015. All rights reserved.