| java.lang.Object com.acme.sp.SPImpl
SPImpl | public class SPImpl implements SP(Code) | | This class is the interface for accessing an SP object.
|
Method Summary | |
public static void | buildLog(String logName, int timeout, boolean isDisk, int numRollovers) We've changed the signature in the 2.0 release. | public static SP | createSP() Method to create a new SP object, hidden for future flexibility. | public void | flushTable(SP instance) This is the new method for flushing tables. | public int | saveName(String name, int value) This method was inherited from the SP interface. |
buildLog | public static void buildLog(String logName, int timeout, boolean isDisk, int numRollovers)(Code) | | We've changed the signature in the 2.0 release.
|
createSP | public static SP createSP()(Code) | | Method to create a new SP object, hidden for future flexibility.
|
flushTable | public void flushTable(SP instance)(Code) | | This is the new method for flushing tables.
since: SuperProduct 2.0 |
saveName | public int saveName(String name, int value)(Code) | | This method was inherited from the SP interface.
|
|
|