JavaQuest.Server
Interface IClientThreadProxy

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

public interface IClientThreadProxy
extends java.rmi.Remote

Interface fuer Registrierung der RMI-Methoden; Server->Client


Method Summary
 boolean activateItem(int _iItemIndex)
          activateItem , Beschreibung in CClientThread
 boolean deactivateItem(int _iItemIndex)
          deactivateItem , Beschreibung in CClientThread
 void endTurn()
          endTurn , Beschreibung in CClientThread
 boolean execute(int _iCmdIndex)
          execute , Beschreibung in CClientThread
 java.lang.String getInfo(CField _oField)
          getInfo , Beschreibung in CClientThread
 java.lang.String getInfo(CItem _oItem)
          getInfo , Beschreibung in CClientThread
 java.util.Vector getItemsActive()
          getItemsActive , Beschreibung in CClientThread
 java.util.Vector getItemsInactive()
          getItemsInactive , Beschreibung in CClientThread
 CPlayer getPlayer()
          getPlayer , Beschreibung in CClientThread
 java.util.Vector getPossibleCommands(CField _oField)
          getPossibleCommands , Beschreibung in CClientThread
 

Method Detail

activateItem

public boolean activateItem(int _iItemIndex)
                     throws java.rmi.RemoteException
activateItem , Beschreibung in CClientThread
See Also:
CClientThread

deactivateItem

public boolean deactivateItem(int _iItemIndex)
                       throws java.rmi.RemoteException
deactivateItem , Beschreibung in CClientThread
See Also:
CClientThread

execute

public boolean execute(int _iCmdIndex)
                throws java.rmi.RemoteException
execute , Beschreibung in CClientThread
See Also:
CClientThread

getPossibleCommands

public java.util.Vector getPossibleCommands(CField _oField)
                                     throws java.rmi.RemoteException
getPossibleCommands , Beschreibung in CClientThread
See Also:
CClientThread

getInfo

public java.lang.String getInfo(CItem _oItem)
                         throws java.rmi.RemoteException
getInfo , Beschreibung in CClientThread
See Also:
CClientThread

getInfo

public java.lang.String getInfo(CField _oField)
                         throws java.rmi.RemoteException
getInfo , Beschreibung in CClientThread
See Also:
CClientThread

getItemsActive

public java.util.Vector getItemsActive()
                                throws java.rmi.RemoteException
getItemsActive , Beschreibung in CClientThread
See Also:
CClientThread

getItemsInactive

public java.util.Vector getItemsInactive()
                                  throws java.rmi.RemoteException
getItemsInactive , Beschreibung in CClientThread
See Also:
CClientThread

endTurn

public void endTurn()
             throws java.rmi.RemoteException
endTurn , Beschreibung in CClientThread
See Also:
CClientThread

getPlayer

public CPlayer getPlayer()
                  throws java.rmi.RemoteException
getPlayer , Beschreibung in CClientThread
See Also:
CClientThread