com.esri.arcgis.globecore
Class IGlobeServerSetupProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.IGlobeServerSetupProxy
All Implemented Interfaces:
IGlobeServerSetup, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGlobeServerSetup'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to members for initializing a Globe 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 IGlobeServerSetupProxy
extends com.esri.arcgis.interop.Dispatch
implements IGlobeServerSetup, 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.globecore.IGlobeServerSetup
IID, IIDaaaed790_cd9d_4007_b4b2_c97fa9e39809
 
Constructor Summary
  IGlobeServerSetupProxy()
          Deprecated. For internal use only
  IGlobeServerSetupProxy(java.lang.Object obj)
          Deprecated.  
protected IGlobeServerSetupProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGlobeServerSetupProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGlobeServerSetupProxy(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 getPhysicalCacheDirectory()
          Deprecated. The physical directory for Globe cache.
 java.lang.String getPhysicalOutputDirectory()
          Deprecated. The physical directory for output files.
 java.lang.String getSOMPhysicalCacheDirectory()
          Deprecated. The SOM physical directory for Globe cache.
 java.lang.String getSOMVirtualCacheDirectory()
          Deprecated. The SOM virtual directory for Globe cache.
 java.lang.String getVirtualCacheDirectory()
          Deprecated. The virtual directory for Globe cache.
 java.lang.String getVirtualOutputDirectory()
          Deprecated. The virtual directory for output files.
 void init(java.lang.String docFile)
          Deprecated. Initializes the server from a globe document path.
 void initFromLayer(java.lang.String layerFile)
          Deprecated. Initializes the server from from a layer file.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setPhysicalCacheDirectory(java.lang.String pPath)
          Deprecated. The physical directory for Globe cache.
 void setPhysicalOutputDirectory(java.lang.String pPath)
          Deprecated. The physical directory for output files.
 void setSOMPhysicalCacheDirectory(java.lang.String pPath)
          Deprecated. The SOM physical directory for Globe cache.
 void setVirtualCacheDirectory(java.lang.String pPath)
          Deprecated. The virtual directory for Globe cache.
 void setVirtualOutputDirectory(java.lang.String pPath)
          Deprecated. The virtual directory for output files.
 
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

IGlobeServerSetupProxy

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

IGlobeServerSetupProxy

public IGlobeServerSetupProxy()
Deprecated. 
For internal use only


IGlobeServerSetupProxy

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

IGlobeServerSetupProxy

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

IGlobeServerSetupProxy

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

init

public void init(java.lang.String docFile)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Initializes the server from a globe document path. The path must be accessible to the server machine.

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

initFromLayer

public void initFromLayer(java.lang.String layerFile)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Initializes the server from from a layer file. The path must be accessible to the server machine.

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

setPhysicalOutputDirectory

public void setPhysicalOutputDirectory(java.lang.String pPath)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The physical directory for output files.

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

getPhysicalOutputDirectory

public java.lang.String getPhysicalOutputDirectory()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The physical directory for output files.

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

setVirtualOutputDirectory

public void setVirtualOutputDirectory(java.lang.String pPath)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The virtual directory for output files.

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

getVirtualOutputDirectory

public java.lang.String getVirtualOutputDirectory()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
The virtual directory for output files.

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

setPhysicalCacheDirectory

public void setPhysicalCacheDirectory(java.lang.String pPath)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The physical directory for Globe cache.

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

getPhysicalCacheDirectory

public java.lang.String getPhysicalCacheDirectory()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
The physical directory for Globe cache.

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

setSOMPhysicalCacheDirectory

public void setSOMPhysicalCacheDirectory(java.lang.String pPath)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The SOM physical directory for Globe cache.

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

getSOMPhysicalCacheDirectory

public java.lang.String getSOMPhysicalCacheDirectory()
                                              throws java.io.IOException,
                                                     AutomationException
Deprecated. 
The SOM physical directory for Globe cache.

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

setVirtualCacheDirectory

public void setVirtualCacheDirectory(java.lang.String pPath)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The virtual directory for Globe cache.

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

getVirtualCacheDirectory

public java.lang.String getVirtualCacheDirectory()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
The virtual directory for Globe cache.

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

getSOMVirtualCacheDirectory

public java.lang.String getSOMVirtualCacheDirectory()
                                             throws java.io.IOException,
                                                    AutomationException
Deprecated. 
The SOM virtual directory for Globe cache.

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