|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ManagedComponent | |
|---|---|
| org.jboss.managed.api | |
| org.jboss.managed.plugins | |
| Uses of ManagedComponent in org.jboss.managed.api |
|---|
| Methods in org.jboss.managed.api that return ManagedComponent | |
|---|---|
ManagedComponent |
ManagedDeployment.getComponent(String name)
|
| Methods in org.jboss.managed.api that return types with arguments of type ManagedComponent | |
|---|---|
Map<String,ManagedComponent> |
ManagedDeployment.getComponents()
Get the ManagedComponents for the deployment module. |
| Methods in org.jboss.managed.api with parameters of type ManagedComponent | |
|---|---|
void |
ManagedDeployment.addComponent(String name,
ManagedComponent comp)
Add a component to this deployment |
| Uses of ManagedComponent in org.jboss.managed.plugins |
|---|
| Classes in org.jboss.managed.plugins that implement ManagedComponent | |
|---|---|
class |
ManagedComponentImpl
Managed component impl. |
| Methods in org.jboss.managed.plugins that return ManagedComponent | |
|---|---|
ManagedComponent |
ManagedDeploymentImpl.getComponent(String name)
|
| Methods in org.jboss.managed.plugins that return types with arguments of type ManagedComponent | |
|---|---|
Map<String,ManagedComponent> |
ManagedDeploymentImpl.getComponents()
|
| Methods in org.jboss.managed.plugins with parameters of type ManagedComponent | |
|---|---|
void |
ManagedDeploymentImpl.addComponent(String name,
ManagedComponent comp)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||