public final class RemoteServer extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoteServer.Association |
class |
RemoteServer.IncomingInvocation |
class |
RemoteServer.IncomingSessionOpen |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.remoting3.OpenListener |
createOpenListener(Function<RemoteServer,RemoteServer.Association> associationFactory) |
void |
writeClusterRemoval(List<String> nodeNames) |
void |
writeClusterTopologyUpdate(Object topology) |
public static org.jboss.remoting3.OpenListener createOpenListener(Function<RemoteServer,RemoteServer.Association> associationFactory)
public void writeClusterTopologyUpdate(Object topology) throws IOException
IOExceptionpublic void writeClusterRemoval(List<String> nodeNames) throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.