|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.API
com.ibm.cics.server.SynchronizationResource
public abstract class SynchronizationResource
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.
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 |
---|
public SynchronizationResource()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description of the CICS synchronization resource
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |