com.acme.sp
Class SPImpl

java.lang.Object
  extended bycom.acme.sp.SPImpl
All Implemented Interfaces:
SP

public class SPImpl
extends java.lang.Object
implements SP

This class is the interface for accessing an SP object.


Constructor Summary
private SPImpl()
          Default constructor.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPImpl

private SPImpl()
Default constructor.

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.

Specified by:
saveName in interface SP

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.