osl.tests.handler.simple
Interface CustomRequestClient
- All Known Implementing Classes:
- TestRcvClient
- public abstract interface CustomRequestClient
- extends RequestClient
We require a separate interface to define the methods which we
allow for remote requests. This interface just defines the test
methods.
- Version:
- $Revision: 1.3 $ ($Date: 1998/06/12 21:33:04 $)
test1
public void test1()
test2
public java.lang.String test2()
test3
public void test3(java.lang.String arg1,
PhysicalAddress arg2)
test4
public Name test4(java.lang.String arg1,
PhysicalAddress arg2)
test7
public java.lang.Object test7()