Package | Description |
---|---|
org.objectweb.carol.cmi |
Modifier and Type | Method and Description |
---|---|
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 javax.management.MBeanServer |
MBeanUtils.getMBeanServer()
Get the MBean server
|
static ObjectIdFactory |
DistributedEquiv.getOidFactory() |
static Registry |
Naming.getRegistry()
For intra JVM access
|
static org.objectweb.carol.cmi.RegistryInternal |
RegistryImpl.getRegistry()
Get a reference to the current registry
|
static ClusterId |
ServerIdFactory.getServerId()
Get the local cluster Id.
|
static ServerIdFactory |
ServerIdFactory.getServerIdFactory()
Get the factory
|
protected static void |
MBeanUtils.initMBeanServer()
Init MBeanServer
|
static void |
ObjectIdFactory.main(java.lang.String[] args)
For test only.
|
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 void |
ServerConfig.setProperties(java.util.Properties pr)
Intializes the CMI runtime configuration.
|
static DistributedEquiv |
DistributedEquiv.start()
The first one which calls this method starts the DistributedEquiv system.
|
void |
DistributedEquiv.stop()
Terminate the Distributed Equivalent System
|