com.xebialabs.deployit.plugin.jbossdm.container
Interface CliManagingContainer

All Superinterfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.overthere.HostContainer, java.io.Serializable, com.xebialabs.deployit.plugin.api.udm.Taggable
All Known Implementing Classes:
CliBasedContainer, Domain, StandaloneServer

public interface CliManagingContainer
extends com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.overthere.HostContainer


Field Summary
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
 
Method Summary
 java.lang.Object execute(com.xebialabs.deployit.plugin.api.execution.ExecutionContext ctx, java.lang.String cmd)
           
 java.lang.String getAdminHostAddress()
           
 java.lang.String getCliExecutable()
           
 java.util.List<java.lang.String> getLibraries()
           
 java.lang.String getPassword()
           
 int getPort()
           
 java.lang.String getUsername()
           
 boolean isEnableDaemon()
           
 
Methods inherited from interface com.xebialabs.deployit.plugin.overthere.HostContainer
getHost
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable
getTags, setTags
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty
 

Method Detail

getCliExecutable

java.lang.String getCliExecutable()

getUsername

java.lang.String getUsername()

getPassword

java.lang.String getPassword()

getAdminHostAddress

java.lang.String getAdminHostAddress()

getPort

int getPort()

execute

java.lang.Object execute(com.xebialabs.deployit.plugin.api.execution.ExecutionContext ctx,
                         java.lang.String cmd)

getLibraries

java.util.List<java.lang.String> getLibraries()

isEnableDaemon

boolean isEnableDaemon()