org.oddjob.jmx.server
Interface ServerInterfaceManagerFactory

All Known Implementing Classes:
ServerInterfaceManagerFactoryImpl

public interface ServerInterfaceManagerFactory

Something that can create ServerInterfaceManagers.

Author:
rob

Method Summary
 ServerInterfaceManager create(Object target, ServerSideToolkit serverSideToolkit)
          Create a ServerInterfaceManager for the given object.
 

Method Detail

create

ServerInterfaceManager create(Object target,
                              ServerSideToolkit serverSideToolkit)
Create a ServerInterfaceManager for the given object.

Parameters:
target - The object that needs a manager.
serverSideToolkit - The toolkit used for creation of the manager.
Returns: