|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jonas.antmodular.jonasbase.bootstrap.Tasks
org.ow2.jonas.antmodular.cmi.Cmi
public class Cmi
Defines properties for cmi service.
| Field Summary | |
|---|---|
static String |
JGROUPS_CMI_CONF_FILE
Name of JGroups CMI configuration file. |
| Constructor Summary | |
|---|---|
Cmi()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
setMcastAddr(String mcastAddr)
Set mcastAddr for CMI. |
void |
setMcastPort(String mcastPort)
Set mcastPort for CMI. |
void |
setReplicationEnabled(boolean replicationEnabled)
Set if the replication is enabled. |
| Methods inherited from class org.ow2.jonas.antmodular.jonasbase.bootstrap.Tasks |
|---|
addTask, addTasks, addTasks, getTasks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String JGROUPS_CMI_CONF_FILE
| Constructor Detail |
|---|
public Cmi()
| Method Detail |
|---|
public void setMcastAddr(String mcastAddr)
mcastAddr - multicast addresspublic void setMcastPort(String mcastPort)
mcastPort - multicast portpublic void setReplicationEnabled(boolean replicationEnabled)
replicationEnabled - true if the replication is enabled
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||