JBoss API: Interface ContainerPlugin
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a superinterface for all Container plugins. All plugin interfaces must extend this interface.
Service
Method Summary | |
void |
setContainer(Container con)
This callback is set by the container so that the plugin may access it |
Methods inherited from interface org.jboss.util.Service |
destroy, init, start, stop |
Method Detail |
public void setContainer(Container con)
con
- the container using this plugin
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |