com.caucho.cloud.globalcache
Class GlobalCacheSystem
java.lang.Object
com.caucho.env.service.AbstractResinSubSystem
com.caucho.cloud.globalcache.GlobalCacheSystem
- All Implemented Interfaces:
- ResinSubSystem
public class GlobalCacheSystem
- extends AbstractResinSubSystem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
START_PRIORITY
public static final int START_PRIORITY
- See Also:
- Constant Field Values
getCurrent
public static GlobalCacheSystem getCurrent()
createAndAddService
public static GlobalCacheSystem createAndAddService()
isClosed
public boolean isClosed()
getManager
public com.caucho.cloud.globalcache.GlobalCacheManager getManager()
getActor
public GlobalCacheActor getActor()
getStartPriority
public int getStartPriority()
- Description copied from interface:
ResinSubSystem
- Returns the start priority of the service, used to determine which
services to start first.
- Specified by:
getStartPriority in interface ResinSubSystem- Overrides:
getStartPriority in class AbstractResinSubSystem
start
public void start()
- Description copied from interface:
ResinSubSystem
- Starts the service.
- Specified by:
start in interface ResinSubSystem- Overrides:
start in class AbstractResinSubSystem
stop
public void stop()
- Description copied from interface:
ResinSubSystem
- Stops the service.
- Specified by:
stop in interface ResinSubSystem- Overrides:
stop in class AbstractResinSubSystem