|
|||||||||
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.IServerConnectionProxy
Description: 'Provides access to the methods and properties for a connector object to connect to a Tracking Server.' 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 IServerConnectionProxy
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.IServerConnection |
---|
IID, IIDcc018a11_24fb_11d4_b34c_00104ba2abcc |
Constructor Summary | |
---|---|
|
IServerConnectionProxy()
Deprecated. For internal use only |
|
IServerConnectionProxy(java.lang.Object obj)
Deprecated. |
protected |
IServerConnectionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IServerConnectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IServerConnectionProxy(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 connection to the server. |
void |
disableDataDefinition(java.lang.String bstrDataDefinitionID)
Deprecated. Disables data definition for the server connection. |
void |
disconnect()
Deprecated. Disconnects connection from the server. |
void |
enableDataDefinition(java.lang.String bstrDataDefinitionID)
Deprecated. Enables data definition for the server connection. |
java.lang.String |
getConnectionName()
Deprecated. Indicates the name of the connection to the server. |
java.lang.String |
getConnectionString()
Deprecated. Connection string value for the server connection. |
IDatasetDef |
getDataSetDefinition(java.lang.String bstrName)
Deprecated. Gets dataset definition information for the server connection. |
java.lang.Object |
getDataSetDefinitionList()
Deprecated. Lists the dataset definition information for the connection. |
java.lang.Object |
getEnabledDataDefinitions()
Deprecated. Indicates which data definitions are enabled. |
int |
getLastConnectionErrorCode()
Deprecated. Indicates the error code for the last connection to the server. |
java.lang.String |
getLastConnectionErrorMessage()
Deprecated. Indicates the error message for the last connection to the server. |
IMessage |
getMessage(int nTimeOutInMilliseconds)
Deprecated. Retrieves a message from the server connection. |
java.lang.String |
getServerName()
Deprecated. Name for the server. |
java.lang.String |
getUserName()
Deprecated. User's login name. |
boolean |
isConnected()
Deprecated. Indicates whether the server connection is connected. |
boolean |
isEnableDataFiltering()
Deprecated. Indicates whether data filtering is enabled for the connection. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
returnDataSetDefinition(IDatasetDef piDataSetDef)
Deprecated. Returns dataset definition information for the server connection. |
IResponseMessage |
sendCommand(ICommandMessage piCmdMsg,
int nTimeOut)
Deprecated. Sends a command to the server connection. |
void |
sendMessage(IMessage piMessage)
Deprecated. Sends a message through the server connection path. |
void |
setConnectionName(java.lang.String pbstrConnectionName)
Deprecated. Indicates the name of the connection to the server. |
void |
setConnectionString(java.lang.String pbstrConnectionString)
Deprecated. Connection string value for the server connection. |
void |
setEnableDataFiltering(boolean pbvVal)
Deprecated. Indicates whether data filtering is enabled for the connection. |
void |
setServerName(java.lang.String pVal)
Deprecated. Name for the server. |
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 IServerConnectionProxy(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 IServerConnectionProxy()
public IServerConnectionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IServerConnectionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IServerConnectionProxy(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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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 IServerConnection
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |