Home | History | Annotate | Download | only in tech

Lines Matching refs:TagTechnology

25  * {@link TagTechnology} is an interface to a technology in a {@link Tag}.
27 * Obtain a {@link TagTechnology} implementation by calling the static method <code>get()</code>
32 * {@link TagTechnology} implementations provide access to these different
38 * {@link TagTechnology} implementations.
48 * {@link TagTechnology} implementations. If it is not provided, the
59 * {@link TagTechnology} implementations provide methods that fall into two classes:
72 * {@link TagTechnology}, and it will cancel all other blocked I/O operations on other threads
74 * <li>Only one {@link TagTechnology} can be connected at a time. Other calls to
83 public interface TagTechnology extends Closeable {
161 * Get the {@link Tag} object backing this {@link TagTechnology} object.
162 * @return the {@link Tag} backing this {@link TagTechnology} object.
167 * Enable I/O operations to the tag from this {@link TagTechnology} object.
171 * <p>Only one {@link TagTechnology} object can be connected to a {@link Tag} at a time.
201 * Disable I/O operations to the tag from this {@link TagTechnology} object, and release resources.