com.esri.arcgis.catalog
Class IIMSConnectionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalog.IIMSConnectionProxy
All Implemented Interfaces:
IIMSConnection, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IIMSConnection'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members to connect to an ArcIMS server (IMS).' 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 IIMSConnectionProxy
extends com.esri.arcgis.interop.Dispatch
implements IIMSConnection, 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.catalog.IIMSConnection
IID, IIDa98227bf_d1cd_402e_b5ea_d05f77513755
 
Constructor Summary
  IIMSConnectionProxy()
          Deprecated. For internal use only
  IIMSConnectionProxy(java.lang.Object obj)
          Deprecated.  
protected IIMSConnectionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IIMSConnectionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IIMSConnectionProxy(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()
          Deprecated. Connects to an ArcIMS server.
 void disconnect()
          Deprecated. Disconnects from an ArcIMS server.
 java.lang.String getFileName()
          Deprecated. Path to the IMS connection file.
 java.lang.Object getFilterServices()
          Deprecated. Filters out only the specified services.
 java.lang.String getURL()
          Deprecated. URL to ArcIMS server.
 java.lang.String getUserName()
          Deprecated. User name.
 boolean isConnected()
          Deprecated. Indicates whether the IMS connection has been made.
 boolean isSavePassword()
          Deprecated. Indicates if the password should be saved.
 void loadFromFile(java.lang.String path)
          Deprecated. Loads an IMS connection file containing the URL.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void saveToFile(java.lang.String path)
          Deprecated. Writes an IMS connection file containing the URL.
 void setFilterServices(java.lang.Object names)
          Deprecated. Filters out only the specified services.
 void setPassword(java.lang.String rhs1)
          Deprecated. Password.
 void setSavePassword(boolean flag)
          Deprecated. Indicates if the password should be saved.
 void setURL(java.lang.String uRL)
          Deprecated. URL to ArcIMS server.
 void setUserName(java.lang.String userName)
          Deprecated. User name.
 
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

IIMSConnectionProxy

public IIMSConnectionProxy(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

IIMSConnectionProxy

public IIMSConnectionProxy()
Deprecated. 
For internal use only


IIMSConnectionProxy

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

IIMSConnectionProxy

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

IIMSConnectionProxy

protected IIMSConnectionProxy(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

isConnected

public boolean isConnected()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the IMS connection has been made.

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

connect

public void connect()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Connects to an ArcIMS server.

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

disconnect

public void disconnect()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Disconnects from an ArcIMS server.

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

loadFromFile

public void loadFromFile(java.lang.String path)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Loads an IMS connection file containing the URL.

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

saveToFile

public void saveToFile(java.lang.String path)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Writes an IMS connection file containing the URL.

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

getFileName

public java.lang.String getFileName()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Path to the IMS connection file.

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

getURL

public java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
URL to ArcIMS server.

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

setURL

public void setURL(java.lang.String uRL)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
URL to ArcIMS server.

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

setUserName

public void setUserName(java.lang.String userName)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
User name.

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

getUserName

public java.lang.String getUserName()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
User name.

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

setPassword

public void setPassword(java.lang.String rhs1)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Password.

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

isSavePassword

public boolean isSavePassword()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the password should be saved.

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

setSavePassword

public void setSavePassword(boolean flag)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the password should be saved.

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

getFilterServices

public java.lang.Object getFilterServices()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Filters out only the specified services. Array of strings.

Specified by:
getFilterServices in interface IIMSConnection
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFilterServices

public void setFilterServices(java.lang.Object names)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Filters out only the specified services. Array of strings.

Specified by:
setFilterServices in interface IIMSConnection
Parameters:
names - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.