Appia Documentation

Uses of Class
net.sf.appia.xml.utils.ChannelProperties

Packages that use ChannelProperties
net.sf.appia.xml Contains the core classes that provide support for XML in Appia. 
net.sf.appia.xml.templates Provides the classes that hold the templates used in the core classes of XML support. 
net.sf.appia.xml.utils Provides several utility classes to support XML core classes. 
 

Uses of ChannelProperties in net.sf.appia.xml
 

Methods in net.sf.appia.xml with parameters of type ChannelProperties
 Channel Configuration.createChannel(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, EventScheduler eventScheduler, MemoryManager mm, JMXConfiguration jmxConfig, java.lang.String msgFactory)
          Creates a channel based on a chosen template with the given parameters.
 Channel Configuration.createChannel(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, MemoryManager mm, boolean managed, java.lang.String msgFactory)
          Creates a channel based on a chosen template with the given parameters.
static Channel AppiaXML.createChannel(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, MemoryManager mm, java.lang.String messageFactory)
          Creates a channel based on a chosen template with the given parameters.
static Channel AppiaXML.createChannel(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, java.lang.String messageFactory)
          Creates a channel based on a chosen template with the given parameters.
 Channel AppiaXML.instanceCreateChannel(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, boolean managed, java.lang.String messageFactory)
          Auxiliary method.
 Channel AppiaXML.instanceCreateChannel(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, MemoryManager mm, boolean managed, java.lang.String messageFactory)
          Auxiliary method.
 Channel AppiaXML.instanceCreateChannel(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, MemoryManager mm, java.lang.String messageFactory)
          Auxiliary method.
 Channel AppiaXML.instanceCreateChannel(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, java.lang.String messageFactory)
          Auxiliary method.
 void Configuration.storeChannel(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, MemoryManager mm, boolean managed, java.lang.String msgFact)
          Stores all the information of a channel.
 

Uses of ChannelProperties in net.sf.appia.xml.templates
 

Methods in net.sf.appia.xml.templates with parameters of type ChannelProperties
 Channel ChannelTemplate.createChannel(java.lang.String name, java.lang.String label, ChannelProperties params, java.util.Hashtable globalSessions, java.util.Hashtable labelSessions, EventScheduler eventScheduler, MemoryManager memoryManager, JMXConfiguration jmxConfig)
          Creates a channel.
 

Uses of ChannelProperties in net.sf.appia.xml.utils
 

Methods in net.sf.appia.xml.utils that return ChannelProperties
 ChannelProperties ChannelInfo.getParams()
           
 

Methods in net.sf.appia.xml.utils with parameters of type ChannelProperties
 void ChannelInfo.setParams(ChannelProperties params)
           
 

Constructors in net.sf.appia.xml.utils with parameters of type ChannelProperties
ChannelInfo(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, MemoryManager memoryManager, java.lang.String msgFact)
          Builds a ChannelInfo object.
ChannelInfo(java.lang.String name, java.lang.String templateName, java.lang.String label, ChannelProperties params, boolean initialized, java.lang.String msgFact)
          Builds a ChannelInfo object.
 


Appia Documentation

COPYRIGHT 2006-2009, University of Lisbon and INESC-ID
For updates and related information please see Appia Home Page
Send questions, sugestions or remarks to the appia-users mailing list