|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.managed.plugins.advice.WrapperAdvice
public class WrapperAdvice
WrapperAdvice, intercepts methods that produce objects that require proxies.
| Constructor Summary | |
|---|---|
WrapperAdvice()
|
|
| Method Summary | |
|---|---|
static Fields |
wrapFields(Fields fields)
Wrap fields |
Fields |
wrapFields(org.jboss.aop.joinpoint.Invocation invocation)
Wrap fields |
ManagedObject |
wrapManagedObject(org.jboss.aop.joinpoint.Invocation invocation)
Wrap a returned managed object |
static ManagedObject |
wrapManagedObject(ManagedObject managedObject)
Wrap a managed object |
ManagedProperty |
wrapManagedProperty(org.jboss.aop.joinpoint.Invocation invocation)
Wrap a returned managed property |
static ManagedProperty |
wrapManagedProperty(ManagedProperty managedProperty)
Wrap a managed property |
Set<ManagedProperty> |
wrapManagedPropertySet(org.jboss.aop.joinpoint.Invocation invocation)
Wrap a returned managed property set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrapperAdvice()
| Method Detail |
|---|
public static ManagedObject wrapManagedObject(ManagedObject managedObject)
managedObject - the managed object
public static ManagedProperty wrapManagedProperty(ManagedProperty managedProperty)
managedProperty - the managed property
public static Fields wrapFields(Fields fields)
fields - the fields
public ManagedObject wrapManagedObject(org.jboss.aop.joinpoint.Invocation invocation)
throws Throwable
invocation - the invocation
Throwable - for any error
public ManagedProperty wrapManagedProperty(org.jboss.aop.joinpoint.Invocation invocation)
throws Throwable
invocation - the invocation
Throwable - for any error
public Set<ManagedProperty> wrapManagedPropertySet(org.jboss.aop.joinpoint.Invocation invocation)
throws Throwable
invocation - the invocation
Throwable - for any error
public Fields wrapFields(org.jboss.aop.joinpoint.Invocation invocation)
throws Throwable
invocation - the invocation
Throwable - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||