com.acme.sp
Class SPImpl

com.acme.sp.SPImpl

public class SPImpl

This class is the interface for accessing an SP object.


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.
 

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.

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.