| Package | Description |
|---|---|
| org.jboss.as.console.client.shared.deployment | |
| org.jboss.as.console.client.shared.deployment.model |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentStore.loadEjbs(DeploymentSubsystem subsystem,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedEjb>> callback) |
void |
DeploymentStore.loadEndpoints(DeploymentSubsystem subsystem,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedEndpoint>> callback) |
void |
DeploymentStore.loadPersistenceUnits(DeploymentSubsystem subsystem,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedPersistenceUnit>> callback) |
void |
DeploymentStore.loadServlets(DeploymentSubsystem subsystem,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedServlet>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentStore.loadSubsystems(DeploymentRecord deployment,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeploymentSubsystem>> callback) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeploymentEjbSubsystem |
interface |
DeploymentJpaSubsystem |
interface |
DeploymentWebserviceSubsystem |
interface |
DeploymentWebSubsystem |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSubsystem |
DeploymentSubsystemElement.getSubsystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentSubsystemElement.setSubsystem(DeploymentSubsystem subsystem) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.