|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
ServerContext |
addChild(Object child)
Add a child component to the context. |
Address |
getAddress()
The address. |
BeanDirectory |
getBeanDirectory()
Get the bean directory that the component this is the context for belongs to. |
ConsoleArchiver |
getConsoleArchiver()
Get the console archiver for the component this is the context for. |
LogArchiver |
getLogArchiver()
Get the log archiver for the component this is the context for. |
ServerModel |
getModel()
Get the model. |
ServerId |
getServerId()
The server id. |
Method Detail |
---|
ServerContext addChild(Object child) throws ServerLoopBackException
child
- A child.
ServerLoopBackException
- When the child has already been
exported by a previous server in the hierarchy.ServerModel getModel()
LogArchiver getLogArchiver()
ConsoleArchiver getConsoleArchiver()
BeanDirectory getBeanDirectory()
Address getAddress()
ServerId getServerId()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |