JavaScript is disabled on your browser.
All Implemented Interfaces:
ObjectInstantiator
Direct Known Subclasses:
GCJInstantiator , GCJSerializationInstantiator
public abstract class GCJInstantiatorBase
extends Object
implements ObjectInstantiator
Base class for GCJ-based instantiators. It initializes reflection access to method
ObjectInputStream.newObject, as well as creating a dummy ObjectInputStream to be used as the
"this" argument for the method.
Author:
Leonardo Mesquita
Field Summary
Fields
Modifier and Type
Field and Description
protected Class
type
Method Summary
Methods
Modifier and Type
Method and Description
abstract Object
newInstance ()
Returns a new instance of an object.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Copyright © 2006-2013 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.