|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GPServerTrackCancel
public class GPServerTrackCancel
COM Class 'GPServerTrackCancel'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'GP Server Track Cancel Class.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.system.ITrackCancel |
|---|
IID, IID34c20005_4d3c_11d0_92d8_00805f7c28b0, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IStepProgressor |
|---|
IID, IIDccdad2c7_8ebc_11d1_8732_0000f8751720, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IProgressor |
|---|
IID3141f2f1_38e2_11d1_8809_080009ec732a |
| Fields inherited from interface com.esri.arcgis.geodatabase.IGPMessagesCallback |
|---|
IID, IID1264c9a8_0afe_4903_87ba_a39b1f72779d, xxDummy |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGPServerTrackCancel2 |
|---|
IID, IID979f4c54_02ae_4e8d_a808_62a428e95789, xxDummy |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGPServerTrackCancel |
|---|
IIDe4212b92_2537_4489_83a9_a53ede41ca8e |
| Constructor Summary | |
|---|---|
GPServerTrackCancel()
Constructs a GPServerTrackCancel using ArcGIS Engine. |
|
GPServerTrackCancel(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPServerTrackCancel theGPServerTrackCancel = (GPServerTrackCancel) obj; |
|
| Method Summary | |
|---|---|
void |
cancel()
Cancels the associated operation. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
boolean |
esri_continue()
Called frequently while associated operation is progressing. |
int |
getCheckTime()
The interval at which the operation will be interrupted to advance progressors and process messages. |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IJobMessages |
getJobMessages()
The job messages. |
int |
getMaxRange()
The maximum range of the progression. |
java.lang.String |
getMessage()
The message displayed by the progressor. |
int |
getMessageLevel()
The message level. |
int |
getMinRange()
The minimum range of the progression. |
int |
getPosition()
The current position of the progression. |
IProgressor |
getProgressor()
The progressor used to show progress during lengthy operations. |
int |
getStepValue()
The step increment of the progression. |
int |
hashCode()
the hashcode for this object |
void |
hide()
Hides the progressor. |
void |
init(java.lang.Object pJobTracker)
Initialize the track cancel. |
boolean |
isCancelOnClick()
Indicates whether mouse clicks should cancel the operation. |
boolean |
isCancelOnKeyPress()
Indicates whether the escape key and spacebar should cancel the operation. |
boolean |
isProcessMessages()
An obsolete method. |
boolean |
isTimerFired()
An obsolete method. |
void |
messageAdded(IGPMessage message)
Fired when a geoprocessing message is added. |
int |
offsetPosition(int offsetValue)
Offsets the position of the progression. |
void |
release()
Release a GPServerTrackCancel. |
void |
reset()
Resets the manager after the associated operation is finished. |
void |
setCancelOnClick(boolean pCancelOnClick)
Indicates whether mouse clicks should cancel the operation. |
void |
setCancelOnKeyPress(boolean pCancelOnKeyPress)
Indicates whether the escape key and spacebar should cancel the operation. |
void |
setCheckTime(int milliseconds)
The interval at which the operation will be interrupted to advance progressors and process messages. |
void |
setMaxRange(int maxRange)
The maximum range of the progression. |
void |
setMessage(java.lang.String message)
The message displayed by the progressor. |
void |
setMessageLevel(int messageLevel)
The message level. |
void |
setMinRange(int minRange)
The minimum range of the progression. |
void |
setPosition(int position)
The current position of the progression. |
void |
setProcessMessages(boolean processMessages)
An obsolete method. |
void |
setProgressor(IProgressor progressor)
The progressor used to show progress during lengthy operations. |
void |
setStepValue(int step)
The step increment of the progression. |
void |
show()
Shows the progressor. |
void |
startTimer(int hWnd,
int milliseconds)
An obsolete method. |
void |
step()
Animates or steps the progressor. |
void |
stopTimer()
An obsolete method. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GPServerTrackCancel()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GPServerTrackCancel(java.lang.Object obj)
throws java.io.IOException
GPServerTrackCancel theGPServerTrackCancel = (GPServerTrackCancel) obj;
obj to GPServerTrackCancel.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setCheckTime(int milliseconds)
throws java.io.IOException,
AutomationException
setCheckTime in interface ITrackCancelmilliseconds - The milliseconds (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCheckTime()
throws java.io.IOException,
AutomationException
getCheckTime in interface ITrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProgressor(IProgressor progressor)
throws java.io.IOException,
AutomationException
setProgressor in interface ITrackCancelprogressor - A reference to a com.esri.arcgis.system.IProgressor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IProgressor getProgressor()
throws java.io.IOException,
AutomationException
getProgressor in interface ITrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void cancel()
throws java.io.IOException,
AutomationException
cancel in interface ITrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws java.io.IOException,
AutomationException
reset in interface ITrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean esri_continue()
throws java.io.IOException,
AutomationException
esri_continue in interface ITrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProcessMessages(boolean processMessages)
throws java.io.IOException,
AutomationException
setProcessMessages in interface ITrackCancelprocessMessages - The processMessages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isProcessMessages()
throws java.io.IOException,
AutomationException
isProcessMessages in interface ITrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startTimer(int hWnd,
int milliseconds)
throws java.io.IOException,
AutomationException
startTimer in interface ITrackCancelhWnd - The hWnd (in)milliseconds - The milliseconds (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isTimerFired()
throws java.io.IOException,
AutomationException
isTimerFired in interface ITrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stopTimer()
throws java.io.IOException,
AutomationException
stopTimer in interface ITrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCancelOnClick()
throws java.io.IOException,
AutomationException
isCancelOnClick in interface ITrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCancelOnClick(boolean pCancelOnClick)
throws java.io.IOException,
AutomationException
setCancelOnClick in interface ITrackCancelpCancelOnClick - The pCancelOnClick (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCancelOnKeyPress()
throws java.io.IOException,
AutomationException
isCancelOnKeyPress in interface ITrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCancelOnKeyPress(boolean pCancelOnKeyPress)
throws java.io.IOException,
AutomationException
setCancelOnKeyPress in interface ITrackCancelpCancelOnKeyPress - The pCancelOnKeyPress (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMessage(java.lang.String message)
throws java.io.IOException,
AutomationException
setMessage in interface IProgressormessage - The message (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMessage()
throws java.io.IOException,
AutomationException
getMessage in interface IProgressorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void show()
throws java.io.IOException,
AutomationException
show in interface IProgressorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void step()
throws java.io.IOException,
AutomationException
step in interface IProgressorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void hide()
throws java.io.IOException,
AutomationException
hide in interface IProgressorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinRange(int minRange)
throws java.io.IOException,
AutomationException
setMinRange in interface IStepProgressorminRange - The minRange (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMinRange()
throws java.io.IOException,
AutomationException
getMinRange in interface IStepProgressorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxRange(int maxRange)
throws java.io.IOException,
AutomationException
setMaxRange in interface IStepProgressormaxRange - The maxRange (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxRange()
throws java.io.IOException,
AutomationException
getMaxRange in interface IStepProgressorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStepValue(int step)
throws java.io.IOException,
AutomationException
setStepValue in interface IStepProgressorstep - The step (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStepValue()
throws java.io.IOException,
AutomationException
getStepValue in interface IStepProgressorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPosition(int position)
throws java.io.IOException,
AutomationException
setPosition in interface IStepProgressorposition - The position (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPosition()
throws java.io.IOException,
AutomationException
getPosition in interface IStepProgressorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int offsetPosition(int offsetValue)
throws java.io.IOException,
AutomationException
offsetPosition in interface IStepProgressoroffsetValue - The offsetValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void messageAdded(IGPMessage message)
throws java.io.IOException,
AutomationException
messageAdded in interface IGPMessagesCallbackmessage - A reference to a com.esri.arcgis.geodatabase.IGPMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void init(java.lang.Object pJobTracker)
throws java.io.IOException,
AutomationException
init in interface IGPServerTrackCancelpJobTracker - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IJobMessages getJobMessages()
throws java.io.IOException,
AutomationException
getJobMessages in interface IGPServerTrackCanceljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMessageLevel()
throws java.io.IOException,
AutomationException
getMessageLevel in interface IGPServerTrackCancel2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMessageLevel(int messageLevel)
throws java.io.IOException,
AutomationException
setMessageLevel in interface IGPServerTrackCancel2messageLevel - A com.esri.arcgis.system.esriJobMessageType constant (in)
java.io.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 | ||||||||