|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.core.layers.layer3.engine.FileSystemInterface
org.neodatis.odb.impl.core.layers.layer3.engine.LocalFileSystemInterface
public class LocalFileSystemInterface
Field Summary | |
---|---|
protected ISession |
session
|
Fields inherited from class org.neodatis.odb.core.layers.layer3.engine.FileSystemInterface |
---|
byteArrayConverter, LOG_ID, nbCall1, nbCall2, parameters |
Constructor Summary | |
---|---|
LocalFileSystemInterface(java.lang.String name,
ISession session,
IBaseIdentification parameters,
boolean canLog,
int bufferSize)
|
|
LocalFileSystemInterface(java.lang.String name,
ISession session,
java.lang.String fileName,
boolean canWrite,
boolean canLog,
int bufferSize)
|
Method Summary | |
---|---|
ISession |
getSession()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ISession session
Constructor Detail |
---|
public LocalFileSystemInterface(java.lang.String name, ISession session, java.lang.String fileName, boolean canWrite, boolean canLog, int bufferSize)
public LocalFileSystemInterface(java.lang.String name, ISession session, IBaseIdentification parameters, boolean canLog, int bufferSize)
Method Detail |
---|
public ISession getSession()
getSession
in class FileSystemInterface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |