Uses of Interface
com.sun.istack.Pool
Packages that use Pool
Package
Description
istack-commons runtime utilities.
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of Pool in com.sun.istack
Classes in com.sun.istack that implement PoolModifier and TypeClassDescriptionstatic classPool.Impl<T>Default implementation that usesConcurrentLinkedQueueas the data store. -
Uses of Pool in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime declared as PoolModifier and TypeFieldDescriptionfinal Pool<Marshaller> JAXBContextImpl.marshallerPoolPool ofMarshallers.final Pool<Unmarshaller> JAXBContextImpl.unmarshallerPool