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/[email protected]

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


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to