|
|||||||||
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.IInternetServerConnectionProxy
Description: 'Provides access to properties and methods needed to help manage Internet server connections.' 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 IInternetServerConnectionProxy
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.IInternetServerConnection |
---|
IID, IID987a7d76_54df_11d6_b841_00010265adc5 |
Constructor Summary | |
---|---|
|
IInternetServerConnectionProxy()
Deprecated. For internal use only |
|
IInternetServerConnectionProxy(java.lang.Object obj)
Deprecated. |
protected |
IInternetServerConnectionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IInternetServerConnectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IInternetServerConnectionProxy(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 |
connect(java.lang.String bstrUserName,
java.lang.String bstrPassword)
Deprecated. Creates Internet server connection. |
void |
disableDataDefinition(java.lang.String bstrDataDefinitionID)
Deprecated. Disables dataset definition for the Internet server connection. |
void |
disconnect()
Deprecated. Disconnects Internet server connection. |
void |
enableDataDefinition(java.lang.String bstrDataDefinitionID)
Deprecated. Enables data definition for the Internet server connection. |
java.lang.String |
getConnectionName()
Deprecated. Name of Internet server connection. |
java.lang.String |
getConnectionString()
Deprecated. Indicates connection string value. |
IDatasetDef |
getDataSetDefinition(java.lang.String bstrName)
Deprecated. Gets value for dataset definition for Internet server connection. |
java.lang.Object |
getDataSetDefinitionList()
Deprecated. Lists values in the dataset definition. |
java.lang.Object |
getEnabledDataDefinitions()
Deprecated. Indicates whether data definitions are enabled for the Internet server connection. |
int |
getLastConnectionErrorCode()
Deprecated. Indicates error code value for the last Internet server connection. |
java.lang.String |
getLastConnectionErrorMessage()
Deprecated. Indicates error code value for the last Internet server connection. |
IMessage |
getMessage(int nTimeOutInMilliseconds)
Deprecated. Gets message via the Internet server connection. |
int |
getPortNumber()
Deprecated. Port number used for the Internet server connection. |
java.lang.String |
getServerName()
Deprecated. Indicates server name in the Internet server connection. |
java.lang.String |
getSubletPath()
Deprecated. Value of the sublet path for the Internet server connection. |
java.lang.String |
getTopicName(java.lang.String bstrServiceName)
Deprecated. Indicates name for the topic in the Internet server connection. |
ITrackingServiceDef |
getTrackingService(java.lang.String bstrName)
Deprecated. Gets tracking service information for the Internet server connection. |
java.lang.Object |
getTrackingServicesList()
Deprecated. Lists tracking services within the Internet server connection. |
java.lang.String |
getUserName()
Deprecated. Indicates user's name using the Internet server connection. |
boolean |
isConnected()
Deprecated. Indicates whether the Internet server connection is active. |
boolean |
isEnableDataFiltering()
Deprecated. Indicates whether data filtering is enabled for the Internet server connection. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
returnDataSetDefinition(IDatasetDef piDataSetDef)
Deprecated. Returns value for dataset definition in Internet server connection. |
void |
returnTrackingService(ITrackingServiceDef piTrackingServiceDef)
Deprecated. Returns tracking service information for the Internet server connection. |
IResponseMessage |
sendCommand(ICommandMessage piCmdMsg,
int nTimeOut)
Deprecated. Sends command information via the Internet server connection. |
void |
sendMessage(IMessage piMessage)
Deprecated. Sends message via the Internet server connection. |
void |
setConnectionName(java.lang.String pbstrConnectionName)
Deprecated. Name of Internet server connection. |
void |
setConnectionString(java.lang.String pbstrConnectionString)
Deprecated. Indicates connection string value. |
void |
setEnableDataFiltering(boolean pbvVal)
Deprecated. Indicates whether data filtering is enabled for the Internet server connection. |
void |
setPortNumber(int plPortNumber)
Deprecated. Port number used for the Internet server connection. |
void |
setServerName(java.lang.String pVal)
Deprecated. Indicates server name in the Internet server connection. |
void |
setSubletPath(java.lang.String pbstrSubletPath)
Deprecated. Value of the sublet path for the Internet server connection. |
void |
setTopicName(java.lang.String bstrServiceName,
java.lang.String pbstrTopicName)
Deprecated. Indicates name for the topic in the Internet server connection. |
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 IInternetServerConnectionProxy(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 IInternetServerConnectionProxy()
public IInternetServerConnectionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IInternetServerConnectionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IInternetServerConnectionProxy(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 boolean isConnected() throws java.io.IOException, AutomationException
isConnected
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getServerName() throws java.io.IOException, AutomationException
getServerName
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServerName(java.lang.String pVal) throws java.io.IOException, AutomationException
setServerName
in interface IInternetServerConnection
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getUserName() throws java.io.IOException, AutomationException
getUserName
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnableDataFiltering() throws java.io.IOException, AutomationException
isEnableDataFiltering
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnableDataFiltering(boolean pbvVal) throws java.io.IOException, AutomationException
setEnableDataFiltering
in interface IInternetServerConnection
pbvVal
- The pbvVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDataSetDefinitionList() throws java.io.IOException, AutomationException
getDataSetDefinitionList
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getEnabledDataDefinitions() throws java.io.IOException, AutomationException
getEnabledDataDefinitions
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLastConnectionErrorCode() throws java.io.IOException, AutomationException
getLastConnectionErrorCode
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLastConnectionErrorMessage() throws java.io.IOException, AutomationException
getLastConnectionErrorMessage
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getConnectionName() throws java.io.IOException, AutomationException
getConnectionName
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConnectionName(java.lang.String pbstrConnectionName) throws java.io.IOException, AutomationException
setConnectionName
in interface IInternetServerConnection
pbstrConnectionName
- The pbstrConnectionName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getConnectionString() throws java.io.IOException, AutomationException
getConnectionString
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConnectionString(java.lang.String pbstrConnectionString) throws java.io.IOException, AutomationException
setConnectionString
in interface IInternetServerConnection
pbstrConnectionString
- The pbstrConnectionString (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void connect(java.lang.String bstrUserName, java.lang.String bstrPassword) throws java.io.IOException, AutomationException
connect
in interface IInternetServerConnection
bstrUserName
- The bstrUserName (in)bstrPassword
- The bstrPassword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void disconnect() throws java.io.IOException, AutomationException
disconnect
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void sendMessage(IMessage piMessage) throws java.io.IOException, AutomationException
sendMessage
in interface IInternetServerConnection
piMessage
- A reference to a com.esri.arcgis.trackinganalyst.IMessage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMessage getMessage(int nTimeOutInMilliseconds) throws java.io.IOException, AutomationException
getMessage
in interface IInternetServerConnection
nTimeOutInMilliseconds
- The nTimeOutInMilliseconds (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enableDataDefinition(java.lang.String bstrDataDefinitionID) throws java.io.IOException, AutomationException
enableDataDefinition
in interface IInternetServerConnection
bstrDataDefinitionID
- The bstrDataDefinitionID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void disableDataDefinition(java.lang.String bstrDataDefinitionID) throws java.io.IOException, AutomationException
disableDataDefinition
in interface IInternetServerConnection
bstrDataDefinitionID
- The bstrDataDefinitionID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void returnDataSetDefinition(IDatasetDef piDataSetDef) throws java.io.IOException, AutomationException
returnDataSetDefinition
in interface IInternetServerConnection
piDataSetDef
- A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDatasetDef getDataSetDefinition(java.lang.String bstrName) throws java.io.IOException, AutomationException
getDataSetDefinition
in interface IInternetServerConnection
bstrName
- The bstrName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IResponseMessage sendCommand(ICommandMessage piCmdMsg, int nTimeOut) throws java.io.IOException, AutomationException
sendCommand
in interface IInternetServerConnection
piCmdMsg
- A reference to a com.esri.arcgis.trackinganalyst.ICommandMessage (in)nTimeOut
- The nTimeOut (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getTrackingServicesList() throws java.io.IOException, AutomationException
getTrackingServicesList
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITrackingServiceDef getTrackingService(java.lang.String bstrName) throws java.io.IOException, AutomationException
getTrackingService
in interface IInternetServerConnection
bstrName
- The bstrName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void returnTrackingService(ITrackingServiceDef piTrackingServiceDef) throws java.io.IOException, AutomationException
returnTrackingService
in interface IInternetServerConnection
piTrackingServiceDef
- A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSubletPath() throws java.io.IOException, AutomationException
getSubletPath
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSubletPath(java.lang.String pbstrSubletPath) throws java.io.IOException, AutomationException
setSubletPath
in interface IInternetServerConnection
pbstrSubletPath
- The pbstrSubletPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTopicName(java.lang.String bstrServiceName) throws java.io.IOException, AutomationException
getTopicName
in interface IInternetServerConnection
bstrServiceName
- The bstrServiceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTopicName(java.lang.String bstrServiceName, java.lang.String pbstrTopicName) throws java.io.IOException, AutomationException
setTopicName
in interface IInternetServerConnection
bstrServiceName
- The bstrServiceName (in)pbstrTopicName
- The pbstrTopicName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPortNumber() throws java.io.IOException, AutomationException
getPortNumber
in interface IInternetServerConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPortNumber(int plPortNumber) throws java.io.IOException, AutomationException
setPortNumber
in interface IInternetServerConnection
plPortNumber
- The plPortNumber (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 |