Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.ejbgen
Annotation Type EjbLocalRef


@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.TYPE)
public @interface EjbLocalRef


Optional Element Summary
 String home
          Names the Home class of the bean.
 String id
          The identity of this tag (used for tag inheritance only).
 String jndiName
          Specifies the JNDI name of the reference.
 String link
          Names the link of the bean.
 String local
          Names the Local class of the bean.
 String name
          Names the reference.
 Constants.RefType type
          (Entity|Session) Specifies the reference type.
 

jndiName

public abstract String jndiName
Specifies the JNDI name of the reference.

Default:
"UNSPECIFIED"

type

public abstract Constants.RefType type
(Entity|Session) Specifies the reference type.

Default:
weblogic.ejbgen.Constants.RefType.UNSPECIFIED

local

public abstract String local
Names the Local class of the bean.

Default:
"UNSPECIFIED"

link

public abstract String link
Names the link of the bean.

Default:
"UNSPECIFIED"

name

public abstract String name
Names the reference.

Default:
"UNSPECIFIED"

id

public abstract String id
The identity of this tag (used for tag inheritance only).

Default:
"UNSPECIFIED"

home

public abstract String home
Names the Home class of the bean.

Default:
"UNSPECIFIED"

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01