org.tentackle.appworx.rmi
Interface AppRemoteDbSession

All Superinterfaces:
Remote, RemoteDbSession
All Known Implementing Classes:
AppRemoteDbSessionImpl

public interface AppRemoteDbSession
extends RemoteDbSession

RMI remote session.

Author:
harald

Method Summary
 long getUserId()
          Gets the object id associated with the AppUserInfo passed in to AppRemoteDbConnection#login.
 
Methods inherited from interface org.tentackle.db.rmi.RemoteDbSession
close, getDbRemoteDelegate, getRemoteDelegate, log
 

Method Detail

getUserId

long getUserId()
               throws RemoteException
Gets the object id associated with the AppUserInfo passed in to AppRemoteDbConnection#login.

Returns:
the user id
Throws:
RemoteException


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de