
public class JGroupsConfiguration extends Object
| Constructor and Description |
|---|
JGroupsConfiguration()
Create a new JGroupsConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
org.jgroups.JChannel |
getChannel()
Get the channel.
|
String |
getConfiguration()
Get the configuration.
|
void |
setConfiguration(String configuration)
Set the configuration.
|
void |
start()
Start method for bean lifecycle
|
void |
stop()
Stop method for bean lifecycle
|
public JGroupsConfiguration()
public void start()
throws Throwable
Throwable - in case of errorpublic void stop()
throws Throwable
Throwable - in case of errorpublic final String getConfiguration()
public final void setConfiguration(String configuration)
configuration - The configuration to set.public final org.jgroups.JChannel getChannel()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)