Description: 'Provides access to Geoprocessor messages.' 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 =
public class IGPMessagesProxy extends com.esri.arcgis.interop.Dispatch implements IGPMessages, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID0696aa9d_c26b_4a3e_89b7_3763ea11f16c
Modifier | Constructor and Description |
---|---|
|
IGPMessagesProxy()
Deprecated.
For internal use only
|
|
IGPMessagesProxy(java.lang.Object obj)
Deprecated.
|
protected |
IGPMessagesProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IGPMessagesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IGPMessagesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(IGPMessage msg)
Deprecated.
Adds a message object to the messages.
|
void |
addAbort(java.lang.String message)
Deprecated.
Adds an abort message to the messages.
|
void |
addError(int errorCode,
java.lang.String message)
Deprecated.
Adds an error message to the messages.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addMessage(java.lang.String message)
Deprecated.
Adds an informative message to the messages.
|
void |
addMessages(IGPMessages messages)
Deprecated.
Adds all messages from an existing messages object to this messages object.
|
void |
addWarning(java.lang.String message)
Deprecated.
Adds a warning message to the messages.
|
void |
clear()
Deprecated.
Clears the message objects from messages object.
|
IGPMessagesCallback |
getCallback()
Deprecated.
The callback object associated with the GPMessages object.
|
int |
getCount()
Deprecated.
The message count.
|
int |
getMaxSeverity()
Deprecated.
The maximum message severity.
|
IGPMessage |
getMessage(int index)
Deprecated.
Provides a message object from the specified location.
|
IArray |
getMessages()
Deprecated.
The array of message objects.
|
void |
initializeMessages(int nMessages)
Deprecated.
Creates a number of empty messages and adds them to this messages object.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
replace(int index,
IGPMessage msg)
Deprecated.
Replace an existing message in a specified location with a new message object.
|
void |
replaceAbort(int index,
java.lang.String message)
Deprecated.
Creates message of type esriGPMessageTypeAbort and replaces it into a specified position.
|
void |
replaceError(int index,
int errorCode,
java.lang.String message)
Deprecated.
Creates message of type esriGPMessageTypeError and replaces it into a specified position.
|
void |
replaceMessage(int index,
java.lang.String message)
Deprecated.
Creates message and replaces it into a specified position.
|
void |
replaceWarning(int index,
java.lang.String message)
Deprecated.
Creates message of type esriGPMessageTypeWarning and replaces it into a specified position.
|
void |
setCallbackByRef(IGPMessagesCallback messagesCallback)
Deprecated.
The callback object associated with the GPMessages object.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IGPMessagesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGPMessagesProxy()
public IGPMessagesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPMessagesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPMessagesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setCallbackByRef(IGPMessagesCallback messagesCallback) throws java.io.IOException, AutomationException
setCallbackByRef
in interface IGPMessages
messagesCallback
- A reference to a com.esri.arcgis.geodatabase.IGPMessagesCallback (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGPMessagesCallback getCallback() throws java.io.IOException, AutomationException
getCallback
in interface IGPMessages
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void clear() throws java.io.IOException, AutomationException
clear
in interface IGPMessages
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void add(IGPMessage msg) throws java.io.IOException, AutomationException
add
in interface IGPMessages
msg
- 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 addWarning(java.lang.String message) throws java.io.IOException, AutomationException
addWarning
in interface IGPMessages
message
- The message (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addAbort(java.lang.String message) throws java.io.IOException, AutomationException
addAbort
in interface IGPMessages
message
- The message (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addError(int errorCode, java.lang.String message) throws java.io.IOException, AutomationException
addError
in interface IGPMessages
errorCode
- The errorCode (in)message
- The message (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addMessage(java.lang.String message) throws java.io.IOException, AutomationException
addMessage
in interface IGPMessages
message
- The message (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addMessages(IGPMessages messages) throws java.io.IOException, AutomationException
addMessages
in interface IGPMessages
messages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void initializeMessages(int nMessages) throws java.io.IOException, AutomationException
initializeMessages
in interface IGPMessages
nMessages
- The nMessages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void replace(int index, IGPMessage msg) throws java.io.IOException, AutomationException
replace
in interface IGPMessages
index
- The index (in)msg
- 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 replaceError(int index, int errorCode, java.lang.String message) throws java.io.IOException, AutomationException
replaceError
in interface IGPMessages
index
- The index (in)errorCode
- The errorCode (in)message
- The message (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void replaceWarning(int index, java.lang.String message) throws java.io.IOException, AutomationException
replaceWarning
in interface IGPMessages
index
- The index (in)message
- The message (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void replaceAbort(int index, java.lang.String message) throws java.io.IOException, AutomationException
replaceAbort
in interface IGPMessages
index
- The index (in)message
- The message (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void replaceMessage(int index, java.lang.String message) throws java.io.IOException, AutomationException
replaceMessage
in interface IGPMessages
index
- The index (in)message
- The message (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IGPMessages
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGPMessage getMessage(int index) throws java.io.IOException, AutomationException
getMessage
in interface IGPMessages
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getMessages() throws java.io.IOException, AutomationException
getMessages
in interface IGPMessages
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaxSeverity() throws java.io.IOException, AutomationException
getMaxSeverity
in interface IGPMessages
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.