elte.java2_utikalauz5.rmi
RMIMutexInterface interfész
- Ős interfészek:
- Remote
- Megvalósító osztályok:
- RMIMutex
- public interface RMIMutexInterface
- extends Remote
Egy mutex absztrakciójának megvalósításának interfésze.
- Mióta:
- Java 2 Útikalauz programozóknak 1.3
- Forrásfájl:
- RMIMutexInterface.java
- Letöltés:
- RMIMutex.jar
Lefoglal
void Lefoglal()
throws RemoteException,
InterruptedException
- Specifikált kivételek:
RemoteException
InterruptedException
Korlatozottlefoglal
void Korlatozottlefoglal(long ms)
throws RemoteException,
Timeout,
InterruptedException
- Specifikált kivételek:
RemoteException
Timeout
InterruptedException
Felszabadit
void Felszabadit()
throws RemoteException,
InterruptedException
- Specifikált kivételek:
RemoteException
InterruptedException