com.acme.sp
Class SPImpl

com.acme.sp.SPImpl

public class SPImpl

This class is the interface for accessing an SP object.


Method Summary
protected  void buildLog(java.lang.String logName, int timeout)
          Not sure if we've got the signature quite right in this release.
static SP createSP()
          Method to create a new SP object, hidden for future flexibility.
protected static void createTable(SP instance)
          This method will be be removed one day.
 int saveName(java.lang.String name, int value)
          This method was inherited from the SP interface.
 

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)
This method was inherited from the SP interface.

createTable

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

buildLog

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