|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.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 to the server. Look a rmmci.xml for configuration options. Note 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 |
| Methods inherited from class org.mmbase.module.ProcessorModule |
cacheCheck, getList, getListBuilder, getNodeList, onload, process, reload, replace, replace, shutdown, unload |
| Methods inherited from class org.mmbase.module.Module |
getClassName, getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModuleInfo, getModules, getName, getProperties, getProperty, getVersion, hasStarted, loadModulesFromDisk, maintainance, setClassName, 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 ProcessorModule
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||