public class ApplicationManager extends Object
| Constructor and Description |
|---|
ApplicationManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
acquireReadLockForApplication(String applicationId)
Acquires read lock for an Application
|
static void |
acquireReadLockForApplications()
Acquires read lock for all Applications
|
static Applications |
getApplications() |
static void |
releaseReadLockForApplication(String applicationId)
Releases read lock for an Application
|
static void |
releaseReadLockForApplications()
Releases read lock for all Applications
|
public static Applications getApplications()
public static void acquireReadLockForApplications()
public static void releaseReadLockForApplications()
public static void acquireReadLockForApplication(String applicationId)
applicationId - Application Id to acquire read lockpublic static void releaseReadLockForApplication(String applicationId)
applicationId - Application Id to release read lockCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.