org.jboss.test.cts.test
Class ClientCallbackImpl

java.lang.Object
  extended byorg.jboss.test.cts.test.ClientCallbackImpl
All Implemented Interfaces:
ClientCallback (src) , java.rmi.Remote

public class ClientCallbackImpl
extends java.lang.Object
implements ClientCallback (src)


Constructor Summary
ClientCallbackImpl()
           
 
Method Summary
 java.lang.String callback(java.lang.String data)
           
 boolean wasCalled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientCallbackImpl

public ClientCallbackImpl()
Method Detail

callback

public java.lang.String callback(java.lang.String data)
                          throws java.rmi.RemoteException
Specified by:
callback in interface ClientCallback (src)
Throws:
java.rmi.RemoteException

wasCalled

public boolean wasCalled()