Package | Description |
---|---|
com.sun.enterprise.util.uuid | |
org.apache.catalina.session |
This package contains the standard
Manager and
Session implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context . |
Modifier and Type | Class and Description |
---|---|
class |
UuidGeneratorImpl |
class |
UuidGeneratorPaddedImpl |
Modifier and Type | Field and Description |
---|---|
protected UuidGenerator |
ManagerBase.uuidGenerator
The Uuid Generator to be used
when generating universally unique session identifiers.
|
Modifier and Type | Method and Description |
---|---|
UuidGenerator |
ManagerBase.getUuidGenerator()
Return the UuidGenerator for this Manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagerBase.setUuidGenerator(UuidGenerator aUuidGenerator)
Set the UuidGenerator for this Manager.
|
Copyright © 2018. All rights reserved.