|
JBoss AOP Parent POM 2.2.2.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceAdvised
Automatically implemented by every AOP-generated proxy and weaved class.
This allows the retrieval of the instance advisor, so you can dynamically bind
per-instance interceptors and metadata.
InstanceAdvisor
Method Summary | |
---|---|
InstanceAdvisor |
_getInstanceAdvisor()
Returns the Advisor associated with this weaved instance. |
void |
_setInstanceAdvisor(InstanceAdvisor newAdvisor)
Sets the instance advisor associated with this weaved instance. |
Method Detail |
---|
InstanceAdvisor _getInstanceAdvisor()
Advisor
associated with this weaved instance.
void _setInstanceAdvisor(InstanceAdvisor newAdvisor)
newAdvisor
- the new advisor or manager of this weaved object.
|
JBoss AOP Parent POM 2.2.2.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |