|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nanocontainer.aop.dynaop.InstanceMixinFactory
public class InstanceMixinFactory
Produces mixin advice from a mixin instance object.
Constructor Summary | |
---|---|
InstanceMixinFactory(Object instance)
Creates a new InstanceMixinFactory with the given mixin
instance. |
Method Summary | |
---|---|
Object |
create(dynaop.Proxy proxy)
Returns the mixin instance passed to the constructor. |
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(Object instance)
InstanceMixinFactory
with the given mixin
instance.
instance
- the mixin instance.Method Detail |
---|
public Object create(dynaop.Proxy proxy)
create
in interface dynaop.MixinFactory
proxy
- not used.
public Properties getProperties()
getProperties
in interface dynaop.MixinFactory
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |