public interface SesameClientDependent
SesameClient
.Modifier and Type | Method and Description |
---|---|
SesameClient |
getSesameClient()
SesameClient that has been assigned or has been used by this
object. |
void |
setSesameClient(SesameClient client)
Assign an
SesameClient that this object should use. |
SesameClient getSesameClient()
SesameClient
that has been assigned or has been used by this
object. The life cycle might not be or might be tied to this object,
depending on whether SesameClient
was passed to or created by this
object respectively.SesameClient
instance or nullvoid setSesameClient(SesameClient client)
SesameClient
that this object should use. The life cycle
of the given SesameClient
is independent of this object. Closing
or shutting down this object does not have any impact on the given client.
Callers must ensure that the given client is properly closed elsewhere.client
- Copyright © 2001-2016 Aduna. All Rights Reserved.