org.gloin.example.jrap.useresourceservice
Class UserServiceImpl
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.gloin.example.jrap.useresourceservice.UserServiceImpl
- All Implemented Interfaces:
- Hello, java.rmi.Remote, java.io.Serializable
- public class UserServiceImpl
- extends java.rmi.server.UnicastRemoteObject
- implements Hello
Simple service which references a resourceservice in its codebase
annotation (i.e. its annotation is a jrap:/// url).
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Method Summary |
java.lang.String |
sayHello()
|
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
UserServiceImpl
public UserServiceImpl()
throws java.rmi.RemoteException
sayHello
public java.lang.String sayHello()
throws java.io.IOException
- Specified by:
sayHello
in interface Hello