public class ResourceManagerMetaData extends NamedMetaDataWithDescriptions
| Constructor and Description |
|---|
ResourceManagerMetaData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name.
|
String |
getResClass()
Get the resClass.
|
String |
getResJndiName()
Get the resJndiName.
|
String |
getResName()
Get the resName.
|
String |
getResource()
Get the resource
|
String |
getResUrl()
Get the resUrl.
|
void |
setResClass(String resClass)
Set the resClass.
|
void |
setResJndiName(String resJndiName)
Set the resJndiName.
|
void |
setResName(String resName)
Set the resName.
|
void |
setResUrl(String resUrl)
Set the resUrl.
|
getDescriptions, setDescriptionsequals, getKey, hashCode, setName, toStringclone, getId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitgetKeypublic String getName()
NamedMetaDatagetName in class NamedMetaDatapublic String getResName()
public void setResName(String resName)
resName - the resName.IllegalArgumentException - for a null resNamepublic String getResClass()
public void setResClass(String resClass)
resClass - the resClass.IllegalArgumentException - for a null resClasspublic String getResJndiName()
public void setResJndiName(String resJndiName)
resJndiName - the resJndiName.IllegalArgumentException - for a null resJndiNamepublic String getResUrl()
public void setResUrl(String resUrl)
resUrl - the resUrl.IllegalArgumentException - for a null resUrlpublic String getResource()
Copyright © 2017 JBoss by Red Hat. All rights reserved.