Lines Matching refs:identifier
64 /** creates a unique identifier for a command.
66 <p>This identifier can be used to abort the execution of the command
67 accociated with that identifier. Note that it is generally not
71 only should get one identifier per thread and assign it to every
75 identifier should not be used any longer (and instead be released by a
80 <p>To avoid ever-increasing resource consumption, the identifier
86 a command identifier.
100 is a unique id for the command. This identifier was obtained by calling
103 threads MUST NOT share one command identifier (except <code>0</code>).
105 <type>XCommandProcessor</type>, obtains exactly one identifier
107 This identifier can be used for every call to
120 to indicate that two threads tried to use the same command identifier
138 is a unique id for the command to abort. This must be the identifier