|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmandala.util.SerializableConstructor
This class is the java.io.Serializable
clone of
java.lang.reflect.Constructor
.
Serializable
,
Constructor
,
Serialized FormField Summary | |
protected static Syslog |
syslog
Message logger. |
Fields inherited from interface java.lang.reflect.Member |
DECLARED, PUBLIC |
Constructor Summary | |
protected |
SerializableConstructor(Constructor constructor)
Creates a new SerializableConstructor instance. |
Method Summary | |
protected void |
finalize()
|
Constructor |
getConstructor()
|
Class |
getDeclaringClass()
|
Class[] |
getExceptionTypes()
|
static SerializableConstructor |
getInstance(Constructor constructor)
|
int |
getModifiers()
|
String |
getName()
|
Class[] |
getParameterTypes()
|
int |
hashCode()
|
boolean |
isAccessible()
|
Object |
newInstance(Object[] args)
Equivalent of Constructor.newInstance(Object[]) . |
void |
setAccessible(boolean flag)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static Syslog syslog
Message logger.
Each message (debug, log, warning, error, ...) are wrote to this message logger.
Syslog
Constructor Detail |
protected SerializableConstructor(Constructor constructor)
SerializableConstructor
instance.
constructor
- the constructor to be cloned/serialized.Method Detail |
public static SerializableConstructor getInstance(Constructor constructor)
protected void finalize() throws Throwable
Throwable
public void setAccessible(boolean flag)
setAccessible
in interface AccessibleObjectOp
public boolean isAccessible()
isAccessible
in interface AccessibleObjectOp
public Class getDeclaringClass()
getDeclaringClass
in interface ConstructorOp
public String getName()
getName
in interface ConstructorOp
public int getModifiers()
getModifiers
in interface ConstructorOp
public Class[] getParameterTypes()
getParameterTypes
in interface ConstructorOp
public Class[] getExceptionTypes()
getExceptionTypes
in interface ConstructorOp
public Object newInstance(Object[] args) throws InstantiationException, IllegalAccessException, InvocationTargetException, IllegalArgumentException
ConstructorOp
Equivalent of Constructor.newInstance(Object[])
.
newInstance
in interface ConstructorOp
args
- an Object[]
value
Object
value
IllegalAccessException
- if an error occurs
IllegalArgumentException
- if an error occurs
InstantiationException
InvocationTargetException
Constructor.newInstance(Object[]).
public int hashCode()
public Constructor getConstructor()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |