Uses of Class
org.glassfish.contextpropagation.wireadapters.Catalog
-
Packages that use Catalog Package Description org.glassfish.contextpropagation.wireadapters org.glassfish.contextpropagation.wireadapters.glassfish org.glassfish.contextpropagation.wireadapters.wls Provides public interfaces and classes for compatibility with Web Logicweblogic.workarea. -
-
Uses of Catalog in org.glassfish.contextpropagation.wireadapters
Methods in org.glassfish.contextpropagation.wireadapters with parameters of type Catalog Modifier and Type Method Description protected abstract voidAbstractWireAdapter. read(boolean mandatory, ObjectInputStream ois, Catalog catalog)protected abstract voidAbstractWireAdapter. readHeader(ObjectInputStream ois, Catalog catalog)voidCatalog. setPosisionsFrom(Catalog catalog)protected abstract voidAbstractWireAdapter. write(ObjectOutputStream objectOutputStream, Catalog catalog) -
Uses of Catalog in org.glassfish.contextpropagation.wireadapters.glassfish
Methods in org.glassfish.contextpropagation.wireadapters.glassfish with parameters of type Catalog Modifier and Type Method Description protected voidDefaultWireAdapter. read(boolean mandatory, ObjectInputStream ois, Catalog catalog)voidDefaultWireAdapter. readHeader(ObjectInputStream objectInputStream, Catalog catalog)protected voidDefaultWireAdapter. write(ObjectOutputStream objectOutputStream, Catalog catalog) -
Uses of Catalog in org.glassfish.contextpropagation.wireadapters.wls
Methods in org.glassfish.contextpropagation.wireadapters.wls with parameters of type Catalog Modifier and Type Method Description protected voidWLSWireAdapter. read(boolean mandatory, ObjectInputStream ois, Catalog catalog)protected voidWLSWireAdapter. readHeader(ObjectInputStream ois, Catalog catalog)protected voidWLSWireAdapter. write(ObjectOutputStream oos, Catalog catalog)
-