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