|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerEnvironmentXHelper
COM Interface 'IServerEnvironmentXHelper'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description: 'Helper interface to set properties on the server environment.' 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 |
IID9fc0c623_186b_4a67_a4c9_5dec2fb8377d
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addEnvProperty(java.lang.String name,
java.lang.String value)
Adds or updates a property into the server environment. |
void |
addServerDirectory(java.lang.String dirPath,
java.lang.String uRL,
java.lang.String description,
int cleaningMode,
int maxFileAge,
int type)
Adds a new server directory into the server environment. |
void |
changeLogDirectory(java.lang.String newLogDirectory)
Changes the log directory for the logger configured in the server environment. |
void |
changeLogLevel(java.lang.String newLogLevel)
Changes the log level for the logger configured in the server environment. |
void |
changeLogMachineName(java.lang.String newMachineName)
Changes the machine name for the logger configured in the server environment. |
void |
changeMaxLogFileSize(int maxLogFileSize)
Change the max log file size |
void |
enableCrashDumpGeneration(boolean bEnable)
Enable crash dump files generation |
void |
removeEnvProperty(java.lang.String name)
Removes a property from the server environment. |
void |
removeServerDirectory(java.lang.String dirPath)
Removes a server directory from the server environment. |
void |
resetJobID()
Resets the job ID. |
void |
setEnvProperties(IPropertySet ipProps)
Sets the environment properties. |
void |
setJobID(java.lang.String jobID)
Sets the job ID in the server environment. |
void |
setUserInfo(java.lang.String userInfo)
Sets the user information into the server environment. |
| Field Detail |
|---|
static final int IID9fc0c623_186b_4a67_a4c9_5dec2fb8377d
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void changeLogLevel(java.lang.String newLogLevel)
throws java.io.IOException,
AutomationException
newLogLevel - The newLogLevel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void resetJobID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setJobID(java.lang.String jobID)
throws java.io.IOException,
AutomationException
jobID - The jobID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addServerDirectory(java.lang.String dirPath,
java.lang.String uRL,
java.lang.String description,
int cleaningMode,
int maxFileAge,
int type)
throws java.io.IOException,
AutomationException
dirPath - The dirPath (in)uRL - The uRL (in)description - The description (in)cleaningMode - A com.esri.arcgis.server.esriServerDirectoryCleaningMode constant (in)maxFileAge - The maxFileAge (in)type - A com.esri.arcgis.server.esriServerDirectoryType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeServerDirectory(java.lang.String dirPath)
throws java.io.IOException,
AutomationException
dirPath - The dirPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUserInfo(java.lang.String userInfo)
throws java.io.IOException,
AutomationException
userInfo - The userInfo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnvProperties(IPropertySet ipProps)
throws java.io.IOException,
AutomationException
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.
void addEnvProperty(java.lang.String name,
java.lang.String value)
throws java.io.IOException,
AutomationException
name - The name (in)value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeEnvProperty(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void changeLogMachineName(java.lang.String newMachineName)
throws java.io.IOException,
AutomationException
newMachineName - The newMachineName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void changeLogDirectory(java.lang.String newLogDirectory)
throws java.io.IOException,
AutomationException
newLogDirectory - The newLogDirectory (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void changeMaxLogFileSize(int maxLogFileSize)
throws java.io.IOException,
AutomationException
maxLogFileSize - The maxLogFileSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enableCrashDumpGeneration(boolean bEnable)
throws java.io.IOException,
AutomationException
bEnable - The bEnable (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 | ||||||||