public interface SLSessionData extends CloneableObject
Title: Semantic Lexicon Processing Framework
Description: Defines SLANG session data.
Copyright: Copyright (c) 2015
Company: StreamScape Technologies
Modifier and Type | Interface and Description |
---|---|
static class |
SLSessionData.DataObjectNotation |
Modifier and Type | Method and Description |
---|---|
SLSessionData.DataObjectNotation |
getDataObjectNotation() |
int |
getFetchSize() |
com.streamscape.slex.file.SLFileSessionContext |
getSLFileSessionContext() |
int |
getTransferBufferSize() |
void |
setDataObjectNotation(SLSessionData.DataObjectNotation notation) |
void |
setFetchSize(int fetchSize) |
void |
setSLFileSessionContext(com.streamscape.slex.file.SLFileSessionContext sessionContext) |
void |
setTransferBufferSize(int transferBufferSize) |
clone
int getFetchSize()
void setFetchSize(int fetchSize)
int getTransferBufferSize()
void setTransferBufferSize(int transferBufferSize)
com.streamscape.slex.file.SLFileSessionContext getSLFileSessionContext()
void setSLFileSessionContext(com.streamscape.slex.file.SLFileSessionContext sessionContext)
void setDataObjectNotation(SLSessionData.DataObjectNotation notation)
SLSessionData.DataObjectNotation getDataObjectNotation()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.