test.compliance.core.notification
Interface InvokerTestMBean

All Known Implementing Classes:
InvokerTest

public interface InvokerTestMBean

Author:
Tom Elrod

Method Summary
 CustomClass doSomething()
           
 CustomClass doSomething(CustomClass custom)
           
 CustomClass getCustom()
           
 NonserializableClass getNonserializableClass()
           
 String getSomething()
           
 Element getXml()
           
 void setCustom(CustomClass custom)
           
 void setNonserializableClass(NonserializableClass custom)
           
 void setXml(Element xml)
           
 void stop()
           
 

Method Detail

getSomething

String getSomething()

getCustom

CustomClass getCustom()

setCustom

void setCustom(CustomClass custom)

getNonserializableClass

NonserializableClass getNonserializableClass()

setNonserializableClass

void setNonserializableClass(NonserializableClass custom)

getXml

Element getXml()

setXml

void setXml(Element xml)

doSomething

CustomClass doSomething(CustomClass custom)

doSomething

CustomClass doSomething()

stop

void stop()


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