|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.IResponseMessageProxy
Description: 'Provides access to methods and properties used to access responses from the Tracking Server or datalinks in which a command was issued.' 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 IResponseMessageProxy
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.trackinganalyst.IResponseMessage |
---|
IID, IIDcc018a02_24fb_11d4_b34c_00104ba2abcc |
Constructor Summary | |
---|---|
|
IResponseMessageProxy()
Deprecated. For internal use only |
|
IResponseMessageProxy(java.lang.Object obj)
Deprecated. |
protected |
IResponseMessageProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IResponseMessageProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IResponseMessageProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addArgument(java.lang.Object pValue)
Deprecated. Adds an argument to the response message. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.Object |
getArgument(int nIndex)
Deprecated. Gets argument from the response message. |
int |
getArgumentCount()
Deprecated. Number of arguments in the response message. |
int |
getCommandID()
Deprecated. Identifies command for the response message. |
java.lang.String |
getCommandMessageID()
Deprecated. Indicates ID of the command in the response message. |
java.lang.Object |
getCreationDate()
Deprecated. Indicates the date of the response message's creation. |
java.lang.String |
getDestination()
Deprecated. Indicates destination of the response message. |
int |
getErrorCode()
Deprecated. Error code value. |
java.lang.String |
getID()
Deprecated. ID value for the response message. |
int |
getMessageType()
Deprecated. Indicates type of response message. |
int |
getPriority()
Deprecated. Indicates priority of the response message. |
int |
getStatus()
Deprecated. Indicates status of response message. |
void |
removeArgument(int nIndex)
Deprecated. Removes an argument from the response message. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setArgument(int nIndex,
java.lang.Object pValue)
Deprecated. Sets an argument for the response message. |
void |
setDestination(java.lang.String pVal)
Deprecated. Indicates destination of the response message. |
void |
setErrorCode(int pVal)
Deprecated. Error code value. |
void |
setPriority(int pVal)
Deprecated. Indicates priority of the response message. |
void |
setStatus(int pVal)
Deprecated. Indicates status of response message. |
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 IResponseMessageProxy(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 IResponseMessageProxy()
public IResponseMessageProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IResponseMessageProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IResponseMessageProxy(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.Object getCreationDate() throws java.io.IOException, AutomationException
getCreationDate
in interface IResponseMessage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getID() throws java.io.IOException, AutomationException
getID
in interface IResponseMessage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMessageType() throws java.io.IOException, AutomationException
getMessageType
in interface IResponseMessage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPriority() throws java.io.IOException, AutomationException
getPriority
in interface IResponseMessage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPriority(int pVal) throws java.io.IOException, AutomationException
setPriority
in interface IResponseMessage
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDestination() throws java.io.IOException, AutomationException
getDestination
in interface IResponseMessage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDestination(java.lang.String pVal) throws java.io.IOException, AutomationException
setDestination
in interface IResponseMessage
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getArgumentCount() throws java.io.IOException, AutomationException
getArgumentCount
in interface IResponseMessage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setArgument(int nIndex, java.lang.Object pValue) throws java.io.IOException, AutomationException
setArgument
in interface IResponseMessage
nIndex
- The nIndex (in)pValue
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addArgument(java.lang.Object pValue) throws java.io.IOException, AutomationException
addArgument
in interface IResponseMessage
pValue
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeArgument(int nIndex) throws java.io.IOException, AutomationException
removeArgument
in interface IResponseMessage
nIndex
- The nIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getArgument(int nIndex) throws java.io.IOException, AutomationException
getArgument
in interface IResponseMessage
nIndex
- The nIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCommandID() throws java.io.IOException, AutomationException
getCommandID
in interface IResponseMessage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCommandMessageID() throws java.io.IOException, AutomationException
getCommandMessageID
in interface IResponseMessage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStatus() throws java.io.IOException, AutomationException
getStatus
in interface IResponseMessage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStatus(int pVal) throws java.io.IOException, AutomationException
setStatus
in interface IResponseMessage
pVal
- A com.esri.arcgis.trackinganalyst.enumResponseStatus constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getErrorCode() throws java.io.IOException, AutomationException
getErrorCode
in interface IResponseMessage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setErrorCode(int pVal) throws java.io.IOException, AutomationException
setErrorCode
in interface IResponseMessage
pVal
- The pVal (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 |