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

Part Number E27170-01

weblogic.ejbgen
Annotation Type EjbRef


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


Optional Element Summary
 String home
          Specifies 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
          Specifies the link of the bean.
 String name
          Names the reference.
 String remote
          Specifies the Remote class of the bean.
 Constants.RefType type
          (Entity|Session) Specifies the type of the reference.
 

jndiName

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

Default:
"UNSPECIFIED"

type

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

Default:
weblogic.ejbgen.Constants.RefType.UNSPECIFIED

link

public abstract String link
Specifies the link of the bean.

Default:
"UNSPECIFIED"

name

public abstract String name
Names the reference.

Default:
"UNSPECIFIED"

remote

public abstract String remote
Specifies the Remote class of the bean.

Default:
"UNSPECIFIED"

id

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

Default:
"UNSPECIFIED"

home

public abstract String home
Specifies 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