[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: AbstractDeploymentClassLoaderPolicyModule is missing res
alesj
do-not-reply at jboss.com
Mon Dec 1 07:27:45 EST 2008
"adrian at jboss.org" wrote :
| I don't think that is true.
| The first one does the release() the second one only does reset()
|
You're partly right.
It's true that the 1st one does release,
but it's then the release that also invokes reset.
| /**
| * Release the module
| */
| public void release()
| {
| Domain domain = this.domain;
| if (domain != null)
| domain.removeModule(this);
| reset();
| }
|
;-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193359#4193359
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193359
More information about the jboss-dev-forums
mailing list