|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.core.AspectComponent | +--org.objectweb.jac.aspects.queue.MessageQueueAC
Field Summary |
Fields inherited from class org.objectweb.jac.core.AspectComponent |
application, blockKeywords, firstCall, NOT_SHARED, SHARED, startWeavingCCount, startWeavingCount, startWeavingMethod, startWeavingType, systemListener, wrappers |
Fields inherited from interface org.objectweb.jac.core.BaseProgramListener |
FOUND_OBJECT |
Constructor Summary | |
MessageQueueAC()
|
Method Summary | |
MessageQueue |
getMessageQueue()
|
void |
registerField(ClassItem cli,
String fieldName,
MethodItem callback)
Register a call to be called when a field is changed. |
void |
whenConfigured()
This method should be defined by the programmer when specific actions are needed once the aspect component has be configured. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageQueueAC()
Method Detail |
public void registerField(ClassItem cli, String fieldName, MethodItem callback)
MessageQueueConf
registerField
in interface MessageQueueConf
cli
- the class of the fieldfieldName
- the name of the fieldcallback
- the static method to call when the field is changedpublic void whenConfigured()
AspectComponent
whenConfigured
in class AspectComponent
public MessageQueue getMessageQueue()
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |