|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData
org.jboss.metadata.OldMetaData<ResourceReferenceMetaData>
org.jboss.metadata.ResourceRefMetaData
@Deprecated public class ResourceRefMetaData
The meta data information for a resource-ref element. The resource-ref element contains a declaration of enterprise bean's reference to an external resource. It consists of an optional description, the resource manager connection factory reference name, the indication of the resource manager connection factory type expected by the enterprise bean code, the type of authentication (Application or Container), and an optional specification of the shareability of connections obtained from the resource (Shareable or Unshareable). Used in: entity, message-driven, and session
Field Summary |
---|
Fields inherited from class org.jboss.metadata.MetaData |
---|
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
---|---|
ResourceRefMetaData(ResourceReferenceMetaData delegate)
Deprecated. Create a new ResourceRefMetaData. |
Method Summary | |
---|---|
static ResourceRefMetaData |
create(ResourceReferenceMetaData delegate)
Deprecated. Create a new ResourceRefMetaData. |
String |
getJndiName()
Deprecated. Get the jndiName. |
String |
getName()
Deprecated. Get the name. |
String |
getRefName()
Deprecated. Get the refName. |
String |
getResourceName()
Deprecated. Get the resource name |
String |
getResURL()
Deprecated. Get the resURL. |
String |
getType()
Deprecated. Get the type. |
boolean |
isContainerAuth()
Deprecated. Get the containerAuth. |
boolean |
isShareable()
Deprecated. Get the isShareable. |
void |
setResourceName(String resName)
Deprecated. Set ther resource name |
Methods inherited from class org.jboss.metadata.OldMetaData |
---|
equals, getDelegate, getMetaData, hashCode, importEjbJarXml, importJbossXml, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceRefMetaData(ResourceReferenceMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegateMethod Detail |
---|
public static ResourceRefMetaData create(ResourceReferenceMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegate or an unknown delegatepublic String getResourceName()
public void setResourceName(String resName)
resName
- the resource name
UnsupportedOperationException
- alwayspublic boolean isContainerAuth()
public boolean isShareable()
public String getJndiName()
public String getName()
public String getRefName()
public String getResURL()
public String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |