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

Part Number E27170-01

weblogic.j2ee.descriptor
Interface EjbLocalRefBean


public interface EjbLocalRefBean


Method Summary
 void addDescription(String description)
           
 InjectionTargetBean createInjectionTarget()
           
 void destroyInjectionTarget(InjectionTargetBean injectionTarget)
           
 String[] getDescriptions()
           
 String getEjbLink()
           
 String getEjbRefName()
           
 String getEjbRefType()
           
 String getId()
           
 InjectionTargetBean[] getInjectionTargets()
           
 String getLocal()
           
 String getLocalHome()
           
 String getLookupName()
           
 String getMappedName()
           
 void removeDescription(String description)
           
 void setDescriptions(String[] descriptionArray)
           
 void setEjbLink(String ejbLink)
           
 void setEjbRefName(String ejbRefName)
           
 void setEjbRefType(String ejbRefType)
           
 void setId(String id)
           
 void setLocal(String local)
           
 void setLocalHome(String localHome)
           
 void setLookupName(String lookupName)
           
 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 -
Valid Values:
"Entity","Session"

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)

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