JBoss AS7 Deployment Plugin 7.9.Final

org.jboss.as.plugin.common
Interface ConnectionInfo

All Known Implementing Classes:
AbstractServerMojo, AddResource, Deploy, DeployArtifact, DeployOnly, ExecuteCommands, Redeploy, RedeployOnly, Run, Shutdown, Start, Undeploy, UndeployArtifact

public interface ConnectionInfo

Holds information on how to connect to the JBoss Application Server.

Author:
James R. Perkins

Method Summary
 CallbackHandler getCallbackHandler()
          The callback handler for authentication.
 InetAddress getHostAddress()
          Creates gets the address to the host name.
 int getPort()
          The port number of the server to deploy to.
 

Method Detail

getPort

int getPort()
The port number of the server to deploy to. The default is 9999.

Returns:
the port number to deploy to.

getHostAddress

InetAddress getHostAddress()
Creates gets the address to the host name.

Returns:
the address.

getCallbackHandler

CallbackHandler getCallbackHandler()
The callback handler for authentication.

Returns:
the callback handler.

JBoss AS7 Deployment Plugin 7.9.Final

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