uka.transport
Class Index

java.lang.Object
  extended byuka.transport.Index
All Implemented Interfaces:
java.io.Serializable

final class Index
extends java.lang.Object
implements java.io.Serializable

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

id

int id
Constructor Detail

Index

public Index(int id)
Method Detail

get

public int get()

toString

public java.lang.String toString()