public class GuestSessionPoolImpl extends GuestSessionPool
| Constructor and Description |
|---|
GuestSessionPoolImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disposeImpl()
Dispose the pool.
|
FdkSession |
getGuestSession()
Gets a guest session.
|
void |
releaseGuestSession(FdkSession sess)
Indicate that you're done with a guest session.
|
getInstancepublic void disposeImpl()
public FdkSession getGuestSession() throws FdkException
GuestSessionPoolgetGuestSession in class GuestSessionPoolFdkException - if unable to allocate a new sessionpublic void releaseGuestSession(FdkSession sess)
GuestSessionPoolreleaseGuestSession in class GuestSessionPoolsess - the session one is done with; must be a session originally
acquired with getGuestSession. Do not call disconnection on this
session before you call this method. Or after, for that matter.Copyright © 2025. All rights reserved.