com.esri.arcgis.server
Interface IServerObjectFactoryX

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerObjectFactoryXProxy, ServerObjectFactoryX

public interface IServerObjectFactoryX
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd4b031ba_ad7d_438b_811c_a362f8b2d818
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addAddInFolder(java.lang.String addInFolderPath)
          Adds a folder to the Add In folder processing list.
 IConfigurationFactory createConfigurationFactory(java.lang.String cfgName, java.lang.String cfgType, java.lang.String cLSID)
          Creates a new server configuration factory for a given type.
 java.lang.Object createObject(java.lang.String cLSID)
          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)
          Creates a new server object given a CLSID.
 java.lang.String getJobRegistryPath()
          Gets the path to the job registry that was set on the factory.
 java.lang.String getLogDirectoryPath()
          Gets the path to the log directory that was set on the factory.
 java.lang.String getLogLevel()
          Gets the log level that was set on the factory.
 int getMaxLogFileSize()
          Gets the maximum size of the log file that was set on the factory.
 void removeAddInFolder(java.lang.String addInFolderPath)
          Removes a folder from the Add In folder processing list.
 void setJobRegistryPath(java.lang.String jobRegPath)
          Sets the path to the job registry maintained on disk.
 void setLogDirectoryPath(java.lang.String logDirPath)
          Sets the path to the log directory.
 void setLogLevel(java.lang.String logLevel)
          Sets the log level.
 void setMaxLogFileSize(int maxLogFileSize)
          Sets the maximum size of the log file.
 void setProcessId(int processId)
          Sets the process id.
 void setProductCode(int productCode)
          Sets the product code.
 void shutdown()
          Cleanup routine that indicates a shutdown of the STA thread thats hosting factory.
 void shutdownEx(IServerObject ipSO)
          Cleanup routine that calls ShutDown on the Server object and extensions.
 

Field Detail

IIDd4b031ba_ad7d_438b_811c_a362f8b2d818

static final int IIDd4b031ba_ad7d_438b_811c_a362f8b2d818
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addAddInFolder

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

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

removeAddInFolder

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

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

setProductCode

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

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

setJobRegistryPath

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

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

getJobRegistryPath

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

Returns:
The pJobRegPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLogDirectoryPath

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

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

getLogDirectoryPath

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

Returns:
The pLogDirPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLogLevel

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

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

getLogLevel

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

Returns:
The pLogLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxLogFileSize

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

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

getMaxLogFileSize

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

Returns:
The pMaxLogFileSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createServerObject

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

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

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

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

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

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

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

shutdownEx

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

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

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

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