|
SAP NetWeaver 7.30 (SP05) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.uwl.ProviderStatus
public class ProviderStatus
The ProviderStatus class captures the data related to the status of the provider.
This has roughly six properties. The getters and setters are provided for these properties.
| Constructor Summary | |
|---|---|
ProviderStatus(boolean success,
String errorCode,
Exception ex,
String systemName,
String connectorName)
|
|
ProviderStatus(boolean success,
String systemName,
String connectorName)
|
|
ProviderStatus(boolean success,
String errorCode,
String message,
String systemName,
String connectorName)
This constructor allows the user toinitialize all the properties of this object except for the date of creation The createDate is initialized to the current time. |
|
| Method Summary | |
|---|---|
String |
getCode()
|
String |
getConnectorName()
|
Date |
getCreatedDate()
Deprecated. use getCreatedTime instead |
long |
getCreatedTime()
|
String |
getMessage()
|
String |
getSystemName()
|
int |
getTimeSpentByConnector()
Used for monitoring purposes. |
boolean |
isSuccess()
|
void |
setCode(String errorCode)
|
void |
setConnectorName(String connectorName)
|
void |
setMessage(String message)
|
void |
setSuccess(boolean b)
|
void |
setSystemName(String systemName)
|
void |
setTimeSpentByConnector(int i)
Used for monitoring purposes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProviderStatus(boolean success,
String errorCode,
String message,
String systemName,
String connectorName)
success - errorCode - One of the codes like INVALID_LENGTH_SPECIFIED.message - the text of the message.systemName - the name of the system.connectorName - the connector name.
public ProviderStatus(boolean success,
String errorCode,
Exception ex,
String systemName,
String connectorName)
public ProviderStatus(boolean success,
String systemName,
String connectorName)
| Method Detail |
|---|
public String getCode()
INVALID_LENGTH_SPECIFIED.public String getConnectorName()
public String getMessage()
public boolean isSuccess()
public String getSystemName()
public void setCode(String errorCode)
errorCode - the error code like INVALID_LENGTH_SPECIFIED.public void setConnectorName(String connectorName)
connectorName - the connector name.public void setMessage(String message)
message - the message text.public void setSuccess(boolean b)
b - indicates whether or not successful.public void setSystemName(String systemName)
systemName - the system name.public long getCreatedTime()
public Date getCreatedDate()
public int getTimeSpentByConnector()
public void setTimeSpentByConnector(int i)
i - in milliseconds| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] UWLJWF
|
[sap.com] tc/kmc/bc.uwl/api
|
-
|
EP-BC-UWL
|
[sap.com] UWLJWF
|
[sap.com] tc/kmc/bc.uwl/api
|
default
|
EP-BC-UWL
|
|
SAP NetWeaver 7.30 (SP05) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||