com.imaginary.lwp
Class ObjectServerImpl
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--com.imaginary.lwp.ObjectServerImpl
- public class ObjectServerImpl
- extends java.rmi.server.UnicastRemoteObject
- implements ObjectServer
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Method Summary |
Type |
getType(java.lang.String tc,
java.lang.String cde)
|
Identifier |
login(java.lang.String uid,
java.lang.String pw)
|
Home |
lookup(Identifier id,
java.lang.String cname)
|
static void |
main(java.lang.String[] args)
|
com.sun.java.util.collections.Iterator |
types(java.lang.String tc)
|
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 |
main
public static void main(java.lang.String[] args)
getType
public Type getType(java.lang.String tc,
java.lang.String cde)
throws LookupException
- Specified by:
- getType in interface ObjectServer
login
public Identifier login(java.lang.String uid,
java.lang.String pw)
throws AuthenticationException,
java.rmi.RemoteException
- Specified by:
- login in interface ObjectServer
lookup
public Home lookup(Identifier id,
java.lang.String cname)
throws LookupException,
java.rmi.RemoteException
- Specified by:
- lookup in interface ObjectServer
types
public com.sun.java.util.collections.Iterator types(java.lang.String tc)
throws LookupException
- Specified by:
- types in interface ObjectServer