|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RMIConfigurationException | |
org.objectweb.carol.cmi | |
org.objectweb.carol.util.configuration |
Uses of RMIConfigurationException in org.objectweb.carol.cmi |
Methods in org.objectweb.carol.cmi that throw RMIConfigurationException | |
static void |
Config.setProperties(java.util.Properties pr)
Set properties |
Uses of RMIConfigurationException in org.objectweb.carol.util.configuration |
Methods in org.objectweb.carol.util.configuration that throw RMIConfigurationException | |
static void |
CarolConfiguration.init()
init the Carol configuration, A server can call this static method for instantiate the carol communication layer |
static void |
CarolConfiguration.init(org.objectweb.util.monolog.api.LoggerFactory lf)
init the Carol configuration, A server can call this static method for instantiate the carol communication layer |
static RMIConfiguration |
CarolConfiguration.getRMIConfiguration(java.lang.String name)
Get a RMI environment with his architecture name |
static java.util.Hashtable |
CarolConfiguration.getAllRMIConfiguration()
Get all RMI environment |
static RMIConfiguration |
CarolConfiguration.getDefaultProtocol()
Get the default rmi |
static void |
CarolConfiguration.loadCarolConfiguration()
This method read all the the orbX.properties, jndiX.properties file for protocols configurations |
static void |
CarolConfiguration.loadCarolConfiguration(java.util.Properties allProps)
This method read a carol configuration from a Properties object |
static void |
CarolConfiguration.addInterceptors(java.lang.String protocolName,
java.lang.String interceptorInitializer)
Add interceptors facility for protocols |
Constructors in org.objectweb.carol.util.configuration that throw RMIConfigurationException | |
RMIConfiguration(java.lang.String name,
java.util.Properties carolProperties)
Constructor, This constructor make a validation of the properties |
|
CarolConfiguration()
Constructor Read the communication context |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |