|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
---|---|
org.jmux.app | |
org.jmux.app.component | |
org.jmux.app.component.jmx |
Uses of Component in org.jmux.app |
---|
Methods in org.jmux.app that return Component | |
---|---|
static Component |
AppUtils.createComponent(java.lang.String className)
|
Component |
AppImpl.getComponent(java.lang.String name)
|
Methods in org.jmux.app with parameters of type Component | |
---|---|
void |
ComponentConfiguredListener.componentConfigured(java.lang.String name,
Component component)
|
Uses of Component in org.jmux.app.component |
---|
Classes in org.jmux.app.component that implement Component | |
---|---|
class |
AbstractComponent
|
class |
AbstractControl
|
class |
AbstractLoopingComponent
|
class |
AbstractThreadedControl
|
class |
ClusterProcess
|
class |
ControlManager
|
class |
Inspector
|
class |
JettyControl
|
class |
LivenessComponent
Useful to show that we are still alive by touching the log every now and again. |
class |
MailSender
|
class |
Persister
|
class |
PersisterUtil
|
class |
Scratch
|
class |
SingletonProcess
This component ensures that only one version of an application is started on a single machine. |
Uses of Component in org.jmux.app.component.jmx |
---|
Classes in org.jmux.app.component.jmx that implement Component | |
---|---|
class |
JMXComponent
|
Methods in org.jmux.app.component.jmx with parameters of type Component | |
---|---|
void |
JMXComponent.componentConfigured(java.lang.String name,
Component component)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |