|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IGPMessageManagerProxy
Description: 'Provides access to the properties/methods of a geoprocessing message manager object.' 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 IGPMessageManagerProxy
Internal use class
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.IGPMessageManager |
---|
IID, IIDa440ec5f_34b5_45b3_bcd1_ae631cf84214 |
Constructor Summary | |
---|---|
|
IGPMessageManagerProxy()
Deprecated. For internal use only |
|
IGPMessageManagerProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPMessageManagerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPMessageManagerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPMessageManagerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addMessage(int type,
int iD,
IGPMessages msgs)
Deprecated. Add a given message from the message id to the messages object. |
void |
addMessage1Args(int type,
int iD,
java.lang.String arg1,
IGPMessages msgs)
Deprecated. Add a given message from the message id to the messages object. |
void |
addMessage2Args(int type,
int iD,
java.lang.String arg1,
java.lang.String arg2,
IGPMessages msgs)
Deprecated. Add a given message from the message id to the messages object. |
void |
addMessageText(int type,
int iD,
java.lang.String msg,
IGPMessages msgs)
Deprecated. Add a given message from the message text to the messages object. |
void |
chainGPMessage(IGPMessage pMsg)
Deprecated. Chain a given GPMessage. |
void |
chainMessage(int type,
int iD)
Deprecated. Chain a given message from the message id. |
void |
chainMessage1Args(int type,
int iD,
java.lang.String arg1)
Deprecated. Chain a given message from the message id. |
void |
chainMessage2Args(int type,
int iD,
java.lang.String arg1,
java.lang.String arg2)
Deprecated. Chain a given message from the message id. |
void |
chainMessageText(int type,
int iD,
java.lang.String msg)
Deprecated. Chain a given message from the message text. |
void |
checkForErrors(long fdoError,
IGPMessages messages,
boolean keepAllErrors)
Deprecated. Check for any errors in the IErrorInfo structure. |
java.lang.String |
generateMessage(int type,
int iD)
Deprecated. Generate a given message from the message id. |
java.lang.String |
getMessage(int iD)
Deprecated. Get a given message. |
void |
lookForGPChainedErrors(IGPMessages messages)
Deprecated. Transfer any GP errors or warnings to the messages object. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setMessage(int type,
int iD,
int pos,
IGPMessages msgs)
Deprecated. Set a given message from the message id to the messages object. |
void |
setMessage1Args(int type,
int iD,
java.lang.String arg1,
int pos,
IGPMessages msgs)
Deprecated. Set a given message from the message id to the messages object. |
void |
setMessage2Args(int type,
int iD,
java.lang.String arg1,
java.lang.String arg2,
int pos,
IGPMessages msgs)
Deprecated. Set a given message from the message id to the messages object. |
void |
setMessageText(int type,
int iD,
java.lang.String msg,
int pos,
IGPMessages msgs)
Deprecated. Set a given message from the message text to the messages 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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGPMessageManagerProxy(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 IGPMessageManagerProxy()
public IGPMessageManagerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPMessageManagerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPMessageManagerProxy(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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getMessage(int iD) throws java.io.IOException, AutomationException
getMessage
in interface IGPMessageManager
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String generateMessage(int type, int iD) throws java.io.IOException, AutomationException
generateMessage
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addMessage(int type, int iD, IGPMessages msgs) throws java.io.IOException, AutomationException
addMessage
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)msgs
- 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 addMessage1Args(int type, int iD, java.lang.String arg1, IGPMessages msgs) throws java.io.IOException, AutomationException
addMessage1Args
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)arg1
- The arg1 (in)msgs
- 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 addMessage2Args(int type, int iD, java.lang.String arg1, java.lang.String arg2, IGPMessages msgs) throws java.io.IOException, AutomationException
addMessage2Args
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)arg1
- The arg1 (in)arg2
- The arg2 (in)msgs
- 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 addMessageText(int type, int iD, java.lang.String msg, IGPMessages msgs) throws java.io.IOException, AutomationException
addMessageText
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)msg
- The msg (in)msgs
- 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 setMessage(int type, int iD, int pos, IGPMessages msgs) throws java.io.IOException, AutomationException
setMessage
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)pos
- The pos (in)msgs
- 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 setMessage1Args(int type, int iD, java.lang.String arg1, int pos, IGPMessages msgs) throws java.io.IOException, AutomationException
setMessage1Args
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)arg1
- The arg1 (in)pos
- The pos (in)msgs
- 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 setMessage2Args(int type, int iD, java.lang.String arg1, java.lang.String arg2, int pos, IGPMessages msgs) throws java.io.IOException, AutomationException
setMessage2Args
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)arg1
- The arg1 (in)arg2
- The arg2 (in)pos
- The pos (in)msgs
- 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 setMessageText(int type, int iD, java.lang.String msg, int pos, IGPMessages msgs) throws java.io.IOException, AutomationException
setMessageText
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)msg
- The msg (in)pos
- The pos (in)msgs
- 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 chainMessage(int type, int iD) throws java.io.IOException, AutomationException
chainMessage
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void chainMessage1Args(int type, int iD, java.lang.String arg1) throws java.io.IOException, AutomationException
chainMessage1Args
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)arg1
- The arg1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void chainMessage2Args(int type, int iD, java.lang.String arg1, java.lang.String arg2) throws java.io.IOException, AutomationException
chainMessage2Args
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)arg1
- The arg1 (in)arg2
- The arg2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void chainMessageText(int type, int iD, java.lang.String msg) throws java.io.IOException, AutomationException
chainMessageText
in interface IGPMessageManager
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)iD
- The iD (in)msg
- The msg (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void checkForErrors(long fdoError, IGPMessages messages, boolean keepAllErrors) throws java.io.IOException, AutomationException
checkForErrors
in interface IGPMessageManager
fdoError
- An error code (in)messages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)keepAllErrors
- The keepAllErrors (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void lookForGPChainedErrors(IGPMessages messages) throws java.io.IOException, AutomationException
lookForGPChainedErrors
in interface IGPMessageManager
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 chainGPMessage(IGPMessage pMsg) throws java.io.IOException, AutomationException
chainGPMessage
in interface IGPMessageManager
pMsg
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |