com.esri.arcgis.geodatabase
Class IGPMessagesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IGPMessagesProxy
All Implemented Interfaces:
IGPMessages, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPMessages'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGPMessages
IID, IID0696aa9d_c26b_4a3e_89b7_3763ea11f16c
 
Constructor Summary
  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.  
 
Method Summary
 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.  
 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.  
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPMessagesProxy

public IGPMessagesProxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGPMessagesProxy

public IGPMessagesProxy()
Deprecated. 
For internal use only


IGPMessagesProxy

public IGPMessagesProxy(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPMessagesProxy

protected IGPMessagesProxy(java.lang.Object obj,
                           java.lang.String iid)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPMessagesProxy

protected IGPMessagesProxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setCallbackByRef

public void setCallbackByRef(IGPMessagesCallback messagesCallback)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The callback object associated with the GPMessages object.

Specified by:
setCallbackByRef in interface IGPMessages
Parameters:
messagesCallback - A reference to a com.esri.arcgis.geodatabase.IGPMessagesCallback (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCallback

public IGPMessagesCallback getCallback()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The callback object associated with the GPMessages object.

Specified by:
getCallback in interface IGPMessages
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPMessagesCallback
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

public void clear()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Clears the message objects from messages object.

Specified by:
clear in interface IGPMessages
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(IGPMessage msg)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Adds a message object to the messages.

Specified by:
add in interface IGPMessages
Parameters:
msg - A reference to a com.esri.arcgis.geodatabase.IGPMessage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addWarning

public void addWarning(java.lang.String message)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Adds a warning message to the messages.

Specified by:
addWarning in interface IGPMessages
Parameters:
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addAbort

public void addAbort(java.lang.String message)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Adds an abort message to the messages.

Specified by:
addAbort in interface IGPMessages
Parameters:
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addError

public void addError(int errorCode,
                     java.lang.String message)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Adds an error message to the messages.

Specified by:
addError in interface IGPMessages
Parameters:
errorCode - The errorCode (in)
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addMessage

public void addMessage(java.lang.String message)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Adds an informative message to the messages.

Specified by:
addMessage in interface IGPMessages
Parameters:
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addMessages

public void addMessages(IGPMessages messages)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Adds all messages from an existing messages object to this messages object.

Specified by:
addMessages in interface IGPMessages
Parameters:
messages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initializeMessages

public void initializeMessages(int nMessages)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Creates a number of empty messages and adds them to this messages object.

Specified by:
initializeMessages in interface IGPMessages
Parameters:
nMessages - The nMessages (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replace

public void replace(int index,
                    IGPMessage msg)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Replace an existing message in a specified location with a new message object.

Specified by:
replace in interface IGPMessages
Parameters:
index - The index (in)
msg - A reference to a com.esri.arcgis.geodatabase.IGPMessage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceError

public void replaceError(int index,
                         int errorCode,
                         java.lang.String message)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Creates message of type esriGPMessageTypeError and replaces it into a specified position.

Specified by:
replaceError in interface IGPMessages
Parameters:
index - The index (in)
errorCode - The errorCode (in)
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceWarning

public void replaceWarning(int index,
                           java.lang.String message)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Creates message of type esriGPMessageTypeWarning and replaces it into a specified position.

Specified by:
replaceWarning in interface IGPMessages
Parameters:
index - The index (in)
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceAbort

public void replaceAbort(int index,
                         java.lang.String message)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Creates message of type esriGPMessageTypeAbort and replaces it into a specified position.

Specified by:
replaceAbort in interface IGPMessages
Parameters:
index - The index (in)
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceMessage

public void replaceMessage(int index,
                           java.lang.String message)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Creates message and replaces it into a specified position.

Specified by:
replaceMessage in interface IGPMessages
Parameters:
index - The index (in)
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The message count.

Specified by:
getCount in interface IGPMessages
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessage

public IGPMessage getMessage(int index)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Provides a message object from the specified location.

Specified by:
getMessage in interface IGPMessages
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPMessage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessages

public IArray getMessages()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The array of message objects.

Specified by:
getMessages in interface IGPMessages
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxSeverity

public int getMaxSeverity()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The maximum message severity.

Specified by:
getMaxSeverity in interface IGPMessages
Returns:
A com.esri.arcgis.geodatabase.esriGPMessageSeverity constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.