org.oddjob.jmx.server
Interface ServerContext
- All Known Implementing Classes:
- ServerContextImpl, ServerContextMain
public interface ServerContext
Provide a server context which can be passed down through the nodes
of the server and used to look up useful things.
- Author:
- Rob Gordon.
addChild
ServerContext addChild(Object child)
throws ServerLoopBackException
- Throws:
ServerLoopBackException
getModel
ServerModel getModel()
getLogArchiver
LogArchiver getLogArchiver()
getConsoleArchiver
ConsoleArchiver getConsoleArchiver()
getBeanDirectory
BeanDirectory getBeanDirectory()
getAddress
Address getAddress()
getServerId
ServerId getServerId()