public interface Stub
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Stubs are considered equal if they have the same remote object identifier.
|
int |
hashCode()
Stub hashcode is derived from remote object identifier.
|
String |
toString()
Returns remote type name concatenated with remote object identifier.
|
int hashCode()
boolean equals(Object obj)
Copyright © 2006–2015 Cojen. All rights reserved.