Uses of Class
fr.dyade.aaa.common.stream.Properties
-
Packages that use Properties Package Description com.scalagent.joram.mom.dest.collector fr.dyade.aaa.common.stream org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents.org.objectweb.joram.shared.messages Theorg.objectweb.joram.shared.messagespackage provides the implementation classes of the messages routed by the MOM. -
-
Uses of Properties in com.scalagent.joram.mom.dest.collector
Methods in com.scalagent.joram.mom.dest.collector with parameters of type Properties Modifier and Type Method Description private static byte[]URLAcquisition. getResource(String spec, Properties prop)get the file. -
Uses of Properties in fr.dyade.aaa.common.stream
Methods in fr.dyade.aaa.common.stream that return Properties Modifier and Type Method Description static PropertiesProperties. readFrom(InputStream is)The object implements the readFrom method to restore its contents from the input stream.static PropertiesStreamUtil. readPropertiesFrom(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 Modifier and Type Method Description static voidStreamUtil. writeTo(Properties p, OutputStream os)This method allows to write a Properties object to the output stream. -
Uses of Properties in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest that return Properties Modifier and Type Method Description (package private) abstract PropertiesDestination. getStats()protected PropertiesQueue. getStats()protected PropertiesTopic. getStats()Methods in org.objectweb.joram.mom.dest with parameters of type Properties Modifier and Type Method Description private static PropertiesAcquisitionModule. transform(Properties properties) -
Uses of Properties in org.objectweb.joram.mom.notifications
Fields in org.objectweb.joram.mom.notifications declared as Properties Modifier and Type Field Description (package private) PropertiesPongNot. statsConstructors in org.objectweb.joram.mom.notifications with parameters of type Properties Constructor Description PongNot(Properties stats) -
Uses of Properties in org.objectweb.joram.shared.messages
Fields in org.objectweb.joram.shared.messages declared as Properties Modifier and Type Field Description PropertiesMessage. propertiesThe message properties table.
-