vishnu.model.pooling
Class AnonymousTablePoolImpl

java.lang.Object
  extended by vishnu.model.pooling.AnonymousTablePoolImpl
All Implemented Interfaces:
AnonymousTablePool

public class AnonymousTablePoolImpl
extends java.lang.Object
implements AnonymousTablePool

Author:
Hernan Rancati TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
 

Constructor Summary
AnonymousTablePoolImpl(Database d)
           
 
Method Summary
 Table get(TableSignature s)
          Devuelve una tabla anonima vacia con la signatura pedida.
 Table getSorted(TableSignature s, java.lang.String sortColumn)
          Devuelve una tabla anonima vacia con la signatura pedida.
 void release(TableContext t)
          Libera una tabla anonima para su reutilizacion o destruccion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnonymousTablePoolImpl

public AnonymousTablePoolImpl(Database d)
Method Detail

get

public Table get(TableSignature s)
Description copied from interface: AnonymousTablePool
Devuelve una tabla anonima vacia con la signatura pedida.

Specified by:
get in interface AnonymousTablePool

getSorted

public Table getSorted(TableSignature s,
                       java.lang.String sortColumn)
Description copied from interface: AnonymousTablePool
Devuelve una tabla anonima vacia con la signatura pedida.

Specified by:
getSorted in interface AnonymousTablePool

release

public void release(TableContext t)
Description copied from interface: AnonymousTablePool
Libera una tabla anonima para su reutilizacion o destruccion.

Specified by:
release in interface AnonymousTablePool