|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Properties | |
---|---|
fr.dyade.aaa.common.stream | |
org.objectweb.joram.shared.messages | The org.objectweb.joram.shared.messages package provides the implementation classes of the messages routed by the MOM. |
Uses of Properties in fr.dyade.aaa.common.stream |
---|
Methods in fr.dyade.aaa.common.stream that return Properties | |
---|---|
static Properties |
Properties.readFrom(java.io.InputStream is)
The object implements the readFrom method to restore its contents from the input stream. |
static Properties |
StreamUtil.readPropertiesFrom(java.io.InputStream is)
This method allows to restore a Properties object from the input stream. |
Methods in fr.dyade.aaa.common.stream with parameters of type Properties | |
---|---|
static void |
StreamUtil.writeTo(Properties p,
java.io.OutputStream os)
This method allows to write a Properties object to the output stream. |
Uses of Properties in org.objectweb.joram.shared.messages |
---|
Fields in org.objectweb.joram.shared.messages declared as Properties | |
---|---|
Properties |
Message.optionalHeader
Table holding header fields that may be required by particular clients (such as JMS clients). |
Properties |
Message.properties
The message properties table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |