|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Request
When a user submits a SQL command to the system for processing, usually that represents a single request. A single request might have one or more source requests (the requests that are being processed on the physical data sources) as part of original request.
A request is identified by a numbers separated by '|'. usually in they are arranged in the pattern [session]|[request] or [session]|[request]|[source request]
| Field Summary |
|---|
| Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject |
|---|
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD |
| Method Summary | |
|---|---|
java.lang.String |
getConnectorBindingName()
|
java.util.Date |
getCreated()
|
java.lang.String |
getNodeID()
|
java.util.Date |
getProcessingDate()
Get the Date processing began for the Request |
java.lang.String |
getRequestID()
Get the RequestID for a Request |
java.lang.String |
getSessionID()
Get the SessionID for a Request |
java.lang.String |
getSqlCommand()
Get the SQL Command sent to the Server for a Request |
java.lang.String |
getTransactionID()
Get the TransactionID of the Request |
java.lang.String |
getUserName()
Get the UserName of the Request |
boolean |
isSource()
|
| Methods inherited from interface com.metamatrix.admin.api.objects.AdminObject |
|---|
getIdentifier, getName, getProperties, getPropertyValue |
| Method Detail |
|---|
java.util.Date getCreated()
java.lang.String getRequestID()
java.lang.String getSessionID()
java.lang.String getSqlCommand()
java.util.Date getProcessingDate()
java.lang.String getTransactionID()
java.lang.String getUserName()
java.lang.String getConnectorBindingName()
boolean isSource()
java.lang.String getNodeID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||