com.acme.sp
Interface SP

All Known Implementing Classes:
SPImpl

public interface SP

This class is the implementation of the interface SP.


Method Summary
 int saveName(java.lang.String name, int value)
          This method must be implemented by all classes which implement this interface.
 

Method Detail

saveName

public int saveName(java.lang.String name,
                    int value)
This method must be implemented by all classes which implement this interface.