Creates a new transaction.paramid the id of the transaction.
Gets the id of this transaction.returnthe id of this transaction. return mId;
return mId;
ImpsSession session = mConnection.getSession(); if (session != null) { primitive.setSession(session.getID()); } primitive.setTransaction(this); mConnection.sendPrimitive(primitive);
mId = id; mConnection = conn;