org.neodatis.odb.core.server.layers.layer3.engine
Class ServerFileSystemInterface

java.lang.Object
  extended by org.neodatis.odb.core.layers.layer3.engine.FileSystemInterface
      extended by org.neodatis.odb.core.server.layers.layer3.engine.ServerFileSystemInterface
All Implemented Interfaces:
IFileSystemInterface

public class ServerFileSystemInterface
extends FileSystemInterface


Field Summary
 
Fields inherited from class org.neodatis.odb.core.layers.layer3.engine.FileSystemInterface
byteArrayConverter, LOG_ID, nbCall1, nbCall2, parameters
 
Constructor Summary
ServerFileSystemInterface(java.lang.String name, IBaseIdentification parameters, boolean canLog, int bufferSize)
           
 
Method Summary
 ISession getSession()
           
 
Methods inherited from class org.neodatis.odb.core.layers.layer3.engine.FileSystemInterface
clear, close, delete, ensureSpaceFor, flush, getAvailablePosition, getIo, getLength, getParameters, getPosition, readBigDecimal, readBigDecimal, readBigDecimalBytes, readBigInteger, readBigInteger, readBigIntegerBytes, readBoolean, readBoolean, readBooleanBytes, readByte, readByte, readBytes, readChar, readChar, readCharBytes, readDate, readDate, readDateBytes, readDouble, readDouble, readDoubleBytes, readFloat, readFloat, readFloatBytes, readInt, readInt, readIntBytes, readLong, readLong, readLongBytes, readNativeAttributeBytes, readShort, readShort, readShortBytes, readString, readString, readStringBytes, setDatabaseCharacterEncoding, setReadPosition, setWritePosition, setWritePositionNoVerification, useBuffer, writeBigDecimal, writeBigInteger, writeBoolean, writeBoolean, writeByte, writeByte, writeBytes, writeChar, writeDate, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeString, writeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerFileSystemInterface

public ServerFileSystemInterface(java.lang.String name,
                                 IBaseIdentification parameters,
                                 boolean canLog,
                                 int bufferSize)
Method Detail

getSession

public ISession getSession()
Specified by:
getSession in class FileSystemInterface