org.jboss.portal.test.framework.agent
Interface TestAgent

All Known Subinterfaces:
JBossTestAgentMBean
All Known Implementing Classes:
GenericTestAgent, JBossTestAgent

public interface TestAgent

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
static java.lang.String SERVICE_ID
          .
 
Method Summary
 void deploy(java.net.URL url)
           
 void undeploy(java.net.URL url)
           
 

Field Detail

SERVICE_ID

static final java.lang.String SERVICE_ID
.

See Also:
Constant Field Values
Method Detail

deploy

void deploy(java.net.URL url)
            throws java.lang.Exception
Throws:
java.lang.Exception

undeploy

void undeploy(java.net.URL url)
              throws java.lang.Exception
Throws:
java.lang.Exception