|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.Module
org.mmbase.module.ProcessorModule
org.mmbase.module.RemoteMMCI
RemoteMMCI is a MMBase module that starts a Remote Method Invocation registry and binds a remote MMCI context to the server. Look a rmmci.xml for configuration options. Note that in the configuration of mmbaseroot.xml the host should be a valid host address if the RMIRegistryServer in rmmci.xml is no set.
| Field Summary | |
static java.lang.String |
DEFAULT_BIND_NAME
DEFAULT_BIND_NAME = "remotecontext" |
static int |
DEFAULT_RMIREGISTRY_PORT
DEFAULT_RMIREGISTRY_PORT = 1111 |
| Constructor Summary | |
RemoteMMCI()
|
|
| Method Summary | |
void |
init()
Method called by MMBase at startup it calls the createRemoteMMCI based on the rmmci.xml configuration |
protected void |
shutdown()
unbinds the object bound to the registry in order to try to stop the registry this usualy fails(the regsitry keeps running and prevents the webapp to shuwdown) |
| Methods inherited from class org.mmbase.module.ProcessorModule |
cacheCheck, getList, getListBuilder, getNodeList, onload, process, reload, replace, replace, unload |
| Methods inherited from class org.mmbase.module.Module |
getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModuleInfo, getModules, getName, getProperties, getProperty, getVersion, hasStarted, loadModulesFromDisk, maintainance, setInitParameter, setMaintainer, setName, setVersion, shutdownModules, startModule, startModules, state |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DEFAULT_RMIREGISTRY_PORT
public static final java.lang.String DEFAULT_BIND_NAME
| Constructor Detail |
public RemoteMMCI()
| Method Detail |
public void init()
init in class ProcessorModuleprotected void shutdown()
shutdown in class Module
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||