|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalHost | |
---|---|
groovyx.gpars.remote | This package holds classes implementing the remote actors functionality. |
groovyx.gpars.remote.netty | This package holds implementation-specific classes implementing the remote actors functionality on top of Netty. |
Uses of LocalHost in groovyx.gpars.remote |
---|
Fields in groovyx.gpars.remote declared as LocalHost | |
---|---|
private LocalHost |
LocalNode.localHost
|
private LocalHost |
RemoteConnection.localHost
|
Fields in groovyx.gpars.remote with type parameters of type LocalHost | |
---|---|
static java.util.Set<LocalHost> |
LocalHostRegistry.localHosts
|
Methods in groovyx.gpars.remote that return LocalHost | |
---|---|
LocalHost |
RemoteHost.getLocalHost()
|
Methods in groovyx.gpars.remote with parameters of type LocalHost | |
---|---|
static void |
LocalHostRegistry.addLocalHost(LocalHost localHost)
|
void |
LocalNode.connect(LocalHost provider)
|
static void |
LocalHostRegistry.removeLocalHost(LocalHost localHost)
|
Constructors in groovyx.gpars.remote with parameters of type LocalHost | |
---|---|
LocalNode(LocalHost provider)
|
|
LocalNode(LocalHost provider,
java.lang.Runnable runnable)
|
|
RemoteConnection(LocalHost provider)
|
|
RemoteHost(LocalHost localHost,
java.util.UUID hostId)
|
Uses of LocalHost in groovyx.gpars.remote.netty |
---|
Subclasses of LocalHost in groovyx.gpars.remote.netty | |
---|---|
class |
NettyTransportProvider
Transport provider using Netty |
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |