|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.apps.provisioning.ServiceStatusDetail
public class ServiceStatusDetail
Value object containing detailed status information about the service.
Constructor Summary | |
---|---|
ServiceStatusDetail(DistinguishedName serviceDN,
ServiceStatus status,
java.util.Date lastAccessTime,
java.util.Date firstFailTime,
java.util.Date oldestRequestFailTime,
java.lang.String oldestRequestId,
long oldestRequestProcessId,
long oldestRequestRootProcessId,
int blockedRequestCount,
java.lang.String lastFailureReason,
java.lang.String lastServer)
Constructs a service status detail object. |
Method Summary | |
---|---|
int |
getBlockedRequestCount()
Returns number of requests that are blocked |
java.util.Date |
getFirstFailTime()
Returns time at which service first failed. |
java.util.Date |
getLastAccessTime()
Returns last time an attempt was made to reach the server. |
java.lang.String |
getLastFailureReason()
Returns an XML encoded message explaining cause of the last failure |
java.lang.String |
getLastServer()
Returns identifier for the last server that used this service. |
java.util.Date |
getOldestRequestFailTime()
Returns time at which oldest blocked request failed. |
java.lang.String |
getOldestRequestId()
Returns the identifier of the oldest blocked request in queue, typically a "long" workflow activity identifier. |
long |
getOldestRequestProcessId()
Returns the process identifier of the oldest blocked request in queue |
long |
getOldestRequestRootProcessId()
Returns the root process identifier of the oldest blocked request in queue |
DistinguishedName |
getServiceDN()
Returns the service distinguished name |
ServiceStatus |
getServiceStatus()
Returns the service status |
void |
setServiceStatus(ServiceStatus newStatus)
Updates the summary ServiceStatus for the service. |
java.lang.String |
toString()
Returns a string representation of the service status |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServiceStatusDetail(DistinguishedName serviceDN, ServiceStatus status, java.util.Date lastAccessTime, java.util.Date firstFailTime, java.util.Date oldestRequestFailTime, java.lang.String oldestRequestId, long oldestRequestProcessId, long oldestRequestRootProcessId, int blockedRequestCount, java.lang.String lastFailureReason, java.lang.String lastServer)
serviceDN
- DistingiushedName of the servicestatus
- ServiceStatus summarizing the status of the servicelastAccessTime
- Last time an attempt was made to reach the servicefirstFailTime
- Time at which service first failedoldestRequestFailTime
- Time at which oldest request in queue last failedoldestRequestID
- Process ID of oldest requestblockedRequestCount
- Number of requests that are blockedlastFailureReason
- Message ID explaining cause of the last failurelastServer
- Last server that used this serviceMethod Detail |
---|
public DistinguishedName getServiceDN()
public void setServiceStatus(ServiceStatus newStatus)
newStatus
- updated ServiceStatuspublic ServiceStatus getServiceStatus()
public java.util.Date getLastAccessTime()
public java.util.Date getFirstFailTime()
public java.util.Date getOldestRequestFailTime()
public java.lang.String getOldestRequestId()
public long getOldestRequestProcessId()
public long getOldestRequestRootProcessId()
public int getBlockedRequestCount()
public java.lang.String getLastFailureReason()
public java.lang.String getLastServer()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |