"bill.burke jboss.com" wrote :
| | <bean name="StructuralDeployers"
class="org.jboss.deployers.vfs.plugins.structure.VFSStr
ucturalDeployersImpl">
| | <!-- Accept any implementor of structure
deployer -->
| | <incallback
method="addDeployer"/>
| | <uncallback
method="removeDeployer"/>
| | </bean>
| |
|
|
| So the incallback means that any bean that implements
the interfaces of VFSStructuralDeployersImpl will
automatically incur an addDeployer(this) call on the
StructuralDeployer's bean? Or the parameter type of the
addDeployer method?
|
It is the parameter type of the methods.
anonymous wrote :
| incallback is a HORRIBLE name for this. Please define
something that is easier to understand. Thanks.
I agree. But I don't really care what it is called, I care
what does.
Ales, maybe you can come up with a better name, e.g.
installCallback and uninstallCallback?
View the original post : http://www.jboss.com/index.html?
module=bb&op=viewtopic&p=4059098#4059098
Reply to the post : http://www.jboss.com/index.
html?module=bb&op=posting&mode=reply&p=4059098
a>
_______________________________________________
jboss-dev-forums mailing list
jboss-dev-forums lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-dev-foru
ms
|