Uses of Class
tecgraf.ftc_1_2.common.exception.FailureException

Packages that use FailureException
tecgraf.ftc_1_2.client   
tecgraf.ftc_1_2.server   
 

Uses of FailureException in tecgraf.ftc_1_2.client
 

Methods in tecgraf.ftc_1_2.client that throw FailureException
 void RemoteFileChannelImpl.close()
          Solicita o fechamento do arquivo.
 void RemoteFileChannel.close()
          Solicita o fechamento do arquivo.
 long RemoteFileChannelImpl.getPosition()
          Obtém a posição atual do arquivo.
 long RemoteFileChannel.getPosition()
          Obtém a posição atual do arquivo.
 long RemoteFileChannelImpl.getSize()
          Obtém o tamanho do arquivo.
 long RemoteFileChannel.getSize()
          Obtém o tamanho do arquivo.
 void RemoteFileChannelImpl.keepAlive()
          Operação que faz um poll no servidor com o intuito de manter a conexao ativa
 void RemoteFileChannel.keepAlive()
          Operação que faz um poll no servidor com o intuito de manter a conexao ativa
 void RemoteFileChannelImpl.open(boolean readOnly)
          Solicita a abertura do arquivo.
 void RemoteFileChannel.open(boolean readOnly)
          Solicita a abertura do arquivo.
 int RemoteFileChannelImpl.read(byte[] target)
          Lê uma sequência de bytes do arquivo.
 int RemoteFileChannel.read(byte[] target)
          Lê uma sequência de bytes do arquivo.
 int RemoteFileChannelImpl.read(byte[] target, int offset, int length)
          Lê uma sequência de bytes do arquivo.
 int RemoteFileChannel.read(byte[] target, int offset, int length)
          Lê uma sequência de bytes do arquivo.
 int RemoteFileChannelImpl.read(byte[] target, int offset, int length, long position)
          Lê uma sequência de bytes do arquivo.
 int RemoteFileChannel.read(byte[] target, int offset, int length, long position)
          Lê uma sequência de bytes do arquivo.
 int RemoteFileChannelImpl.read(byte[] target, long position)
          Lê uma sequência de bytes do arquivo.
 int RemoteFileChannel.read(byte[] target, long position)
          Lê uma sequência de bytes do arquivo.
 void RemoteFileChannelImpl.setPosition(long position)
          Define a nova posição do arquivo.
 void RemoteFileChannel.setPosition(long position)
          Define a nova posição do arquivo.
 void RemoteFileChannelImpl.setSize(long size)
          Altera o tamanho do arquivo para um novo tamanho.
 void RemoteFileChannel.setSize(long size)
          Altera o tamanho do arquivo para um novo tamanho.
 long RemoteFileChannelImpl.transferFrom(InputStream source, long position, long count)
          Transfere os dados de um fluxo de entrada para o arquivo.
 long RemoteFileChannel.transferFrom(InputStream source, long position, long count)
          Transfere os dados de um fluxo de entrada para o arquivo.
 long RemoteFileChannelImpl.transferFrom(RemoteFileChannel source, long position, long count)
          Transfere os de um outro arquivo remoto para o arquivo.
 long RemoteFileChannel.transferFrom(RemoteFileChannel source, long position, long count)
          Transfere os de um outro arquivo remoto para o arquivo.
 long RemoteFileChannelImpl.transferTo(long position, long count, OutputStream outputStream)
          Transfere os dados do arquivo para um fluxo de saída.
 long RemoteFileChannel.transferTo(long position, long count, OutputStream target)
          Transfere os dados do arquivo para um fluxo de saída.
 long RemoteFileChannelImpl.transferTo(long position, long count, RemoteFileChannel target)
          Transfere os dados do arquivo para um outro arquivo remoto.
 long RemoteFileChannel.transferTo(long position, long count, RemoteFileChannel target)
          Transfere os dados do arquivo para um outro arquivo remoto.
 int RemoteFileChannelImpl.write(byte[] source)
          Escreve uma sequência de bytes no arquivo.
 int RemoteFileChannel.write(byte[] source)
          Escreve uma sequência de bytes no arquivo.
 int RemoteFileChannelImpl.write(byte[] source, int offset, int length)
          Escreve uma sequência de bytes no arquivo.
 int RemoteFileChannel.write(byte[] source, int offset, int length)
          Escreve uma sequência de bytes no arquivo.
 int RemoteFileChannelImpl.write(byte[] source, int offset, int length, long position)
          Escreve uma sequência de bytes no arquivo.
 int RemoteFileChannel.write(byte[] source, int offset, int length, long position)
          Escreve uma sequência de bytes no arquivo.
 int RemoteFileChannelImpl.write(byte[] source, long position)
          Escreve uma sequência de bytes no arquivo.
 int RemoteFileChannel.write(byte[] source, long position)
          Escreve uma sequência de bytes no arquivo.
 

Uses of FailureException in tecgraf.ftc_1_2.server
 

Methods in tecgraf.ftc_1_2.server that throw FailureException
 FileChannel FileProvider.createFileChannel(Object requester, byte[] fileId, boolean readOnly)
          Cria um canal para um arquivo.
 FileChannel DefaultFileProvider.createFileChannel(Object requester, byte[] fileId, boolean readOnly)
          Cria um canal para um arquivo.
 



Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.