Interface JiniInterface
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Motorsteuerung
- public interface JiniInterface
- extends java.rmi.Remote
Das interface ist eine Schnittstelle zwischen Client und Service
und beinhaltet die Methode controlMotor()
- Version:
- Java 1.3, JINI 1.1
- Author:
- S. Pollmann, O. Stradner, M. Thielicke, R. Begemann
- See Also:
Foerderband
,
Foerderbandsteuerung
,
JiniInterface
,
Motorsteuerung
Method Summary |
java.util.Vector |
controlMotor(java.lang.String a)
ControlMotor() bekommt die Laufrichtung als Integer und gibt die erreichte Endposition und die Laufzeit als vektor zurueck |
controlMotor
public java.util.Vector controlMotor(java.lang.String a)
throws java.rmi.RemoteException
- ControlMotor() bekommt die Laufrichtung als Integer und gibt die erreichte Endposition und die Laufzeit als vektor zurueck
- Throws:
java.rmi.RemoteException
- bei Auftreten von Netzwerkfehlern