|
SunSPOT host API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.spot.client.SpotPropertiesManager
public class SpotPropertiesManager
SpotPropertiesManager manages the retrieval and setting of the persistent system properties on the SPOT.
Constructor Summary | |
---|---|
SpotPropertiesManager(ISpotManager spotManager)
Construct a SpotPropertiesManager |
Method Summary | |
---|---|
Properties |
getProperties()
Answer a Properties containing all the persistent system properties from the SPOT. |
void |
setProperties(Properties systemProperties)
Replace the persistent system properties stored on the SPOT. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpotPropertiesManager(ISpotManager spotManager)
spotManager
- Method Detail |
---|
public Properties getProperties() throws IOException
Properties
containing all the persistent system properties from the SPOT.
IOException
public void setProperties(Properties systemProperties) throws IOException
systemProperties
- a Properties to replace the properties currently stored on the SPOT.
IOException
|
SunSPOT host API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |