public class SimpleMetadataAwareAspectInstanceFactory extends SimpleAspectInstanceFactory implements MetadataAwareAspectInstanceFactory
MetadataAwareAspectInstanceFactory that
creates a new instance of the specified aspect class for every
SimpleAspectInstanceFactory.getAspectInstance() call.| 构造器和说明 |
|---|
SimpleMetadataAwareAspectInstanceFactory(Class<?> aspectClass,
String aspectName)
Create a new SimpleMetadataAwareAspectInstanceFactory for the given aspect class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getAspectCreationMutex()
Return the best possible creation mutex for this factory.
|
AspectMetadata |
getAspectMetadata()
Return the AspectJ AspectMetadata for this factory's aspect.
|
protected int |
getOrderForAspectClass(Class<?> aspectClass)
Determine a fallback order for the case that the aspect instance
does not express an instance-specific order through implementing
the
Ordered interface. |
getAspectClass, getAspectClassLoader, getAspectInstance, getOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAspectClassLoader, getAspectInstancepublic final AspectMetadata getAspectMetadata()
MetadataAwareAspectInstanceFactorygetAspectMetadata 在接口中 MetadataAwareAspectInstanceFactorypublic Object getAspectCreationMutex()
MetadataAwareAspectInstanceFactorygetAspectCreationMutex 在接口中 MetadataAwareAspectInstanceFactorynull for no mutex to use)protected int getOrderForAspectClass(Class<?> aspectClass)
SimpleAspectInstanceFactoryOrdered interface.
The default implementation simply returns Ordered.LOWEST_PRECEDENCE.
getOrderForAspectClass 在类中 SimpleAspectInstanceFactoryaspectClass - the aspect class