Uses of Interface
com.sun.enterprise.util.uuid.UuidGenerator
-
Packages that use UuidGenerator Package Description com.sun.enterprise.util.uuid org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext. -
-
Uses of UuidGenerator in com.sun.enterprise.util.uuid
Classes in com.sun.enterprise.util.uuid that implement UuidGenerator Modifier and Type Class Description classUuidGeneratorImplclassUuidGeneratorPaddedImpl -
Uses of UuidGenerator in org.apache.catalina.session
Fields in org.apache.catalina.session declared as UuidGenerator Modifier and Type Field Description protected UuidGeneratorManagerBase. uuidGeneratorThe Uuid Generator to be used when generating universally unique session identifiers.Methods in org.apache.catalina.session that return UuidGenerator Modifier and Type Method Description UuidGeneratorManagerBase. getUuidGenerator()Return the UuidGenerator for this Manager.Methods in org.apache.catalina.session with parameters of type UuidGenerator Modifier and Type Method Description voidManagerBase. setUuidGenerator(UuidGenerator aUuidGenerator)Set the UuidGenerator for this Manager.
-