org.oddjob.jmx.server
Interface ServerInterfaceManagerFactory
- All Known Implementing Classes:
- ServerInterfaceManagerFactoryImpl
public interface ServerInterfaceManagerFactory
Something that can create ServerInterfaceManager
s.
- Author:
- rob
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: