| 
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.axia.api.management.pac.WorkManagerStatus
public final class WorkManagerStatus
Defines the status of a WorkManager.
| Constructor Summary | |
|---|---|
WorkManagerStatus(long completedCount, int executingRequests, int pendingRequests, int queueDepth) | 
|
| Method Summary | |
|---|---|
 long | 
getCompletedCount()Gets number of completed requests  | 
 int | 
getExecutingRequests()Gets number of executing requests  | 
 int | 
getPendingRequests()Gets number of pending requests, i.e.  | 
 int | 
getQueueDepth()Gets the number of queued requests.  | 
 String | 
toString() | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public WorkManagerStatus(long completedCount,
                         int executingRequests,
                         int pendingRequests,
                         int queueDepth)
| Method Detail | 
|---|
public long getCompletedCount()
public int getExecutingRequests()
public int getPendingRequests()
public int getQueueDepth()
public String toString()
toString in class Object
  | 
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||