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.

Method Summary
 ServerContext addChild(Object child)
           
 Address getAddress()
           
 BeanDirectory getBeanDirectory()
           
 ConsoleArchiver getConsoleArchiver()
           
 LogArchiver getLogArchiver()
           
 ServerModel getModel()
           
 ServerId getServerId()
           
 

Method Detail

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()