java.lang.Object
org.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
private java.lang.String description
activityTypeName
private java.lang.String activityTypeName
ActivityTypeEntry
public ActivityTypeEntry()
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)