|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.interfaceware.iguana.plugin.LogQueryResult
public class LogQueryResult
This class is used to describe the result of execute
.
Constructor Summary | |
---|---|
LogQueryResult()
|
|
LogQueryResult(long Handle)
|
Method Summary | |
---|---|
int |
countMessages()
Returns the total number of Messages. |
protected void |
finalize()
|
java.lang.String |
getErrorDescription()
Provides a textual description of the error which occurred if Success is false. |
LogMessage |
getMessage(int MessageIndex)
Provides an array of LogMessage which were returned by
Iguana in response to the query. |
boolean |
getSuccess()
Indicates that the query was executed successfully. |
void |
release()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogQueryResult() throws PluginException
PluginException
public LogQueryResult(long Handle) throws PluginException
PluginException
Method Detail |
---|
public void release() throws PluginException
PluginException
protected void finalize() throws PluginException
finalize
in class java.lang.Object
PluginException
public boolean getSuccess() throws PluginException
Indicates that the query was executed successfully.
PluginException
public java.lang.String getErrorDescription() throws PluginException
Provides a textual description of the error which occurred if Success
is false.
PluginException
public LogMessage getMessage(int MessageIndex) throws PluginException
Provides an array of LogMessage
which were returned by
Iguana in response to the query.
MessageIndex
- The index of the Message to return.
PluginException
public int countMessages() throws PluginException
Returns the total number of Messages.
See also the Message
property.
PluginException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |