|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nanocontainer.aop.dynaop.InstanceMixinFactory
Produces mixin advice from a mixin instance object.
Constructor Summary | |
InstanceMixinFactory(java.lang.Object instance)
Creates a new InstanceMixinFactory with the given mixin
instance. |
Method Summary | |
java.lang.Object |
create(dynaop.Proxy proxy)
Returns the mixin instance passed to the constructor. |
java.util.Properties |
getProperties()
Used for debugging. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InstanceMixinFactory(java.lang.Object instance)
InstanceMixinFactory
with the given mixin
instance.
instance
- the mixin instance.Method Detail |
public java.lang.Object create(dynaop.Proxy proxy)
create
in interface dynaop.MixinFactory
proxy
- not used.
public java.util.Properties getProperties()
getProperties
in interface dynaop.MixinFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |