org.jboss.serial.classmetamodel
Class SunConstructorManager
java.lang.Object
org.jboss.serial.classmetamodel.ConstructorManager
org.jboss.serial.classmetamodel.SunConstructorManager
- public class SunConstructorManager
- extends ConstructorManager
This constructor manager requires sun package present.
If the class is not present, we will not be able to use this constructor manager
$Id: SunConstructorManager.java,v 1.7 2005/09/21 20:40:02 csuconic Exp $
- Author:
- Clebert Suconic
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SunConstructorManager
public SunConstructorManager()
getConstructor
public java.lang.reflect.Constructor getConstructor(java.lang.Class clazz)
throws java.lang.SecurityException,
java.lang.NoSuchMethodException
- Specified by:
getConstructor
in class ConstructorManager
- Throws:
java.lang.SecurityException
java.lang.NoSuchMethodException
isSupported
public boolean isSupported()
- Specified by:
isSupported
in class ConstructorManager
JBoss Serialization, a new approach to java-serialization.