Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scoja.server.target
Class FileShell  view FileShell download FileShell.java

java.lang.Object
  extended byorg.scoja.server.target.FileShell
All Implemented Interfaces:
org.scoja.util.ExpiringObject

public class FileShell
extends java.lang.Object
implements org.scoja.util.ExpiringObject


Field Summary
protected  org.scoja.util.LRUShell lruShell
           
protected  java.io.PrintWriter outPrinter
           
protected  java.io.OutputStream outStream
           
 
Constructor Summary
FileShell(java.lang.String filename, org.scoja.util.LRUShell lruShell)
           
 
Method Summary
 void expired()
          Es el método al que llaman las org.scoja.util.ExpiringLRUCaches cuando un objeto ha expirado.
 java.io.OutputStream getOutputStream()
           
 java.io.PrintWriter getPrintWriter()
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lruShell

protected final org.scoja.util.LRUShell lruShell

outStream

protected final java.io.OutputStream outStream

outPrinter

protected final java.io.PrintWriter outPrinter
Constructor Detail

FileShell

public FileShell(java.lang.String filename,
                 org.scoja.util.LRUShell lruShell)
          throws java.io.IOException
Method Detail

getOutputStream

public java.io.OutputStream getOutputStream()

getPrintWriter

public java.io.PrintWriter getPrintWriter()

release

public void release()

expired

public void expired()
Description copied from interface: org.scoja.util.ExpiringObject
Es el método al que llaman las org.scoja.util.ExpiringLRUCaches cuando un objeto ha expirado.

Specified by:
expired in interface org.scoja.util.ExpiringObject