test.implementation.util.support
Class ExtendedResource

java.lang.Object
  extended by test.implementation.util.support.ExtendedResource
All Implemented Interfaces:
MyInterface2

public class ExtendedResource
extends Object
implements MyInterface2

Version:
$Revision: 81022 $
Author:
Juha Lindfors.

Constructor Summary
ExtendedResource()
           
 
Method Summary
 Object doOperation()
           
 String executeThis(Object arg)
           
 Object getAttribute3()
           
 String getAttributeName2()
           
 ModelMBeanInfo getMBeanInfo()
           
 Object runMe(String str)
           
 void setAttribute3(Object arg)
           
 void setAttributeName(String attr)
           
 void setAttributeName2(String attr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedResource

public ExtendedResource()
Method Detail

setAttributeName

public void setAttributeName(String attr)
Specified by:
setAttributeName in interface MyInterface2

setAttributeName2

public void setAttributeName2(String attr)
Specified by:
setAttributeName2 in interface MyInterface2

getAttributeName2

public String getAttributeName2()
Specified by:
getAttributeName2 in interface MyInterface2

setAttribute3

public void setAttribute3(Object arg)
Specified by:
setAttribute3 in interface MyInterface2

getAttribute3

public Object getAttribute3()
Specified by:
getAttribute3 in interface MyInterface2

doOperation

public Object doOperation()
Specified by:
doOperation in interface MyInterface2

executeThis

public String executeThis(Object arg)
Specified by:
executeThis in interface MyInterface2

runMe

public Object runMe(String str)
Specified by:
runMe in interface MyInterface2

getMBeanInfo

public ModelMBeanInfo getMBeanInfo()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.