org.mmbase.bridge.remote
Interface RemoteUser

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteUser_Rmi

public interface RemoteUser
extends java.rmi.Remote

RemoteUser is a generated interface based on org.mmbase.bridge.User
This interface has almoost the same methods names as the org.mmbase.bridge.User interface. The interface is created in such way that it can implement java.rmi.Remote. Where needed other return values or parameters are used.


Method Summary
 java.lang.String getIdentifier()
           
 java.lang.String getMapperCode()
           
 java.lang.String getRank()
           
 boolean isValid()
           
 

Method Detail

isValid

public boolean isValid()
                throws java.rmi.RemoteException

getIdentifier

public java.lang.String getIdentifier()
                               throws java.rmi.RemoteException

getRank

public java.lang.String getRank()
                         throws java.rmi.RemoteException

getMapperCode

public java.lang.String getMapperCode()
                               throws java.rmi.RemoteException


MMBase 2002