This closes #224 on channel methods through JGroups config
This commit is contained in:
commit
391db0b015
|
@ -30,6 +30,16 @@ public class ChannelBroadcastEndpointFactory implements BroadcastEndpointFactory
|
||||||
this.channelName = channelName;
|
this.channelName = channelName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public JChannel getChannel()
|
||||||
|
{
|
||||||
|
return channel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getChannelName()
|
||||||
|
{
|
||||||
|
return channelName;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public BroadcastEndpoint createBroadcastEndpoint() throws Exception
|
public BroadcastEndpoint createBroadcastEndpoint() throws Exception
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue