| Package | Description |
|---|---|
| oracle.jbo.common.ampool |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSessionCookieFactory
Factory for SessionCookieImpl instances.
|
class |
RemoteCookieFactory |
| Modifier and Type | Method and Description |
|---|---|
SessionCookieFactory |
ApplicationPoolImpl.getSessionCookieFactory() |
SessionCookieFactory |
ApplicationPool.getSessionCookieFactory()
Get the factory that will be used to create new session cookie instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationPoolImpl.setSessionCookieFactory(SessionCookieFactory sessionCookieFactory) |
void |
ApplicationPool.setSessionCookieFactory(SessionCookieFactory sessionCookieFactory)
Set the factory that will be used to create new session cookie instances.
|