Uses of Interface
com.sun.enterprise.container.common.spi.util.JavaEEIOUtils
-
Packages that use JavaEEIOUtils Package Description com.sun.ejb.base.io com.sun.ejb.containers com.sun.enterprise.container.common.impl.util org.glassfish.web.ha.authenticator org.glassfish.web.ha.session.management -
-
Uses of JavaEEIOUtils in com.sun.ejb.base.io
Methods in com.sun.ejb.base.io with parameters of type JavaEEIOUtils Modifier and Type Method Description static voidEJBObjectOutputStreamHandler. setJavaEEIOUtils(JavaEEIOUtils javaEEIOUtils) -
Uses of JavaEEIOUtils in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return JavaEEIOUtils Modifier and Type Method Description JavaEEIOUtilsEjbContainerUtil. getJavaEEIOUtils()JavaEEIOUtilsEjbContainerUtilImpl. getJavaEEIOUtils() -
Uses of JavaEEIOUtils in com.sun.enterprise.container.common.impl.util
Classes in com.sun.enterprise.container.common.impl.util that implement JavaEEIOUtils Modifier and Type Class Description classJavaEEIOUtilsImplA contract that defines a set of methods to serialize / deserialze Java EE objects (even if they are not directly serializable). -
Uses of JavaEEIOUtils in org.glassfish.web.ha.authenticator
Fields in org.glassfish.web.ha.authenticator declared as JavaEEIOUtils Modifier and Type Field Description protected JavaEEIOUtilsHASingleSignOnEntry. ioUtilsConstructors in org.glassfish.web.ha.authenticator with parameters of type JavaEEIOUtils Constructor Description HASingleSignOn(JavaEEIOUtils ioUtils, org.glassfish.ha.store.api.BackingStore<String,HASingleSignOnEntryMetadata> ssoEntryMetadataBackingStore)HASingleSignOnEntry(String id, Principal principal, String authType, String username, String realmName, long lastAccessTime, long maxIdleTime, long version, JavaEEIOUtils ioUtils)HASingleSignOnEntry(Container container, HASingleSignOnEntryMetadata m, JavaEEIOUtils ioUtils) -
Uses of JavaEEIOUtils in org.glassfish.web.ha.session.management
Fields in org.glassfish.web.ha.session.management declared as JavaEEIOUtils Modifier and Type Field Description protected JavaEEIOUtilsHAStoreBase. ioUtilsConstructors in org.glassfish.web.ha.session.management with parameters of type JavaEEIOUtils Constructor Description HAStoreBase(JavaEEIOUtils ioUtils)Creates a new instance of HAStoreBaseReplicationAttributeStore(JavaEEIOUtils ioUtils)Creates a new instance of ReplicationAttributeStoreReplicationStore(JavaEEIOUtils ioUtils)Creates a new instance of ReplicationStore
-