public abstract class BaseService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_serviceName |
Constructor and Description |
---|
BaseService() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doRefresh() |
void |
refresh() |
abstract boolean |
refreshable() |
abstract void |
stop() |
public abstract boolean refreshable()
protected abstract void doRefresh() throws ServiceException
ServiceException
public void refresh() throws ServiceException
ServiceException
public abstract void stop() throws ServiceException
ServiceException
Copyright © 2020 Regents of the University of California. All Rights Reserved.