Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.client.main
Class XClientPropertiesCB

java.lang.Object
  extended by waggle.client.main.XClientPropertiesCB

All Implemented Interfaces:
waggle.core.properties.XPersistentProperties.CB

public class XClientPropertiesCB
extends Object
implements waggle.core.properties.XPersistentProperties.CB

Client Persistent Properties CB.


Nested Class Summary
static class XClientPropertiesCB.LifeCycle
           

 

Constructor Summary
XClientPropertiesCB()
           

 

Method Summary
 Collection<String> getNames()
           
 Collection<String> getNames(String prefix)
           
 waggle.core.password.XPassword getPassword(String name)
           
 String getString(String name)
           
 void setPassword(String name, waggle.core.password.XPassword password)
           
 void setString(String name, String value)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

XClientPropertiesCB

public XClientPropertiesCB()

Method Detail

getString

public String getString(String name)
Specified by:
getString in interface waggle.core.properties.XPersistentProperties.CB

getPassword

public waggle.core.password.XPassword getPassword(String name)
Specified by:
getPassword in interface waggle.core.properties.XPersistentProperties.CB

getNames

public Collection<String> getNames()
Specified by:
getNames in interface waggle.core.properties.XPersistentProperties.CB

getNames

public Collection<String> getNames(String prefix)
Specified by:
getNames in interface waggle.core.properties.XPersistentProperties.CB

setString

public void setString(String name,
                      String value)
Specified by:
setString in interface waggle.core.properties.XPersistentProperties.CB

setPassword

public void setPassword(String name,
                        waggle.core.password.XPassword password)
Specified by:
setPassword in interface waggle.core.properties.XPersistentProperties.CB

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.