Uses of Class
fr.dyade.aaa.common.stream.Properties

Packages that use Properties
com.scalagent.joram.mom.dest.collector   
fr.dyade.aaa.common.stream   
org.objectweb.joram.mom.dest The org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. 
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 com.scalagent.joram.mom.dest.collector
 

Methods in com.scalagent.joram.mom.dest.collector with parameters of type Properties
private static byte[] URLAcquisition.getResource(java.lang.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
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.mom.dest
 

Methods in org.objectweb.joram.mom.dest with parameters of type Properties
private static java.util.Properties DistributionModule.transform(Properties properties)
           
private static java.util.Properties AcquisitionModule.transform(Properties properties)
           
 

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.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.