com.ibm.cics.server
Class SynchronizationResource

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

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

This class provides an abstract base class for the implementation of the concrete subclasses NameResource and AddressResource.

It provides the facilities for both subclasses to provide the ENQ/DEQ mechanisms for TRANS. These are implemented in the enqueue() and dequeue() methods.


Constructor Summary
SynchronizationResource()
           
 
Method Summary
 java.lang.String getDescription()
          Return the description of this Synchronization Resource.
 void setDescrption(java.lang.String newDescription)
          Set the description of this Synchronization Resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizationResource

public SynchronizationResource()
Method Detail

getDescription

public java.lang.String getDescription()
Return the description of this Synchronization Resource.
Returns:
the Synchronization Resource description.

setDescrption

public void setDescrption(java.lang.String newDescription)
Set the description of this Synchronization Resource.
Parameters:
newDescrption - the new Synchronization Resource description.


Copyright (c) 2002 by Sun Microsystems, Inc.