|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
public class AttributedObjectBase
An implementation of the AttributedObject interface. This implementation supports lazy copying of AttributedObject instances.
| Constructor Summary | |
|---|---|
AttributedObjectBase()
|
|
| Method Summary | |
|---|---|
List<Object> |
attributes()
Internal method for dynamic attribute support. |
Object |
get(int index)
Internal method for dynamic attribute support. |
void |
postCopy()
|
void |
preCopy()
|
void |
set(int index,
Object obj)
Internal method for dynamic attribute support. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributedObjectBase()
| Method Detail |
|---|
public void preCopy()
preCopy in interface CopyInterceptorpublic void postCopy()
postCopy in interface CopyInterceptorpublic final Object get(int index)
AttributedObject
get in interface AttributedObject
public final void set(int index,
Object obj)
AttributedObject
set in interface AttributedObjectpublic final List<Object> attributes()
AttributedObject
attributes in interface AttributedObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||