Uses of Class
org.objectweb.carol.cmi.ServerConfigException

Packages that use ServerConfigException
org.objectweb.carol.cmi   
 

Uses of ServerConfigException in org.objectweb.carol.cmi
 

Methods in org.objectweb.carol.cmi that throw ServerConfigException
static DistributedEquiv DistributedEquiv.start()
          The first one which calls this method starts the DistributedEquiv system.
 void DistributedEquiv.stop()
          Terminate the Distributed Equivalent System
static java.lang.ClassLoader DistributedEquiv.getLocalCLByKey(java.io.Serializable key)
          Get the local class loader associated with the key - is only set if the remote object was bound locally
static void DistributedEquiv.putLocalCLByKey(java.io.Serializable key, java.lang.ClassLoader cl)
          Put the local class loader associated with the key in the classloader cache
static void DistributedEquiv.removeLocalCLByKey(java.io.Serializable key)
          Remove the entry associated with the key in the local class loader cache
static ObjectIdFactory DistributedEquiv.getOidFactory()
           
static void ObjectIdFactory.main(java.lang.String[] args)
          For test only.
protected static void MBeanUtils.initMBeanServer()
          Init MBeanServer
static javax.management.MBeanServer MBeanUtils.getMBeanServer()
          Get the MBean server
static Registry Naming.getRegistry()
          For intra JVM access
static org.objectweb.carol.cmi.RegistryInternal RegistryImpl.getRegistry()
          Get a reference to the current registry
static void ServerConfig.setProperties(java.util.Properties pr)
          Intializes the CMI runtime configuration.
static ServerIdFactory ServerIdFactory.getServerIdFactory()
          Get the factory
static ClusterId ServerIdFactory.getServerId()
          Get the local cluster Id.