public class JGroupsConfiguration
extends java.lang.Object
Constructor and Description |
---|
JGroupsConfiguration()
Create a new JGroupsConfiguration.
|
Modifier and Type | Method and Description |
---|---|
org.jgroups.JChannel |
getChannel()
Get the channel.
|
java.lang.String |
getConfiguration()
Get the configuration.
|
void |
setConfiguration(java.lang.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 java.lang.Throwable
java.lang.Throwable
- in case of errorpublic void stop() throws java.lang.Throwable
java.lang.Throwable
- in case of errorpublic final java.lang.String getConfiguration()
public final void setConfiguration(java.lang.String configuration)
configuration
- The configuration to set.public final org.jgroups.JChannel getChannel()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)