|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
---|---|
jgroup.arm | This package contains the implementation of the Autonomous Replication Management (ARM) framework. |
jgroup.core | |
jgroup.relacs.config | |
jgroup.relacs.daemon | |
jgroup.relacs.mss | |
jgroup.relacs.registry | |
jgroup.util |
Uses of ConfigurationException in jgroup.arm |
---|
Constructors in jgroup.arm that throw ConfigurationException | |
---|---|
ExecDaemon()
|
Uses of ConfigurationException in jgroup.core |
---|
Methods in jgroup.core that throw ConfigurationException | |
---|---|
static void |
ConfigManager.configureLogging()
Method to set up log directory, and initialize the Log4j configuration. |
static void |
ConfigManager.init()
Invoked to initialize various system configuration variables required by Jgroup/ARM. |
static void |
ConfigManager.init(java.lang.String urlConfig)
Helper method to parse a specified configuration file instead of the system configured default. |
Uses of ConfigurationException in jgroup.relacs.config |
---|
Methods in jgroup.relacs.config that throw ConfigurationException | |
---|---|
static AppConfig |
AppConfig.addApplication(java.lang.String regname,
java.lang.String classname,
java.lang.String args,
int group,
boolean inExecJVM)
Augment the system with an additional application. |
static void |
AppConfig.addApplications(AppConfig[] apps)
Add the given set of applications to the static maps. |
void |
AppConfig.addParam(java.lang.String name,
java.lang.String value)
Add the given name-value pair to the internal parameter map. |
void |
AppConfig.addService(java.lang.String serviceName)
Add the given service to the protocol stack for this application. |
static boolean |
ConfigParser.getBooleanAttrib(org.w3c.dom.Element elm,
java.lang.String attrib,
boolean required)
|
java.lang.Class |
ServiceConfig.getInterface()
|
java.lang.Class |
ServiceConfig.getListener()
|
static java.lang.Class |
ServiceConfig.getListenerIface(java.lang.String serviceName)
|
static ServiceConfig |
ServiceConfig.getService(java.lang.String serviceName)
|
static java.lang.Class |
ServiceConfig.getServiceIface(java.lang.String serviceName)
|
static void |
LayerConfig.initializeLayers()
Check that layer dependencies are satisfied, and prepare for construction the layers given in the service set. |
boolean |
ServiceConfig.isMarker()
Returns true if the listener interface is a marker (empty) interface; otherwise false is returned. |
void |
BootstrapRegistryConfig.parse(org.w3c.dom.Element elm)
Parses the specified element. |
void |
ServiceConfig.parse(org.w3c.dom.Element elm)
Parses the specified element. |
void |
LayerConfig.parse(org.w3c.dom.Element elm)
Parses the specified element. |
void |
ClientsConfig.parse(org.w3c.dom.Element elm)
Parses the specified element. |
void |
AppConfig.parse(org.w3c.dom.Element elm)
Parses the specified element. |
void |
DistributedSystemConfig.parse(org.w3c.dom.Element elm)
Parses the specified element. |
void |
ConfigurationObject.parse(org.w3c.dom.Element elm)
Parses the specified element. |
void |
TransportConfig.parse(org.w3c.dom.Element elm)
Parses the specified element. |
static void |
ConfigParser.parse(java.lang.String urlConfig)
The same as parse(urlConfig, false) . |
static void |
ConfigParser.parse(java.lang.String urlConfig,
boolean parseAgain)
Parses the file obtained from the specified URL and inserts in an internal map, associations from class literals of configuration objects to configuration object instances. |
void |
AppConfig.setRecoveryStrategy(java.lang.String strategy)
Sets the recovery strategy for this application. |
void |
AppConfig.setRedundancy(int minimal,
int initial)
Set the minimal and initial redundancy for this application. |
void |
AppConfig.setServiceSet(java.lang.String stackOrder)
Set the service set or stack order for this application. |
Constructors in jgroup.relacs.config that throw ConfigurationException | |
---|---|
ServiceConfig(java.lang.String iface)
Constructs a service config object without listener interface. |
|
ServiceConfig(java.lang.String iface,
java.lang.String listener)
Constructs a service info object. |
Uses of ConfigurationException in jgroup.relacs.daemon |
---|
Methods in jgroup.relacs.daemon that throw ConfigurationException | |
---|---|
static Daemon |
Daemon.createDaemon(TransportConfig conf)
Create a daemon object on the local host. |
Uses of ConfigurationException in jgroup.relacs.mss |
---|
Methods in jgroup.relacs.mss that throw ConfigurationException | |
---|---|
void |
HostTable.insert(MssHost host)
Inserts host host in the table, unless an host with the same key
is already in the table. |
Constructors in jgroup.relacs.mss that throw ConfigurationException | |
---|---|
Mss(MssUser mssuser,
DistributedSystemConfig dsc,
TransportConfig tconf)
Constructs a new Mss object. |
|
MssHost(TransportConfig config,
EndPoint hostEndPoint,
jgroup.relacs.mss.NI ni,
jgroup.relacs.mss.Cluster cluster,
EventHandler ehandler)
Builds a host object identified by hostEndPoint . |
Uses of ConfigurationException in jgroup.relacs.registry |
---|
Constructors in jgroup.relacs.registry that throw ConfigurationException | |
---|---|
RegistryImpl()
Creates and exports a dependable registry replica on the local host that listen to incoming requests on an anonymous communication port. |
|
RegistryImpl(GroupManager gm)
Special constructor for creating the dependable registry as part of another group (e.g., the replication manager group). |
|
RegistryImpl(GroupManager gm,
java.rmi.server.RMIClientSocketFactory csf,
java.rmi.server.RMIServerSocketFactory ssf)
Creates and exports a dependable registry replica on the local host that listen to incoming requests on the port specified within the configuration object. |
|
RegistryImpl(java.rmi.server.RMIClientSocketFactory csf,
java.rmi.server.RMIServerSocketFactory ssf)
Creates and exports a dependable registry replica on the local host that listen to incoming requests on the port specified within the configuration object. |
Uses of ConfigurationException in jgroup.util |
---|
Methods in jgroup.util that throw ConfigurationException | |
---|---|
static void |
MsgFactory.initMsgFactory(int payload,
int numOfHosts,
int numOfClusters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |