Package org.wildfly.naming.client.remote
Class RemoteNamingService
- java.lang.Object
-
- org.wildfly.naming.client.remote.RemoteNamingService
-
public class RemoteNamingService extends Object
A class used to register a naming channel open listener.- Author:
- Farah Juma
-
-
Constructor Summary
Constructors Constructor Description RemoteNamingService(Context localContext)RemoteNamingService(Context localContext, Function<String,Boolean> classResolverFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextgetLocalContext()voidstart(org.jboss.remoting3.Endpoint endpoint)voidstop()
-
-
-
Method Detail
-
start
public void start(org.jboss.remoting3.Endpoint endpoint) throws IOException- Throws:
IOException
-
stop
public void stop() throws IOException- Throws:
IOException
-
getLocalContext
public Context getLocalContext()
-
-