org.jboss.portal.test.framework.impl.jboss.agent
Interface JBossTestAgentMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean, TestAgent
All Known Implementing Classes:
JBossTestAgent

public interface JBossTestAgentMBean
extends TestAgent, org.jboss.system.ServiceMBean

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
 
Fields inherited from interface org.jboss.portal.test.framework.agent.TestAgent
SERVICE_ID
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 org.jboss.deployment.MainDeployerMBean getMainDeployer()
           
 void setMainDeployer(org.jboss.deployment.MainDeployerMBean mainDeployer)
           
 
Methods inherited from interface org.jboss.portal.test.framework.agent.TestAgent
deploy, undeploy
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getMainDeployer

org.jboss.deployment.MainDeployerMBean getMainDeployer()

setMainDeployer

void setMainDeployer(org.jboss.deployment.MainDeployerMBean mainDeployer)