public class RemoteNamingService extends Object
| Constructor and Description |
|---|
RemoteNamingService(Context localContext,
Executor executor) |
RemoteNamingService(Context localContext,
Executor executor,
RemoteNamingServerLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
getExecutor() |
Context |
getLocalContext() |
RemoteNamingServerLogger |
getLogger() |
void |
start(org.jboss.remoting3.Endpoint endpoint) |
void |
stop() |
public RemoteNamingService(Context localContext, Executor executor, RemoteNamingServerLogger logger)
public void start(org.jboss.remoting3.Endpoint endpoint)
throws IOException
IOExceptionpublic void stop()
throws IOException
IOExceptionpublic Context getLocalContext()
public Executor getExecutor()
public RemoteNamingServerLogger getLogger()
Copyright © 2019 JBoss by Red Hat. All Rights Reserved.