当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
TestCaseContextAccessorProxy - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.test.framework.container.client
Class TestCaseContextAccessorProxy
java.lang.Object
org.jboss.portal.test.framework.container.client.TestCaseContextAccessorProxy
- All Implemented Interfaces:
- TestCaseContextAccessor
- public class TestCaseContextAccessorProxy
- extends java.lang.Object
- implements TestCaseContextAccessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCaseContextAccessorProxy
public TestCaseContextAccessorProxy()
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