|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.aspect.AbstractMixinFactory
public abstract class AbstractMixinFactory
Abstract base class for the mixin container implementations.
Field Summary | |
---|---|
protected Constructor |
m_defaultConstructor
|
protected DeploymentModel |
m_deploymentModel
|
protected Class |
m_mixinClass
|
protected Constructor |
m_perClassConstructor
|
protected Constructor |
m_perInstanceConstructor
|
Constructor Summary | |
---|---|
AbstractMixinFactory(Class mixinClass,
DeploymentModel deploymentModel)
Creates a new mixin factory. |
Method Summary | |
---|---|
abstract Object |
mixinOf()
Creates a new perJVM mixin instance. |
abstract Object |
mixinOf(Class klass)
Creates a new perClass mixin instance. |
abstract Object |
mixinOf(Object instance)
Creates a new perInstance mixin instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Class m_mixinClass
protected final DeploymentModel m_deploymentModel
protected Constructor m_defaultConstructor
protected Constructor m_perClassConstructor
protected Constructor m_perInstanceConstructor
Constructor Detail |
---|
public AbstractMixinFactory(Class mixinClass, DeploymentModel deploymentModel)
mixinClass
- deploymentModel
- Method Detail |
---|
public abstract Object mixinOf()
mixinOf
in interface MixinFactory
public abstract Object mixinOf(Class klass)
mixinOf
in interface MixinFactory
klass
-
public abstract Object mixinOf(Object instance)
mixinOf
in interface MixinFactory
instance
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |