| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
reserveSlot(String)
Field Summary | |
---|---|
public String | SLOT_NAME
All slots should be reserved using this name.
|
Method Summary | |
---|---|
public
boolean | equals(com.ibm.websphere.objectgrid.TxID)
Checks for equality between two TxID objects.
|
public
int | hashCode()
Returns the hashcode of the Tx identifier.
|
public
Object | getSlot(int)
Gets the context information currently associated with this transaction.
|
public
void | putSlot(int, java.lang.Object)
Sets some context information to be associated with this transaction.
|
public
Session | getSession()
Returns the Session that owns this TxID.
|
Field Detail |
public static SLOT_NAME
Method Detail |
public boolean equals( | TxID o )
|
o
-
Input TxID to check for equality against
public int hashCode( | ) |
public Object getSlot( | int slotNumber )
|
slotNumber
-
the slot number
public void putSlot( | int slotNumber , | Object o )
|
slotNumber
-
the slot number
o
-
Object to be put into the TxID slot
public Session getSession( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |