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
protected voidbuildLog(String logName, int timeout)
Not sure if we've got the signature quite right in this release.
static SPcreateSP()
Method to create a new SP object, hidden for future flexibility.
protected static voidcreateTable(SP instance)
This method will be be removed one day.
intsaveName(String name, int value)
This method was inherited from the SP interface.

Constructor Detail

SPImpl

private SPImpl()
Default constructor.

Method Detail

buildLog

protected void buildLog(String logName, int timeout)
Not sure if we've got the signature quite right in this release.

createSP

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

createTable

protected static void createTable(SP instance)
This method will be be removed one day.

saveName

public int saveName(String name, int value)
This method was inherited from the SP interface.