Package | Description |
---|---|
org.jboss.managed.api | |
org.jboss.managed.plugins |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableManagedComponent |
Modifier and Type | Method and Description |
---|---|
ManagedComponent |
ManagedDeployment.getComponent(String name)
Gets the nested ManagedComponent with the specified name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ManagedComponent> |
ManagedDeployment.getComponents()
Get the nested ManagedComponents for the deployment module.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedDeployment.addComponent(String name,
ManagedComponent comp)
Add a component to this deployment
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedComponentImpl
Managed component impl.
|
Modifier and Type | Method and Description |
---|---|
ManagedComponent |
ManagedDeploymentImpl.getComponent(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,ManagedComponent> |
ManagedDeploymentImpl.getComponents() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedDeploymentImpl.addComponent(String name,
ManagedComponent comp) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.