Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.resource
Class ResourceAdaptorInterfaceEntry  view ResourceAdaptorInterfaceEntry download ResourceAdaptorInterfaceEntry.java

java.lang.Object
  extended byorg.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.


Field Summary
private  java.lang.String description
           
private  java.lang.String name
           
 
Constructor Summary
ResourceAdaptorInterfaceEntry()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

private java.lang.String description

name

private java.lang.String name
Constructor Detail

ResourceAdaptorInterfaceEntry

public ResourceAdaptorInterfaceEntry()
Method Detail

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)