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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.mobicents.slee.resource.ActivityTypeEntry
All Implemented Interfaces:
java.io.Serializable

public class ActivityTypeEntry
extends java.lang.Object
implements java.io.Serializable

See Spec Section 15.1.2 (page 240) Resource adaptor type deployment descriptor. This corresponds to the node of the resource adaptor deployment descriptor. Zero or more activity-type elements. The Java types of all the resource adaptor type’s Activity objects must be declared. Each activity-type element declares one of these Java types. Each activity-type element contains the following sub-elements:

A description element. This is an optional informational element. This element should document the conditions that end Activity objects of this Java type.

An activity-type-name element. This element identifies the name of the Java type. The Java type must be either an interface or a class.


Field Summary
private  java.lang.String activityTypeName
           
private  java.lang.String description
           
 
Constructor Summary
ActivityTypeEntry()
           
 
Method Summary
 java.lang.String getActivityTypeName()
           
 java.lang.String getDescription()
           
 void setActivityTypeName(java.lang.String className)
          Set the activity type name -- this element identifies the name of the Java type.
 void setDescription(java.lang.String description)
           
 
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

activityTypeName

private java.lang.String activityTypeName
Constructor Detail

ActivityTypeEntry

public ActivityTypeEntry()
Method Detail

getActivityTypeName

public java.lang.String getActivityTypeName()

setActivityTypeName

public void setActivityTypeName(java.lang.String className)
Set the activity type name -- this element identifies the name of the Java type. The Java type must be either an interface or a class.


getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)