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

Method Summary
 InvocationHandler getInvocationHandler(java.lang.String subSystem)
           
 java.lang.ClassLoader getMarshalClassLoader()
           
 
Methods inherited from interface org.clazzes.remoting.server.ClientTerminationListener
clientTerminated
 
Methods inherited from interface org.clazzes.remoting.Broadcastable
broadcast
 

Method Detail

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.