Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.j2ee.descriptor
Interface EjbLocalRefBean


public interface EjbLocalRefBean

Method Summary
abstract  void addDescription(String description)
           
abstract  InjectionTargetBean createInjectionTarget()
           
abstract  void destroyInjectionTarget(InjectionTargetBean injectionTarget)
           
abstract  String[] getDescriptions()
           
abstract  String getEjbLink()
           
abstract  String getEjbRefName()
           
abstract  String getEjbRefType()
           
abstract  String getId()
           
abstract  InjectionTargetBean[] getInjectionTargets()
           
abstract  String getLocal()
           
abstract  String getLocalHome()
           
abstract  String getLookupName()
           
abstract  String getMappedName()
           
abstract  void removeDescription(String description)
           
abstract  void setDescriptions(String[] descriptionArray)
           
abstract  void setEjbLink(String ejbLink)
           
abstract  void setEjbRefName(String ejbRefName)
           
abstract  void setEjbRefType(String ejbRefType)
           
abstract  void setId(String id)
           
abstract  void setLocal(String local)
           
abstract  void setLocalHome(String localHome)
           
abstract  void setLookupName(String lookupName)
           
abstract  void setMappedName(String mappedName)
           

 

Method Detail

getDescriptions

String[] getDescriptions()

addDescription

void addDescription(String description)

removeDescription

void removeDescription(String description)

setDescriptions

void setDescriptions(String[] descriptionArray)

getEjbRefName

String getEjbRefName()

setEjbRefName

void setEjbRefName(String ejbRefName)

getEjbRefType

String getEjbRefType()

setEjbRefType

void setEjbRefType(String ejbRefType)
Parameters:
ejbRefType -

getLocalHome

String getLocalHome()

setLocalHome

void setLocalHome(String localHome)

getLocal

String getLocal()

setLocal

void setLocal(String local)

getEjbLink

String getEjbLink()

setEjbLink

void setEjbLink(String ejbLink)

getMappedName

String getMappedName()

setMappedName

void setMappedName(String mappedName)

getInjectionTargets

InjectionTargetBean[] getInjectionTargets()

createInjectionTarget

InjectionTargetBean createInjectionTarget()

destroyInjectionTarget

void destroyInjectionTarget(InjectionTargetBean injectionTarget)

getLookupName

String getLookupName()

setLookupName

void setLookupName(String lookupName)

getId

String getId()

setId

void setId(String id)

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09