|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceProperties
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
getProperty(java.lang.String name)
Get property as an Object. |
byte[] |
getPropertyBytes(java.lang.String name)
Get property name as byte[]. |
java.util.Enumeration |
getPropertyNames()
Get property names. |
java.lang.String |
getPropertyString(java.lang.String name)
Get property name as String. |
int |
hashCode()
|
java.lang.Object |
setProperty(java.lang.String name,
java.lang.Object value)
Set property as Object. |
java.lang.Object |
setPropertyBytes(java.lang.String name,
byte[] value)
Set property as byte []. |
java.lang.Object |
setPropertyString(java.lang.String name,
java.lang.String value)
Set property as String. |
int |
size()
|
Method Detail |
---|
java.util.Enumeration getPropertyNames()
null
.java.lang.String getPropertyString(java.lang.String name)
name
- the name of the property to return. Must not be null
.
null
if property does
not exist.byte[] getPropertyBytes(java.lang.String name)
name
- the name of the property to return. Must not be null
.
null
if property does
not exist.java.lang.Object getProperty(java.lang.String name)
null
if there is no property by that
name.
name
- the name of the property to return. Must not be null
.
null
if there is no
property of given name.java.lang.Object setPropertyString(java.lang.String name, java.lang.String value)
name
- the property name of the property. Must not be null
.value
- the property value to associated with the name. Must not be
null
.
null
if not previously in properties.java.lang.Object setPropertyBytes(java.lang.String name, byte[] value)
name
- the property name of the property. Must not be null.value
- the property value to associated with the name. Must not be
null.
java.lang.Object setProperty(java.lang.String name, java.lang.Object value)
name
- the property name of the property. Must not be null.value
- the property value to associated with the name. Must not be
null.
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(Object)
int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
int size()
Dictionary.size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |