org.clazzes.remoting.server
Interface ServerRegistry
- All Superinterfaces:
- Broadcastable, ClientTerminationListener
public interface ServerRegistry
- extends ClientTerminationListener, Broadcastable
This interface is implemented by the server and is used by the
server-side connection handler to put back a terminated connection
- Author:
- wglas
getInvocationHandler
InvocationHandler getInvocationHandler(java.lang.String subSystem)
- Parameters:
subSystem
- The name of the subsystem to issue a query on.
- Returns:
- The invocation handler for the given subsystem.
getMarshalClassLoader
java.lang.ClassLoader getMarshalClassLoader()
- Returns:
- The class loader used for marshaling.
Copyright © 2010. All Rights Reserved.