• Icon: Sub-task Sub-task
    • Resolution: Obsolete
    • Icon: Major Major
    • 2.0.0.CR1
    • None
    • None
    • None

      @Target(TYPE)
      @Retention(RUNTIME)
      public @interface Singleton {
      String description() default "";

      /**

      • A product specific name (in JBoss the global JNDI name) that this
      • session bean should be mapped to. Application servers are not
      • required to support any particular form or type of mapped name,
      • nor the ability to use mapped names. The mapped name is product-dependent
      • and often installation-dependent. No use of a mapped name is portable.
        */
        String mappedName() default "";

      /**

      • The ejb-name of this bean.
        */
        String name() default "";
        }

            Unassigned Unassigned
            olubyans@redhat.com Alexey Loubyansky
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: