JBoss AS7 Deployment Plugin 7.9.Final

Uses of Interface
org.jboss.as.plugin.common.ConnectionInfo

Packages that use ConnectionInfo
org.jboss.as.plugin.cli   
org.jboss.as.plugin.common   
org.jboss.as.plugin.deployment   
org.jboss.as.plugin.deployment.resource   
org.jboss.as.plugin.server   
 

Uses of ConnectionInfo in org.jboss.as.plugin.cli
 

Classes in org.jboss.as.plugin.cli that implement ConnectionInfo
 class ExecuteCommands
          Execute commands to the running JBoss Application Server.
 

Uses of ConnectionInfo in org.jboss.as.plugin.common
 

Classes in org.jboss.as.plugin.common that implement ConnectionInfo
 class AbstractServerMojo
          The default implementation for connecting to a running AS7 instance
 

Uses of ConnectionInfo in org.jboss.as.plugin.deployment
 

Classes in org.jboss.as.plugin.deployment that implement ConnectionInfo
 class Deploy
          Deploys the application to the JBoss Application Server.
 class DeployArtifact
          Deploys an arbitrary artifact to the JBoss application server
 class DeployOnly
          Deploys only the application to the JBoss Application Server without first invoking the the execution of the lifecycle phase 'package' prior to executing itself.
 class Redeploy
          Redeploys the application to the JBoss Application Server.
 class RedeployOnly
          Redeploys only the application to the JBoss Application Server without first invoking the the execution of the lifecycle phase 'package' prior to executing itself.
 class Undeploy
          Undeploys the application to the JBoss Application Server.
 class UndeployArtifact
          Undeploys (removes) an arbitrary artifact to the JBoss application server
 

Uses of ConnectionInfo in org.jboss.as.plugin.deployment.resource
 

Classes in org.jboss.as.plugin.deployment.resource that implement ConnectionInfo
 class AddResource
          Adds a resource

If force is set to false and the resource has already been deployed to the server, an error will occur and the operation will fail.

 

Uses of ConnectionInfo in org.jboss.as.plugin.server
 

Classes in org.jboss.as.plugin.server that implement ConnectionInfo
 class Run
          Starts a standalone instance of JBoss Application Server 7 and deploys the application to the server.
 class Shutdown
          Shuts down a running JBoss Application Server.
 class Start
          Starts a standalone instance of JBoss Application Server 7.
 


JBoss AS7 Deployment Plugin 7.9.Final

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.