[jboss-user] [JBoss AOP Development] New message: "Re: ClassPool Refactoring"

Kabir Khan do-not-reply at jboss.com
Fri Jan 8 14:42:25 EST 2010


User development,

A new message was posted in the thread "ClassPool Refactoring":

http://community.jboss.org/message/519032#519032

Author  : Kabir Khan
Profile : http://community.jboss.org/people/kabir.khan@jboss.com

Message:
--------------------------------------------------------------
I have refactored and committed the changes against https://jira.jboss.org/jira/browse/JBREFLECT-90 (I think JBREFLECT is the project the classpool stuff belongs under?).
 
While I am here, I noticed that the point 3) in http://community.jboss.org/message/281717#281717 has not been done. I want to change ClassPoolRepostitory.callback to a list, which would mean changing the API from:
 
public void setClassPoolRepositoryCallback(ClassPoolRepositoryCallback callback)
public ClassPoolRepositoryCallback getClassPoolRepositoryCallback()
 

to:
 
public void addClassPoolRepositoryCallback(ClassPoolRepositoryCallback callback)
public void removeClassPoolRepositoryCallback(ClassPoolRepositoryCallback callback)
public Collection<ClassPoolRepositoryCallback> getClassPoolRepositoryCallbacks()

 
While this is a change in API, I seriously doubt anybody is using this yet, apart from the unreleased AOP stuff Flavia is working on, so I'll make this change unless Ales objects by Monday afternoon :-)

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/519032#519032




More information about the jboss-user mailing list