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.

Method Summary
 ServerInterfaceManagerFactory getInterfaceManagerFactory()
           
 String getLogFormat()
          Getter for log format.
 ServerId getServerId()
           
 ThreadManager getThreadManager()
           
 

Method Detail

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.