org.palo.api.subsets.impl
Class SubsetStorageHandlerImpl

java.lang.Object
  extended by org.palo.api.subsets.impl.SubsetStorageHandlerImpl
All Implemented Interfaces:
SubsetStorageHandler
Direct Known Subclasses:
SubsetIOHandler

public abstract class SubsetStorageHandlerImpl
extends java.lang.Object
implements SubsetStorageHandler

SubsetStorageHandler

This API internal class defines a bridge to the palo server to store and load Subset2s. All defined methods are abstract meaning that this class cannot be instantiated. While the methods are called from within this package their implementations are in another package. This leads to an API internal restricted access.

Version:
$Id: SubsetStorageHandlerImpl.html,v 1.5 2009/07/09 11:01:47 ArndHouben Exp $

Constructor Summary
SubsetStorageHandlerImpl()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.palo.api.subsets.SubsetStorageHandler
canRead, canWrite, convert, reset
 

Constructor Detail

SubsetStorageHandlerImpl

public SubsetStorageHandlerImpl()