Uses of Class
com.google.common.util.concurrent.ServiceManager.ServiceManagerState
-
Packages that use ServiceManager.ServiceManagerState Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ServiceManager.ServiceManagerState in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent declared as ServiceManager.ServiceManagerState Modifier and Type Field Description private ServiceManager.ServiceManagerState
ServiceManager. state
An encapsulation of all of the state that is accessed by the service listeners.Fields in com.google.common.util.concurrent with type parameters of type ServiceManager.ServiceManagerState Modifier and Type Field Description (package private) java.lang.ref.WeakReference<ServiceManager.ServiceManagerState>
ServiceManager.ServiceListener. state
Constructor parameters in com.google.common.util.concurrent with type arguments of type ServiceManager.ServiceManagerState Constructor Description ServiceListener(Service service, java.lang.ref.WeakReference<ServiceManager.ServiceManagerState> state)
-