<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Yes.<br>
      <br>
      Ideally I would like to have:<br>
      <br>
      GlobalConfigurationBuilder global = new
      GlobalConfigurationBuilder();<br>
      global<br>
      &nbsp;&nbsp;&nbsp; .addExecutor().name("blah");<br>
      &nbsp;&nbsp;&nbsp; .addScheduledExecutor().name("sched");<br>
      <br>
      Configuration config = new Configuration();<br>
      config<br>
      &nbsp;&nbsp;&nbsp; .clustering().async().replQueueExecutor("blah")<br>
      &nbsp;&nbsp;&nbsp; .eviction().executor("sched");<br>
      <br>
      Don't take the above as a proposed API, it's just to make things
      clearer.<br>
      <br>
      Tristan<br>
      <br>
      <br>
      On 12/05/2012 03:55 PM, Vladimir Blagojevic wrote:<br>
    </div>
    <blockquote cite="mid:50BF606B.6020804@redhat.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 12-12-05 5:07 AM, Mircea Markus
        wrote:<br>
      </div>
      <blockquote
        cite="mid:592881D6-4B0B-4D02-8526-40D2D3A99A3A@redhat.com"
        type="cite"><br>
        <div>
          <div>On 5 Dec 2012, at 08:36, Tristan Tarrant wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite"><span class="Apple-style-span"
              style="border-collapse: separate; font-family: Helvetica;
              font-style: normal; font-variant: normal; font-weight:
              normal; letter-spacing: normal; line-height: normal;
              orphans: 2; text-align: -webkit-auto; text-indent: 0px;
              text-transform: none; white-space: normal; widows: 2;
              word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
              -webkit-border-vertical-spacing: 0px;
              -webkit-text-decorations-in-effect: none;
              -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
              0px; font-size: medium; ">In 6.0 I would really like to go
              away from the current executor<span
                class="Apple-converted-space">&nbsp;</span><br>
              configuration (e.g. a specific element for every executor)
              and allow the<span class="Apple-converted-space">&nbsp;</span><br>
              creation of named executors (this is how the AS
              configuration works).<br>
            </span></blockquote>
          <br>
        </div>
        <div>So that you can refer to the same executor from multiple
          places?</div>
        <br>
      </blockquote>
      Yeah, Tristan, can you elaborate a bit more, I am now curious too!
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
infinispan-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/infinispan-dev">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>