org.oddjob.jmx.server
Interface ServerModel
- All Known Implementing Classes:
- ServerModelImpl
public interface ServerModel
Collects properties of the server in one place.
- Author:
- Rob Gordon.
getServerId
ServerId getServerId()
- Returns:
- Returns the uniqueId.
getThreadManager
ThreadManager getThreadManager()
- Returns:
- Returns the threadManager.
getInterfaceManagerFactory
ServerInterfaceManagerFactory getInterfaceManagerFactory()
- Returns:
- Returns the interfaceManagerFactory.
getLogFormat
String getLogFormat()
- Getter for log format.
- Returns:
- The log format.