java.lang.Object
org.mobicents.slee.resource.ResourceAdaptorInterfaceEntry
- All Implemented Interfaces:
- java.io.Serializable
- public class ResourceAdaptorInterfaceEntry
- extends java.lang.Object
- implements java.io.Serializable
15.1.2 Resource adaptor type deployment descriptor
A resource-adaptor-interface element. This element is optional. It specifies
the Java type of the resource adaptor interface. Each resource adaptor of
this resource adaptor type provides an implementation of this resource
adaptor interface, An SBB can bind an object of this Java type into its JNDI
component environment using a resource-adaptor-entity-binding element in the
SBB’s deployment descriptor. The resource-adaptor-interface element contains
the following sub-elements:
A description element. This is an optional
informational element.
A resource-adaptor-interface-name element. This
element specifies the Java type of the resource adaptor interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
private java.lang.String description
name
private java.lang.String name
ResourceAdaptorInterfaceEntry
public ResourceAdaptorInterfaceEntry()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)