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

All Known Implementing Classes:
CliBasedContainer, Domain, ServerGroup, StandaloneServer

public interface ApplicationContainer

A JBoss application server or server group.


Method Summary
 Mode getMode()
           
 java.lang.String getTargetServerGroup(boolean undeployment)
          Returns the server group name the application container works on.
 

Method Detail

getTargetServerGroup

java.lang.String getTargetServerGroup(boolean undeployment)
Returns the server group name the application container works on.

Parameters:
undeployment - whether you want to know this for undeployment,
Returns:
a String like --all-server-groups or --server-groups=name. Returns the empty string for standalone servers.

getMode

Mode getMode()