|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.aop.references.PersistentReference
org.jboss.cache.aop.references.ArgumentPersistentReference
org.jboss.cache.aop.references.ConstructorPersistentReference
public class ConstructorPersistentReference
This class is not used by JBossSerialization itself, as the constructor used is slightly different (GhostConstructor), but I kept the implementation here as a reference for others.
Field Summary |
---|
Fields inherited from class org.jboss.cache.aop.references.PersistentReference |
---|
REFERENCE_SOFT, REFERENCE_WEAK |
Constructor Summary | |
---|---|
ConstructorPersistentReference(java.lang.Class clazz,
java.lang.Object referencedObject,
int referenceType)
|
Method Summary | |
---|---|
java.lang.Object |
rebuildReference()
|
Methods inherited from class org.jboss.cache.aop.references.ArgumentPersistentReference |
---|
getArguments, setArguments |
Methods inherited from class org.jboss.cache.aop.references.PersistentReference |
---|
buildReference, get, getMappedClass, internalGet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstructorPersistentReference(java.lang.Class clazz, java.lang.Object referencedObject, int referenceType)
Method Detail |
---|
public java.lang.Object rebuildReference() throws java.lang.Exception
rebuildReference
in class PersistentReference
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |