站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

TestCaseContextAccessorProxy - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.test.framework.container.client
Class TestCaseContextAccessorProxy

java.lang.Object
  extended byorg.jboss.portal.test.framework.container.client.TestCaseContextAccessorProxy
All Implemented Interfaces:
TestCaseContextAccessor

public class TestCaseContextAccessorProxy
extends java.lang.Object
implements TestCaseContextAccessor


Constructor Summary
TestCaseContextAccessorProxy()
           
 
Method Summary
 void create()
           
 void destroy()
           
 TestCaseContext getContext()
           
 javax.management.MBeanServer getServer()
           
 void setContext(TestCaseContext context)
           
 void setServer(javax.management.MBeanServer server)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseContextAccessorProxy

public TestCaseContextAccessorProxy()
Method Detail

getServer

public javax.management.MBeanServer getServer()

setServer

public void setServer(javax.management.MBeanServer server)

create

public void create()

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()

destroy

public void destroy()

setContext

public void setContext(TestCaseContext context)
Specified by:
setContext in interface TestCaseContextAccessor

getContext

public TestCaseContext getContext()
Specified by:
getContext in interface TestCaseContextAccessor