|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuka.transport.Index
Instances of this class are used in the fall-back mode of
uka.transport marshaling and cloning. When uka.transport detects an
object that provides no methods for fast marshaling, it switches
back to regular JDK serialization. If the JDK serialization now
encounters a reference to an object, that was already processed by
uka.transport, this reference is replaced to an Index
object and resolved during unmarshaling to the object created by
uka.transport.
| Field Summary | |
(package private) int |
id
|
| Constructor Summary | |
Index(int id)
|
|
| Method Summary | |
int |
get()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
int id
| Constructor Detail |
public Index(int id)
| Method Detail |
public int get()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||