[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: MainDeployer changes

bill.burke@jboss.com do-not-reply at jboss.com
Thu Jun 28 16:16:16 EDT 2007


  |    <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#4058921

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058921



More information about the jboss-dev-forums mailing list