com.imaginary.lwp
Interface ObjectServer
- All Known Implementing Classes:
- ObjectServerImpl
- public abstract interface ObjectServer
- extends java.rmi.Remote
getType
public Type getType(java.lang.String tc,
java.lang.String cde)
throws LookupException,
java.rmi.RemoteException
login
public Identifier login(java.lang.String uid,
java.lang.String pw)
throws AuthenticationException,
java.rmi.RemoteException
lookup
public Home lookup(Identifier id,
java.lang.String cname)
throws LookupException,
java.rmi.RemoteException
types
public com.sun.java.util.collections.Iterator types(java.lang.String tc)
throws LookupException,
java.rmi.RemoteException