public class DeploymentStore extends Object
| Constructor and Description |
|---|
DeploymentStore(DispatchAsync dispatcher,
ApplicationProperties bootstrap,
ApplicationMetaData applicationMetaData) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToServerGroups(Set<String> serverGroups,
boolean enable,
DeploymentRecord deploymentRecord,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback) |
void |
enableDisableDeployment(DeploymentRecord deployment,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback) |
void |
loadContentRepository(com.google.gwt.user.client.rpc.AsyncCallback<ContentRepository> callback)
Maps the server groups to the assigned deployments.
|
void |
loadDeployments(com.google.gwt.user.client.rpc.AsyncCallback<List<DeploymentRecord>> callback) |
void |
loadDeployments(ServerInstance server,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeploymentRecord>> callback) |
void |
loadEjbs(DeploymentSubsystem subsystem,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedEjb>> callback) |
void |
loadEndpoints(DeploymentSubsystem subsystem,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedEndpoint>> callback) |
void |
loadPersistenceUnits(DeploymentSubsystem subsystem,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedPersistenceUnit>> callback) |
void |
loadServlets(DeploymentSubsystem subsystem,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedServlet>> callback) |
void |
loadSubdeployments(DeploymentRecord deployment,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeploymentRecord>> callback) |
void |
loadSubsystems(DeploymentRecord deployment,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeploymentSubsystem>> callback) |
void |
removeContent(DeploymentRecord deploymentRecord,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback) |
void |
removeDeploymentFromGroup(DeploymentRecord deployment,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback) |
@Inject public DeploymentStore(DispatchAsync dispatcher, ApplicationProperties bootstrap, ApplicationMetaData applicationMetaData)
public void loadContentRepository(com.google.gwt.user.client.rpc.AsyncCallback<ContentRepository> callback)
IllegalStateException - if called in standalone modepublic void loadDeployments(com.google.gwt.user.client.rpc.AsyncCallback<List<DeploymentRecord>> callback)
public void loadDeployments(ServerInstance server, com.google.gwt.user.client.rpc.AsyncCallback<List<DeploymentRecord>> callback)
public void loadSubdeployments(DeploymentRecord deployment, com.google.gwt.user.client.rpc.AsyncCallback<List<DeploymentRecord>> callback)
public void loadSubsystems(DeploymentRecord deployment, com.google.gwt.user.client.rpc.AsyncCallback<List<DeploymentSubsystem>> callback)
public void loadEjbs(DeploymentSubsystem subsystem, com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedEjb>> callback)
public void loadPersistenceUnits(DeploymentSubsystem subsystem, com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedPersistenceUnit>> callback)
public void loadServlets(DeploymentSubsystem subsystem, com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedServlet>> callback)
public void loadEndpoints(DeploymentSubsystem subsystem, com.google.gwt.user.client.rpc.AsyncCallback<List<DeployedEndpoint>> callback)
public void removeContent(DeploymentRecord deploymentRecord, com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback)
public void removeDeploymentFromGroup(DeploymentRecord deployment, com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback)
public void enableDisableDeployment(DeploymentRecord deployment, com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback)
public void addToServerGroups(Set<String> serverGroups, boolean enable, DeploymentRecord deploymentRecord, com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.