@Deprecated public class GroupTopic extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
static void |
closeAll()
Deprecated.
|
static GroupTopic |
create(String topic,
String stackProperties)
Deprecated.
Call only once for a topic otherwise else receiver argument will not be accoutned for!
|
org.jgroups.ReceiverAdapter |
getAdapter()
Deprecated.
|
org.jgroups.JChannel |
getChannel()
Deprecated.
|
String |
getTopicName()
Deprecated.
|
void |
sendMessage(Object obj)
Deprecated.
|
void |
setAdapter(org.jgroups.ReceiverAdapter adapter)
Deprecated.
|
public String getTopicName()
public org.jgroups.JChannel getChannel()
public org.jgroups.ReceiverAdapter getAdapter()
public void setAdapter(org.jgroups.ReceiverAdapter adapter)
public static GroupTopic create(String topic, String stackProperties) throws Exception
Exceptionpublic void close()
public static void closeAll()
Copyright © 2014 LSST. All rights reserved.