com.ibm.cics.server
Class SynchronizationResource

java.lang.Object
  |
  +--com.ibm.cics.server.API
        |
        +--com.ibm.cics.server.SynchronizationResource
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AddressResource, NameResource

public abstract class SynchronizationResource
extends API
implements java.io.Serializable

This abstract class provides the common implementation for synchronized resources.

It provides the implementations of the enqueue() and dequeue() methods that can cater for either style (name or address) of synchronization. The classes that extend this class, NameResource and AddressResource are specialized for each style of synchronization.

See Also:
Serialized Form

Constructor Summary
SynchronizationResource()
          Construct a default SynchronizationResource.
 
Method Summary
 java.lang.String getDescription()
          Return the description of the synchronization resource.
 void setDescription(java.lang.String description)
          Sets the description of the synchronization resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizationResource

public SynchronizationResource()
Construct a default SynchronizationResource.
Method Detail

getDescription

public java.lang.String getDescription()
Return the description of the synchronization resource.
Returns:
the synchronization resource description

setDescription

public void setDescription(java.lang.String description)
Sets the description of the synchronization resource.
Parameters:
description - the description of the CICS synchronization resource