Uses of Class
org.glassfish.contextpropagation.internal.Entry
-
Packages that use Entry Package Description org.glassfish.contextpropagation.internal 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 Entry in org.glassfish.contextpropagation.internal
Methods in org.glassfish.contextpropagation.internal that return Entry Modifier and Type Method Description static EntryEntry. createOpaqueEntryInstance(Object context, EnumSet<PropagationMode> propModes, String className)static EntryEntry. createViewEntryInstance(Object context, EnumSet<PropagationMode> propModes, ViewImpl view)EntryAccessControlledMap. getEntry(String key)EntryEntry. init(Boolean isOriginator, Boolean allowAllToRead)Utility method to set additional metadata.Methods in org.glassfish.contextpropagation.internal that return types with arguments of type Entry Modifier and Type Method Description Iterator<Map.Entry<String,Entry>>AccessControlledMap. entryIterator()Iterator<Map.Entry<String,Entry>>SimpleMap. iterator(SimpleMap.Filter filter, PropagationMode mode)Methods in org.glassfish.contextpropagation.internal with parameters of type Entry Modifier and Type Method Description <T> TAccessControlledMap. put(String key, Entry entry)<T> TSimpleMap. put(String key, Entry entry)Method parameters in org.glassfish.contextpropagation.internal with type arguments of type Entry Modifier and Type Method Description booleanSimpleMap.Filter. keep(Map.Entry<String,Entry> mapEntry, PropagationMode mode) -
Uses of Entry in org.glassfish.contextpropagation.wireadapters
Methods in org.glassfish.contextpropagation.wireadapters that return Entry Modifier and Type Method Description protected abstract EntryAbstractWireAdapter. nextEntry()EntryAbstractWireAdapter. readEntry()EntryWireAdapter. readEntry()Methods in org.glassfish.contextpropagation.wireadapters with parameters of type Entry Modifier and Type Method Description <T> voidAbstractWireAdapter. write(String key, Entry entry)<T> voidWireAdapter. write(String key, Entry entry) -
Uses of Entry in org.glassfish.contextpropagation.wireadapters.glassfish
Methods in org.glassfish.contextpropagation.wireadapters.glassfish that return Entry Modifier and Type Method Description EntryDefaultWireAdapter. nextEntry() -
Uses of Entry in org.glassfish.contextpropagation.wireadapters.wls
Methods in org.glassfish.contextpropagation.wireadapters.wls that return Entry Modifier and Type Method Description EntryWLSWireAdapter. nextEntry()
-