JSONRPCBridge.ObjectInstance Class Reference

Inherits java::io::Serializable.

Collaboration diagram for JSONRPCBridge.ObjectInstance:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ObjectInstance (Object o, Class clazz)
 ObjectInstance (Object o)

Protected Attributes

Class clazz
Object o

Static Private Attributes

static final long serialVersionUID = 2


Detailed Description

Container for objects of which instances have been made

Constructor & Destructor Documentation

ObjectInstance ( Object  o  ) 

Creates a new ObjectInstance

Parameters:
o The object for the instance

ObjectInstance ( Object  o,
Class  clazz 
)

Creates a new ObjectInstance

Parameters:
o The object for the instance
clazz The class the object is of


Member Data Documentation

Class clazz [protected]

The class the object is of

Object o [protected]

The object for the instance

final long serialVersionUID = 2 [static, private]

Unique serialisation id.


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:38 2012 for Project Wonder by  doxygen 1.5.8