A C F G L M P R S

A

addMessageHeader(String, String) - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
addMessageHeader(String, String) - Method in interface fr.imag.adele.service.mailio.ConfigMBean
set the value of a message header

C

ConfigMBean - interface fr.imag.adele.service.mailio.ConfigMBean.
The MBean interface provides a service for configuring the instance with a JMX bundle
Configuration - class fr.imag.adele.bundle.util.config.Configuration.
configuration utility
Configuration() - Constructor for class fr.imag.adele.bundle.util.config.Configuration
 
createConnection(String, int, boolean) - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 

F

fr.imag.adele.bundle.mailio.impl - package fr.imag.adele.bundle.mailio.impl
 
fr.imag.adele.bundle.util.config - package fr.imag.adele.bundle.util.config
 
fr.imag.adele.service.mailio - package fr.imag.adele.service.mailio
 

G

getHashtable(Properties, String) - Static method in class fr.imag.adele.bundle.util.config.Configuration
builds a hashtable from properties. the key list is in the property keyListPropertyName
Example getHashtable(props,"keylist") returns a hashtable with 3 key-value entry keylist=bar;bubba;foo bar=BAR foo=1.5;float bubba=100;int
getMap(Properties, String) - Static method in class fr.imag.adele.bundle.util.config.Configuration
builds a map from properties. the key list is in the property keyListPropertyName
Example getMap(props,"keylist") returns a hashtable with 3 key-value entry keylist=bar;bubba;foo bar=BAR foo=1.5;float bubba=100;int
getMessageHeader(String) - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
getMessageHeader(String) - Method in interface fr.imag.adele.service.mailio.ConfigMBean
get the value of a message header
getMessageHeaderNames() - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
getMessageHeaderNames() - Method in interface fr.imag.adele.service.mailio.ConfigMBean
get the names of the message headers
getSmtpHost() - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
getSmtpHost() - Method in interface fr.imag.adele.service.mailio.ConfigMBean
get the current smtp host
getSmtpPort() - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
getSmtpPort() - Method in interface fr.imag.adele.service.mailio.ConfigMBean
get the current smtp port
getTrace() - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
getTrace() - Method in interface fr.imag.adele.service.mailio.ConfigMBean
get the trace
getVector(Properties, String) - Static method in class fr.imag.adele.bundle.util.config.Configuration
builds a (ordered) vector from properties. the index list is in the property keyListPropertyName
Example getVector(props,"tab") returns a 4 elements vector (tab.5 is ignored since tab.4 does not exist) tab.0=bar tab.1=foo tab.2=1.5;float tab.3=100;int tab.5=10000;long

L

loadProperties(String) - Static method in class fr.imag.adele.bundle.util.config.Configuration
loads properties from a file
loadProperties(InputStream) - Static method in class fr.imag.adele.bundle.util.config.Configuration
loads properties from a input stream

M

MailConnectionFactory - class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory.
 
MailConnectionFactory() - Constructor for class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 

P

printProperties(PrintStream, Properties) - Static method in class fr.imag.adele.bundle.util.config.Configuration
print properties in a printwriter

R

reset() - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
reset() - Method in interface fr.imag.adele.service.mailio.ConfigMBean
reset the configuration

S

setSmtpHost(String) - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
setSmtpHost(String) - Method in interface fr.imag.adele.service.mailio.ConfigMBean
set the smtp host
setSmtpPort(int) - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
setSmtpPort(int) - Method in interface fr.imag.adele.service.mailio.ConfigMBean
set the smtp port
setTrace(boolean) - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
setTrace(boolean) - Method in interface fr.imag.adele.service.mailio.ConfigMBean
set the trace
start(BundleContext) - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 
stop(BundleContext) - Method in class fr.imag.adele.bundle.mailio.impl.MailConnectionFactory
 

A C F G L M P R S