com.esri.arcgis.gisclient
Class IRemoteMetadataNameProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.gisclient.IRemoteMetadataNameProxy
All Implemented Interfaces:
IRemoteMetadataName, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members to manipulate information specific to metadata stored in an ArcIMS Metadata 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 IRemoteMetadataNameProxy
extends com.esri.arcgis.interop.Dispatch
implements IRemoteMetadataName, 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.gisclient.IRemoteMetadataName
IID, IIDc7535706_3898_419c_b65b_9faf0d8bfc83
 
Constructor Summary
  IRemoteMetadataNameProxy()
          Deprecated. For internal use only
  IRemoteMetadataNameProxy(java.lang.Object obj)
          Deprecated.  
protected IRemoteMetadataNameProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRemoteMetadataNameProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRemoteMetadataNameProxy(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.  
 java.lang.String getDataset()
          Deprecated. Name of metadata document on server.
 IEnvelope getExtent()
          Deprecated. The extent of the dataset represented by this document.
 int getIndexStatus()
          Deprecated. Indicates whether this document is indexed on the server.
 java.lang.String getMetadataURL()
          Deprecated. URL of metadata document on server.
 java.lang.String getOnlink()
          Deprecated. The online linkage contained within this document.
 java.lang.String getOwner()
          Deprecated. ArcIMS authenticated user owning metadata document.
 java.lang.String getParentDataset()
          Deprecated. Name of parent of metadata document on server.
 java.lang.String getParentOwner()
          Deprecated. ArcIMS authenticated user owning parent of metadata document.
 java.lang.String getParentUserID()
          Deprecated. Unique id (UUID) of parent of metadata document.
 int getRefCount()
          Deprecated. The number of references to this document on the server.
 java.lang.String getServer()
          Deprecated. The URL of the ArcIMS server running the service represented by this document.
 java.lang.String getService()
          Deprecated. The name of the ArcIMS service represented by this document.
 java.lang.String getThumbnailURL()
          Deprecated. URL of thumbnail image on server.
 java.lang.String getUserID()
          Deprecated. Unique id (UUID) of metadata document.
 boolean isFolder()
          Deprecated. Indicates whether this metadata document is a folder.
 boolean isPrivateDocument()
          Deprecated. Indicates whether this metadata document is private.
 boolean isRoot()
          Deprecated. Indicates whether this metadata document is the root document.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDataset(java.lang.String pDataset)
          Deprecated. Name of metadata document on server.
 void setExtentByRef(IEnvelope ppExtent)
          Deprecated. The extent of the dataset represented by this document.
 void setIndexStatus(int pIndexStatus)
          Deprecated. Indicates whether this document is indexed on the server.
 void setIsFolder(boolean pIsFolder)
          Deprecated. Indicates whether this metadata document is a folder.
 void setIsPrivateDocument(boolean pIsPrivate)
          Deprecated. Indicates whether this metadata document is private.
 void setIsRoot(boolean pIsRoot)
          Deprecated. Indicates whether this metadata document is the root document.
 void setMetadataURL(java.lang.String pUrl)
          Deprecated. URL of metadata document on server.
 void setOnlink(java.lang.String onlink)
          Deprecated. The online linkage contained within this document.
 void setOwner(java.lang.String pOwner)
          Deprecated. ArcIMS authenticated user owning metadata document.
 void setParentDataset(java.lang.String pDataset)
          Deprecated. Name of parent of metadata document on server.
 void setParentOwner(java.lang.String pOwner)
          Deprecated. ArcIMS authenticated user owning parent of metadata document.
 void setParentUserID(java.lang.String pUserID)
          Deprecated. Unique id (UUID) of parent of metadata document.
 void setRefCount(int pRefCount)
          Deprecated. The number of references to this document on the server.
 void setServer(java.lang.String server)
          Deprecated. The URL of the ArcIMS server running the service represented by this document.
 void setService(java.lang.String service)
          Deprecated. The name of the ArcIMS service represented by this document.
 void setThumbnailURL(java.lang.String pUrl)
          Deprecated. URL of thumbnail image on server.
 void setUserID(java.lang.String pUserID)
          Deprecated. Unique id (UUID) of metadata document.
 
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

IRemoteMetadataNameProxy

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

IRemoteMetadataNameProxy

public IRemoteMetadataNameProxy()
Deprecated. 
For internal use only


IRemoteMetadataNameProxy

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

IRemoteMetadataNameProxy

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

IRemoteMetadataNameProxy

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

setDataset

public void setDataset(java.lang.String pDataset)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Name of metadata document on server.

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

getDataset

public java.lang.String getDataset()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Name of metadata document on server.

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

setOwner

public void setOwner(java.lang.String pOwner)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
ArcIMS authenticated user owning metadata document.

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

getOwner

public java.lang.String getOwner()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
ArcIMS authenticated user owning metadata document.

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

setUserID

public void setUserID(java.lang.String pUserID)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Unique id (UUID) of metadata document.

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

getUserID

public java.lang.String getUserID()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Unique id (UUID) of metadata document.

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

setParentDataset

public void setParentDataset(java.lang.String pDataset)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Name of parent of metadata document on server.

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

getParentDataset

public java.lang.String getParentDataset()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Name of parent of metadata document on server.

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

setParentOwner

public void setParentOwner(java.lang.String pOwner)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
ArcIMS authenticated user owning parent of metadata document.

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

getParentOwner

public java.lang.String getParentOwner()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
ArcIMS authenticated user owning parent of metadata document.

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

setParentUserID

public void setParentUserID(java.lang.String pUserID)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Unique id (UUID) of parent of metadata document.

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

getParentUserID

public java.lang.String getParentUserID()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Unique id (UUID) of parent of metadata document.

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

setMetadataURL

public void setMetadataURL(java.lang.String pUrl)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
URL of metadata document on server.

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

getMetadataURL

public java.lang.String getMetadataURL()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
URL of metadata document on server.

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

setThumbnailURL

public void setThumbnailURL(java.lang.String pUrl)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
URL of thumbnail image on server.

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

getThumbnailURL

public java.lang.String getThumbnailURL()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
URL of thumbnail image on server.

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

setIsFolder

public void setIsFolder(boolean pIsFolder)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether this metadata document is a folder.

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

isFolder

public boolean isFolder()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether this metadata document is a folder.

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

setIsRoot

public void setIsRoot(boolean pIsRoot)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates whether this metadata document is the root document.

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

isRoot

public boolean isRoot()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates whether this metadata document is the root document.

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

setIsPrivateDocument

public void setIsPrivateDocument(boolean pIsPrivate)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether this metadata document is private.

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

isPrivateDocument

public boolean isPrivateDocument()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether this metadata document is private.

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

setRefCount

public void setRefCount(int pRefCount)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The number of references to this document on the server.

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

getRefCount

public int getRefCount()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The number of references to this document on the server.

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

setExtentByRef

public void setExtentByRef(IEnvelope ppExtent)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent of the dataset represented by this document.

Specified by:
setExtentByRef in interface IRemoteMetadataName
Parameters:
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent of the dataset represented by this document.

Specified by:
getExtent in interface IRemoteMetadataName
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOnlink

public void setOnlink(java.lang.String onlink)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The online linkage contained within this document.

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

getOnlink

public java.lang.String getOnlink()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The online linkage contained within this document.

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

setServer

public void setServer(java.lang.String server)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The URL of the ArcIMS server running the service represented by this document.

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

getServer

public java.lang.String getServer()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The URL of the ArcIMS server running the service represented by this document.

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

setService

public void setService(java.lang.String service)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The name of the ArcIMS service represented by this document.

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

getService

public java.lang.String getService()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The name of the ArcIMS service represented by this document.

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

getIndexStatus

public int getIndexStatus()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether this document is indexed on the server.

Specified by:
getIndexStatus in interface IRemoteMetadataName
Returns:
A com.esri.arcgis.gisclient.acIndexStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexStatus

public void setIndexStatus(int pIndexStatus)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether this document is indexed on the server.

Specified by:
setIndexStatus in interface IRemoteMetadataName
Parameters:
pIndexStatus - A com.esri.arcgis.gisclient.acIndexStatus constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.