org.objectweb.transaction.api.lock
Interface LockIdentifier


public interface LockIdentifier

Defines the interface of a Lock identifier.

Version:
0.1
Author:
Romain Rouvoy

Method Summary
 boolean equals(LockIdentifier id)
          Method which compare two LockIdentifier entities.
 

Method Detail

equals

public boolean equals(LockIdentifier id)
Method which compare two LockIdentifier entities.

Parameters:
id - the LocIdentifier to compare.
Returns:
true if the two identifiers are the sames else return false.