com.esri.arcgis.server
Class IServerObjectFactoryXProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerObjectFactoryXProxy
All Implemented Interfaces:
IServerObjectFactoryX, java.io.Externalizable, java.io.Serializable

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

Description: 'Factory interface to create server objects.' 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 IServerObjectFactoryXProxy
extends com.esri.arcgis.interop.Dispatch
implements IServerObjectFactoryX, 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.server.IServerObjectFactoryX
IID, IIDd4b031ba_ad7d_438b_811c_a362f8b2d818
 
Constructor Summary
  IServerObjectFactoryXProxy()
          Deprecated. For internal use only
  IServerObjectFactoryXProxy(java.lang.Object obj)
          Deprecated.  
protected IServerObjectFactoryXProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IServerObjectFactoryXProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IServerObjectFactoryXProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addAddInFolder(java.lang.String addInFolderPath)
          Deprecated. Adds a folder to the Add In folder processing list.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IConfigurationFactory createConfigurationFactory(java.lang.String cfgName, java.lang.String cfgType, java.lang.String cLSID)
          Deprecated. Creates a new server configuration factory for a given type.
 java.lang.Object createObject(java.lang.String cLSID)
          Deprecated. Creates an instance of an AddIn given a CLSID.
 IServerObject createServerObject(java.lang.String cLSID, java.lang.String cfgName, java.lang.String cfgType, IPropertySet ipProps)
          Deprecated. Creates a new server object given a CLSID.
 java.lang.String getJobRegistryPath()
          Deprecated. Gets the path to the job registry that was set on the factory.
 java.lang.String getLogDirectoryPath()
          Deprecated. Gets the path to the log directory that was set on the factory.
 java.lang.String getLogLevel()
          Deprecated. Gets the log level that was set on the factory.
 int getMaxLogFileSize()
          Deprecated. Gets the maximum size of the log file that was set on the factory.
 void removeAddInFolder(java.lang.String addInFolderPath)
          Deprecated. Removes a folder from the Add In folder processing list.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setJobRegistryPath(java.lang.String jobRegPath)
          Deprecated. Sets the path to the job registry maintained on disk.
 void setLogDirectoryPath(java.lang.String logDirPath)
          Deprecated. Sets the path to the log directory.
 void setLogLevel(java.lang.String logLevel)
          Deprecated. Sets the log level.
 void setMaxLogFileSize(int maxLogFileSize)
          Deprecated. Sets the maximum size of the log file.
 void setProcessId(int processId)
          Deprecated. Sets the process id.
 void setProductCode(int productCode)
          Deprecated. Sets the product code.
 void shutdown()
          Deprecated. Cleanup routine that indicates a shutdown of the STA thread thats hosting factory.
 void shutdownEx(IServerObject ipSO)
          Deprecated. Cleanup routine that calls ShutDown on the Server object and extensions.
 
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

IServerObjectFactoryXProxy

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

IServerObjectFactoryXProxy

public IServerObjectFactoryXProxy()
Deprecated. 
For internal use only


IServerObjectFactoryXProxy

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

IServerObjectFactoryXProxy

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

IServerObjectFactoryXProxy

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

addAddInFolder

public void addAddInFolder(java.lang.String addInFolderPath)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Adds a folder to the Add In folder processing list.

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

removeAddInFolder

public void removeAddInFolder(java.lang.String addInFolderPath)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Removes a folder from the Add In folder processing list.

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

setProductCode

public void setProductCode(int productCode)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Sets the product code.

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

setJobRegistryPath

public void setJobRegistryPath(java.lang.String jobRegPath)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Sets the path to the job registry maintained on disk.

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

getJobRegistryPath

public java.lang.String getJobRegistryPath()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Gets the path to the job registry that was set on the factory.

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

setLogDirectoryPath

public void setLogDirectoryPath(java.lang.String logDirPath)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Sets the path to the log directory.

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

getLogDirectoryPath

public java.lang.String getLogDirectoryPath()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Gets the path to the log directory that was set on the factory.

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

setLogLevel

public void setLogLevel(java.lang.String logLevel)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Sets the log level.

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

getLogLevel

public java.lang.String getLogLevel()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Gets the log level that was set on the factory.

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

setMaxLogFileSize

public void setMaxLogFileSize(int maxLogFileSize)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Sets the maximum size of the log file.

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

getMaxLogFileSize

public int getMaxLogFileSize()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Gets the maximum size of the log file that was set on the factory.

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

createServerObject

public IServerObject createServerObject(java.lang.String cLSID,
                                        java.lang.String cfgName,
                                        java.lang.String cfgType,
                                        IPropertySet ipProps)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Creates a new server object given a CLSID.

Specified by:
createServerObject in interface IServerObjectFactoryX
Parameters:
cLSID - The cLSID (in)
cfgName - The cfgName (in)
cfgType - The cfgType (in)
ipProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.server.IServerObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createConfigurationFactory

public IConfigurationFactory createConfigurationFactory(java.lang.String cfgName,
                                                        java.lang.String cfgType,
                                                        java.lang.String cLSID)
                                                 throws java.io.IOException,
                                                        AutomationException
Deprecated. 
Creates a new server configuration factory for a given type.

Specified by:
createConfigurationFactory in interface IServerObjectFactoryX
Parameters:
cfgName - The cfgName (in)
cfgType - The cfgType (in)
cLSID - The cLSID (in)
Returns:
A reference to a com.esri.arcgis.server.IConfigurationFactory
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createObject

public java.lang.Object createObject(java.lang.String cLSID)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Creates an instance of an AddIn given a CLSID.

Specified by:
createObject in interface IServerObjectFactoryX
Parameters:
cLSID - The cLSID (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

shutdown

public void shutdown()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Cleanup routine that indicates a shutdown of the STA thread thats hosting factory.

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

shutdownEx

public void shutdownEx(IServerObject ipSO)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Cleanup routine that calls ShutDown on the Server object and extensions.

Specified by:
shutdownEx in interface IServerObjectFactoryX
Parameters:
ipSO - A reference to a com.esri.arcgis.server.IServerObject (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProcessId

public void setProcessId(int processId)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Sets the process id.

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