| Overview | Namespace | Class | Index | Help |
| PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
| PROTECTED MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
| virtual | abstract | interface | template |
| YES | YES | YES | NO |
SolarMutex interface, needed for SolarMutex. Deprecated, used just for Application::GetSolarMutex().
Methods |
|
| virtual void acquire( ) = 0; |
Blocks if mutex is already in use |
| virtual sal_Bool tryToAcquire( ) = 0; |
Tries to get the mutex without blocking. |
| virtual void release( ) = 0; |
Releases the mutex. |
Methods |
|
| SolarMutex( ); |
|
| virtual ~SolarMutex( ); |
|
Copyright © 1995, 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.