| <bean name="StructuralDeployers"
class="org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl">
| <!-- 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?
incallback is a HORRIBLE name for this. Please define something that is easier to
understand. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058921#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...