|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.tck.testmodels.fruit.Kiwi
public class Kiwi
A test object not implementing Callable, but having a matching method accepting MuleEventContext.
Constructor Summary | |
---|---|
Kiwi()
|
Method Summary | |
---|---|
void |
bite()
|
boolean |
equals(java.lang.Object o)
|
void |
handle(MuleEventContext eventContext)
|
int |
hashCode()
|
boolean |
isBitten()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Kiwi()
Method Detail |
---|
public void handle(MuleEventContext eventContext) throws java.lang.Exception
java.lang.Exception
public void bite()
bite
in interface Fruit
public boolean isBitten()
isBitten
in interface Fruit
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |