com.acme.sp
Class SPImpl

java.lang.Object
  extended bycom.acme.sp.SPImpl
All Implemented Interfaces:
SP

public class SPImpl
extends java.lang.Object
implements SP

This class is the interface for accessing an SP object.


Constructor Summary
private SPImpl()
          Default constructor.
 
Method Summary
static void buildLog(java.lang.String logName, int timeout, boolean isDisk, int numRollovers)
          We've changed the signature in the 2.0 release.
static SP createSP()
          Method to create a new SP object, hidden for future flexibility.
 void flushTable(SP instance)
          This is the new method for flushing tables.
 int saveName(java.lang.String name, int value)
          Deprecated. Use some other method instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPImpl

private SPImpl()
Default constructor.

Method Detail

createSP

public static SP createSP()
Method to create a new SP object, hidden for future flexibility.


saveName

public int saveName(java.lang.String name,
                    int value)
Deprecated. Use some other method instead.

This method was inherited from the SP interface.

Specified by:
saveName in interface SP

flushTable

public void flushTable(SP instance)
This is the new method for flushing tables.

Since:
SuperProduct 2.0

buildLog

public static void buildLog(java.lang.String logName,
                            int timeout,
                            boolean isDisk,
                            int numRollovers)
We've changed the signature in the 2.0 release.