Package | Description |
---|---|
vona.rmi.rmiwrap.test |
RMIWrap test/demo.
|
Modifier and Type | Method and Description |
---|---|
TestAPI.Bar |
TestImplClient.testSix(TestAPI.Bar arg0)
A Wrapper which implements foo.API and forwards the call to
TestImplClient.remoteInstance , first checking the generic short-circuit
handler TestImplClient.shortCircuitRemoteCall(java.lang.String, java.lang.Object[]) (if that returns non-null
the remote call will not be attempted), and catching any
RemoteException and passing it to the generated handler (see
below). |
TestAPI.Bar |
TestImpl.testSix(TestAPI.Bar arg)
Takes and returns internal classes.
|
TestAPI.Bar |
TestAPI.testSix(TestAPI.Bar arg)
Takes and returns internal classes.
|
TestAPI.Bar |
TestImplServer.testSixRemote(TestAPI.Bar arg0)
This is a wrapper wich implements foo.APIRemote and forwards
the call
TestImplServer.localInstance . |
TestAPI.Bar |
TestAPIRemote.testSixRemote(TestAPI.Bar arg0)
Remote version of the corresponding foo.API method.
|
protected TestAPI.Bar |
TestImplClient.testSixRemoteException(TestAPI.Bar arg0,
java.rmi.RemoteException e)
Default implementation of the RemoteException handler for this
method, which calls the generic
TestImplClient.handleRemoteException(java.lang.String, java.lang.Object[], java.rmi.RemoteException) and
if that returns null throws
vona.rmi.RuntimeRemoteException. |
Modifier and Type | Method and Description |
---|---|
TestAPI.Bar |
TestImplClient.testSix(TestAPI.Bar arg0)
A Wrapper which implements foo.API and forwards the call to
TestImplClient.remoteInstance , first checking the generic short-circuit
handler TestImplClient.shortCircuitRemoteCall(java.lang.String, java.lang.Object[]) (if that returns non-null
the remote call will not be attempted), and catching any
RemoteException and passing it to the generated handler (see
below). |
TestAPI.Bar |
TestImpl.testSix(TestAPI.Bar arg)
Takes and returns internal classes.
|
TestAPI.Bar |
TestAPI.testSix(TestAPI.Bar arg)
Takes and returns internal classes.
|
TestAPI.Bar |
TestImplServer.testSixRemote(TestAPI.Bar arg0)
This is a wrapper wich implements foo.APIRemote and forwards
the call
TestImplServer.localInstance . |
TestAPI.Bar |
TestAPIRemote.testSixRemote(TestAPI.Bar arg0)
Remote version of the corresponding foo.API method.
|
protected TestAPI.Bar |
TestImplClient.testSixRemoteException(TestAPI.Bar arg0,
java.rmi.RemoteException e)
Default implementation of the RemoteException handler for this
method, which calls the generic
TestImplClient.handleRemoteException(java.lang.String, java.lang.Object[], java.rmi.RemoteException) and
if that returns null throws
vona.rmi.RuntimeRemoteException. |