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

Part Number E41849-02

weblogic.j2ee.descriptor
Interface ResourceRefBean


public interface ResourceRefBean


Method Summary
 void addDescription(String description)
           
 InjectionTargetBean createInjectionTarget()
           
 void destroyInjectionTarget(InjectionTargetBean injectionTarget)
           
 String[] getDescriptions()
           
 String getId()
           
 InjectionTargetBean[] getInjectionTargets()
           
 String getLookupName()
           
 String getMappedName()
           
 String getResAuth()
           
 String getResRefName()
           
 String getResSharingScope()
           
 String getResType()
           
 void removeDescription(String description)
           
 void setDescriptions(String[] descriptionArray)
           
 void setId(String id)
           
 void setLookupName(String lookupName)
           
 void setMappedName(String mappedName)
           
 void setResAuth(String resAuth)
           
 void setResRefName(String resRefName)
           
 void setResSharingScope(String resSharingScope)
           
 void setResType(String resType)
           
 

Method Detail

getDescriptions

String[] getDescriptions()

addDescription

void addDescription(String description)

removeDescription

void removeDescription(String description)

setDescriptions

void setDescriptions(String[] descriptionArray)

getResRefName

String getResRefName()

setResRefName

void setResRefName(String resRefName)

getResType

String getResType()

setResType

void setResType(String resType)

getResAuth

String getResAuth()
Default Value:
"Container"

setResAuth

void setResAuth(String resAuth)
Parameters:
resAuth -
Valid Values:
"Application","Container"

getResSharingScope

String getResSharingScope()
Default Value:
"Shareable"

setResSharingScope

void setResSharingScope(String resSharingScope)
Parameters:
resSharingScope -
Valid Values:
"Shareable","Unshareable"

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, 2014, 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.3)

Part Number E41849-02