|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.cics.server.SyncLevel
public class SyncLevel
This class implements an enumeration of the different synchronization levels that can be specified for an APPC conversation. Note that deserialization produces a new object, so equals() cannot rely on comparing object references.
| Field Summary | |
|---|---|
static SyncLevel |
CONFIRM
Constant - Sync level CONFIRM |
static SyncLevel |
NONE
Constant - Sync level NONE |
static SyncLevel |
SYNCPOINT
Constant - Sync level SYNCPOINT |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
static SyncLevel |
lookup(int value)
Resolve a sync-level code into a SyncLevel object constant |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SyncLevel NONE
public static final SyncLevel CONFIRM
public static final SyncLevel SYNCPOINT
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public static SyncLevel lookup(int value)
value - the value
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||