File: bus.xml

package info (click to toggle)
libjboss-microcontainer-java 2.0.0~Beta16-1
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 15,416 kB
  • ctags: 14,841
  • sloc: java: 88,790; xml: 25,482; makefile: 19; sh: 14
file content (22 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="bus">
  <title>The Invocation Bus</title>

  <para>The invocation bus provides detyped, named access to the objects in
  the registry.</para>

  <sect1 id="bus-overview" revision="1">
    <title>Bus - invoking objects by name</title>

    <para>The invocation bus provides <itemizedlist spacing="compact">
        <listitem><para>
           Detyped invocations - the beans operations can be invoked by name using 
        </para></listitem>

        <listitem><para>
           Named endpoints - the target bean is specified by a name registered in the registry
        </para></listitem>
      </itemizedlist></para>
  </sect1>

</chapter>