org.oddjob.jmx.client
Interface ClientHandlerResolver<T>

Type Parameters:
T - The type of the ClientInterfaceHandlerFactory found.
All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleHandlerResolver, VanillaHandlerResolver

public interface ClientHandlerResolver<T>
extends Serializable

Able to create a ClientInterfaceHandlerFactory. Instances of this will be sent across the wire to allow the client to access the factory needed to create the client handler.

Author:
rob

Method Summary
 ClientInterfaceHandlerFactory<T> resolve(ClassResolver classResolver)
          Provide the factory.
 

Method Detail

resolve

ClientInterfaceHandlerFactory<T> resolve(ClassResolver classResolver)
Provide the factory.

Parameters:
classResolver - Allows resolver to find the class.
Returns: