public class JGroupsLockClusterService extends org.apache.camel.impl.cluster.AbstractCamelClusterService<JGroupsLockClusterView>
Constructor and Description |
---|
JGroupsLockClusterService() |
JGroupsLockClusterService(String jgroupsConfig,
String jgroupsClusterName) |
Modifier and Type | Method and Description |
---|---|
protected JGroupsLockClusterView |
createView(String namespace) |
String |
getJgroupsClusterName() |
String |
getJgroupsConfig() |
void |
setJgroupsClusterName(String jgroupsClusterName) |
void |
setJgroupsConfig(String jgroupsConfig) |
doStart, doStop, getAttributes, getCamelContext, getId, getNamespaces, getOrder, getView, isLeader, releaseView, setAttribute, setAttributes, setCamelContext, setId, setOrder, startView, stopView
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
protected JGroupsLockClusterView createView(String namespace) throws Exception
createView
in class org.apache.camel.impl.cluster.AbstractCamelClusterService<JGroupsLockClusterView>
Exception
public String getJgroupsConfig()
public void setJgroupsConfig(String jgroupsConfig)
public String getJgroupsClusterName()
public void setJgroupsClusterName(String jgroupsClusterName)
Apache Camel