|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.base.search.RemoteServicesManager
public abstract class RemoteServicesManager
Base class for managers that provide services to remote JVMs. Each JVM that belong to the
"services cluster" will use a subclass of RemoteServicesManager. This class together with
ServiceInvocation
will collaborate to keep
the number of services that are currently being executed in each cluster member.
Field Summary | |
---|---|
static RemoteServicesManager |
SERVICES_MANAGER
Holds the current services manager to be used by the service cluster member to effectively execute and provide remote services. |
Constructor Summary | |
---|---|
RemoteServicesManager()
|
Method Summary | |
---|---|
static void |
decrementServicesExecutions()
Decrements the number of current services been executed in this cluster service member. |
int |
getCurrentServicesExecutions()
Returns the number of services being currently executed in this cluster member. |
static void |
incrementServicesExecutions()
Increments the number of current services been executed in this cluster service member. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static RemoteServicesManager SERVICES_MANAGER
Constructor Detail |
---|
public RemoteServicesManager()
Method Detail |
---|
public int getCurrentServicesExecutions()
public static void incrementServicesExecutions()
public static void decrementServicesExecutions()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |