public class ConnectStatusHolder extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static ConnectStatusHolder | instance | 
| protected SubscriptionStatusWrapper | instanceStatus | 
| protected static org.apache.commons.logging.Log | log | 
| protected static int | REFRESH_PERIOD_MINUTES | 
| Constructor and Description | 
|---|
| ConnectStatusHolder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | flush() | 
| protected org.nuxeo.connect.registration.ConnectRegistrationService | getService() | 
| SubscriptionStatusWrapper | getStatus() | 
| SubscriptionStatusWrapper | getStatus(boolean forceRefresh) | 
| static ConnectStatusHolder | instance() | 
| boolean | isRegistred() | 
protected static ConnectStatusHolder instance
protected SubscriptionStatusWrapper instanceStatus
protected static final org.apache.commons.logging.Log log
protected static final int REFRESH_PERIOD_MINUTES
public ConnectStatusHolder()
public static ConnectStatusHolder instance()
protected org.nuxeo.connect.registration.ConnectRegistrationService getService()
public boolean isRegistred()
public SubscriptionStatusWrapper getStatus()
public void flush()
public SubscriptionStatusWrapper getStatus(boolean forceRefresh)
Copyright © 2015 Nuxeo SA. All rights reserved.