Package org.oddjob.jmx.server
Interface ServerInterfaceManagerFactory
- All Known Implementing Classes:
ServerInterfaceManagerFactoryImpl
public interface ServerInterfaceManagerFactory
Something that can create
ServerInterfaceManagers.- Author:
- rob
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Object target, ServerSideToolkit serverSideToolkit) Create aServerInterfaceManagerfor the given object.
-
Method Details
-
create
Create aServerInterfaceManagerfor the given object.- Parameters:
target- The object that needs a manager.serverSideToolkit- The toolkit used for creation of the manager.- Returns:
- A ServerInterfaceManager. Never null.
-