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

Part Number E27170-02

weblogic.ejbgen
Annotation Type JndiName


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


Optional Element Summary
 String local
          Specifies the local JNDI name of this EJB.
 String remote
          Specifies the remote JNDI name of this EJB.
 

local

public abstract String local
Specifies the local JNDI name of this EJB. If a local JNDI name is not specified, no local interfaces will be generated.

Default:
"UNSPECIFIED"

remote

public abstract String remote
Specifies the remote JNDI name of this EJB. If a remote JNDI name is not specified, no remote interfaces will be generated.

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-02