|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatusMessage
Provides access to methods and properties used to manage status message parameters.
Method Summary | |
---|---|
Object |
getCreationDate()
Indicates the date of the status message's creation. |
String |
getDestination()
Indicates destination of status message. |
int |
getErrorCode()
Identifies error code values for the status message. |
String |
getID()
ID value for the status message. |
int |
getMessageType()
Indicates type of status message. |
String |
getOrigin()
Identifies origin value for status message. |
int |
getPriority()
Indicates priority of the status message. |
int |
getStatus()
Identifies status value of the message. |
void |
setDestination(String pVal)
Indicates destination of status message. |
void |
setErrorCode(int pVal)
Identifies error code values for the status message. |
void |
setOrigin(String pVal)
Identifies origin value for status message. |
void |
setPriority(int pVal)
Indicates priority of the status message. |
void |
setStatus(int pVal)
Identifies status value of the message. |
Method Detail |
---|
Object getCreationDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMessageType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPriority() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPriority(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDestination() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestination(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getErrorCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setErrorCode(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStatus() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStatus(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.trackinganalyst.enumResponseStatus constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOrigin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrigin(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |