|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.server.ServerObjectFactoryX
public class ServerObjectFactoryX
COM Class 'ServerObjectFactoryX'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'
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 |
|---|
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Fields inherited from interface com.esri.arcgis.server.IServerObjectFactoryX |
|---|
IID, IIDd4b031ba_ad7d_438b_811c_a362f8b2d818, xxDummy |
| Constructor Summary | |
|---|---|
ServerObjectFactoryX()
Constructs a ServerObjectFactoryX using ArcGIS Engine. |
|
ServerObjectFactoryX(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ServerObjectFactoryX theServerObjectFactoryX = (ServerObjectFactoryX) obj; |
|
| 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. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a ServerObjectFactoryX. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerObjectFactoryX()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ServerObjectFactoryX(java.lang.Object obj)
throws java.io.IOException
ServerObjectFactoryX theServerObjectFactoryX = (ServerObjectFactoryX) obj;
obj to ServerObjectFactoryX.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addAddInFolder(java.lang.String addInFolderPath)
throws java.io.IOException,
AutomationException
addAddInFolder in interface IServerObjectFactoryXaddInFolderPath - The addInFolderPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAddInFolder(java.lang.String addInFolderPath)
throws java.io.IOException,
AutomationException
removeAddInFolder in interface IServerObjectFactoryXaddInFolderPath - The addInFolderPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProductCode(int productCode)
throws java.io.IOException,
AutomationException
setProductCode in interface IServerObjectFactoryXproductCode - The productCode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setJobRegistryPath(java.lang.String jobRegPath)
throws java.io.IOException,
AutomationException
setJobRegistryPath in interface IServerObjectFactoryXjobRegPath - The jobRegPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getJobRegistryPath()
throws java.io.IOException,
AutomationException
getJobRegistryPath in interface IServerObjectFactoryXjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLogDirectoryPath(java.lang.String logDirPath)
throws java.io.IOException,
AutomationException
setLogDirectoryPath in interface IServerObjectFactoryXlogDirPath - The logDirPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLogDirectoryPath()
throws java.io.IOException,
AutomationException
getLogDirectoryPath in interface IServerObjectFactoryXjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLogLevel(java.lang.String logLevel)
throws java.io.IOException,
AutomationException
setLogLevel in interface IServerObjectFactoryXlogLevel - The logLevel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLogLevel()
throws java.io.IOException,
AutomationException
getLogLevel in interface IServerObjectFactoryXjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxLogFileSize(int maxLogFileSize)
throws java.io.IOException,
AutomationException
setMaxLogFileSize in interface IServerObjectFactoryXmaxLogFileSize - The maxLogFileSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxLogFileSize()
throws java.io.IOException,
AutomationException
getMaxLogFileSize in interface IServerObjectFactoryXjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServerObject createServerObject(java.lang.String cLSID,
java.lang.String cfgName,
java.lang.String cfgType,
IPropertySet ipProps)
throws java.io.IOException,
AutomationException
createServerObject in interface IServerObjectFactoryXcLSID - The cLSID (in)cfgName - The cfgName (in)cfgType - The cfgType (in)ipProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IConfigurationFactory createConfigurationFactory(java.lang.String cfgName,
java.lang.String cfgType,
java.lang.String cLSID)
throws java.io.IOException,
AutomationException
createConfigurationFactory in interface IServerObjectFactoryXcfgName - The cfgName (in)cfgType - The cfgType (in)cLSID - The cLSID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object createObject(java.lang.String cLSID)
throws java.io.IOException,
AutomationException
createObject in interface IServerObjectFactoryXcLSID - The cLSID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void shutdown()
throws java.io.IOException,
AutomationException
shutdown in interface IServerObjectFactoryXjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void shutdownEx(IServerObject ipSO)
throws java.io.IOException,
AutomationException
shutdownEx in interface IServerObjectFactoryXipSO - A reference to a com.esri.arcgis.server.IServerObject (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProcessId(int processId)
throws java.io.IOException,
AutomationException
setProcessId in interface IServerObjectFactoryXprocessId - The processId (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||