public abstract class AbstractGroup extends Object implements Group
| Constructor and Description |
|---|
AbstractGroup(URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close the group.
|
URL |
getUrl()
get group url.
|
Peer |
join(URL url,
ChannelHandler handler)
join.
|
void |
leave(URL url)
leave.
|
public AbstractGroup(URL url)
public void close()
Grouppublic Peer join(URL url, ChannelHandler handler) throws RemotingException
Groupjoin in interface GroupRemotingExceptionpublic void leave(URL url) throws RemotingException
Groupleave in interface GroupRemotingExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.