com.esri.arcgis.server
Interface IServerEnvironmentImpl

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IServerEnvironmentImpl2
All Known Implementing Classes:
IServerEnvironmentImpl2Proxy, IServerEnvironmentImplProxy

public interface IServerEnvironmentImpl
extends java.io.Serializable

COM Interface 'IServerEnvironmentImpl'. Generated 3/19/2015 1:21:00 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID73e0f44f_9e93_4309_a29b_2d6fdde36536
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IJobCatalog getJobCatalog()
          getJobCatalog
 IJobRegistry getJobRegistry()
          getJobRegistry
 IServerJobManager getServerJobManager()
          getServerJobManager
 IServerObjectAdmin getServerObjectAdmin()
          getServerObjectAdmin
 java.lang.String getStorageConnectionString()
          getStorageConnectionString
 void setCurrentJobID(java.lang.String rhs1)
          setCurrentJobID
 void setIsAdmin(boolean rhs1)
          setIsAdmin
 

Field Detail

IID73e0f44f_9e93_4309_a29b_2d6fdde36536

static final int IID73e0f44f_9e93_4309_a29b_2d6fdde36536
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

setCurrentJobID

void setCurrentJobID(java.lang.String rhs1)
                     throws java.io.IOException,
                            AutomationException
setCurrentJobID

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

setIsAdmin

void setIsAdmin(boolean rhs1)
                throws java.io.IOException,
                       AutomationException
setIsAdmin

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

getJobCatalog

IJobCatalog getJobCatalog()
                          throws java.io.IOException,
                                 AutomationException
getJobCatalog

Returns:
A reference to a com.esri.arcgis.system.IJobCatalog
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerJobManager

IServerJobManager getServerJobManager()
                                      throws java.io.IOException,
                                             AutomationException
getServerJobManager

Returns:
A reference to a com.esri.arcgis.server.IServerJobManager
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerObjectAdmin

IServerObjectAdmin getServerObjectAdmin()
                                        throws java.io.IOException,
                                               AutomationException
getServerObjectAdmin

Returns:
A reference to a com.esri.arcgis.server.IServerObjectAdmin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJobRegistry

IJobRegistry getJobRegistry()
                            throws java.io.IOException,
                                   AutomationException
getJobRegistry

Returns:
A reference to a com.esri.arcgis.system.IJobRegistry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStorageConnectionString

java.lang.String getStorageConnectionString()
                                            throws java.io.IOException,
                                                   AutomationException
getStorageConnectionString

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