Searched defs:recycle (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DPool.java50 void recycle(@NotNull T t); method in interface:Pool
84 public final void recycle(T t) { method in class:Pool.Impl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DPool.java89 public final void recycle(T t) { method in class:Pool
155 recycle(master); // we'll use master as a part of the pool, too.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/streaming/
H A DXMLStreamWriterFactory.java107 * See {@link #recycle(XMLStreamWriter)} for the contract.
124 * it takes to recycle vs the possible performance gain by doing so.
135 public static void recycle(XMLStreamWriter r) { method in class:XMLStreamWriterFactory
145 * recycle its inner {@link XMLStreamWriter}.
H A DXMLStreamReaderFactory.java164 * it takes to recycle vs the possible performance gain by doing so.
175 public static void recycle(XMLStreamReader r) { method in class:XMLStreamReaderFactory
206 * recycle its inner {@link XMLStreamReader}.
372 // there's no way to recycle with the default StAX API.
407 // there's no way to recycle with the default StAX API.

Completed in 49 milliseconds