com.acme.sp

Class SPImpl

public class SPImpl extends Object implements SP

This class is the interface for accessing an SP object.
Constructor Summary
SPImpl()
Default constructor.
Method Summary
static voidbuildLog(String logName, int timeout, boolean isDisk, int numRollovers)
We've changed the signature in the 2.0 release.
static SPcreateSP()
Method to create a new SP object, hidden for future flexibility.
voidflushTable(SP instance)
This is the new method for flushing tables.
intsaveName(String name, int value)
This method was inherited from the SP interface.

Constructor Detail

SPImpl

private SPImpl()
Default constructor.

Method Detail

buildLog

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

createSP

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

flushTable

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

Since: SuperProduct 2.0

saveName

public int saveName(String name, int value)

Deprecated: Use some other method instead.

This method was inherited from the SP interface.