|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.server.IServerEnvironmentXHelperProxy
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 =
public class IServerEnvironmentXHelperProxy
Internal use class
| 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.IServerEnvironmentXHelper |
|---|
IID, IID9fc0c623_186b_4a67_a4c9_5dec2fb8377d |
| Constructor Summary | |
|---|---|
|
IServerEnvironmentXHelperProxy()
Deprecated. For internal use only |
|
IServerEnvironmentXHelperProxy(java.lang.Object obj)
Deprecated. |
protected |
IServerEnvironmentXHelperProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IServerEnvironmentXHelperProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IServerEnvironmentXHelperProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addEnvProperty(java.lang.String name,
java.lang.String value)
Deprecated. Adds or updates a property into the server environment. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addServerDirectory(java.lang.String dirPath,
java.lang.String uRL,
java.lang.String description,
int cleaningMode,
int maxFileAge,
int type)
Deprecated. Adds a new server directory into the server environment. |
void |
changeLogDirectory(java.lang.String newLogDirectory)
Deprecated. Changes the log directory for the logger configured in the server environment. |
void |
changeLogLevel(java.lang.String newLogLevel)
Deprecated. Changes the log level for the logger configured in the server environment. |
void |
changeLogMachineName(java.lang.String newMachineName)
Deprecated. Changes the machine name for the logger configured in the server environment. |
void |
changeMaxLogFileSize(int maxLogFileSize)
Deprecated. Change the max log file size |
void |
enableCrashDumpGeneration(boolean bEnable)
Deprecated. Enable crash dump files generation |
void |
removeEnvProperty(java.lang.String name)
Deprecated. Removes a property from the server environment. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
removeServerDirectory(java.lang.String dirPath)
Deprecated. Removes a server directory from the server environment. |
void |
resetJobID()
Deprecated. Resets the job ID. |
void |
setEnvProperties(IPropertySet ipProps)
Deprecated. Sets the environment properties. |
void |
setJobID(java.lang.String jobID)
Deprecated. Sets the job ID in the server environment. |
void |
setUserInfo(java.lang.String userInfo)
Deprecated. Sets the user information into the server environment. |
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IServerEnvironmentXHelperProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IServerEnvironmentXHelperProxy()
public IServerEnvironmentXHelperProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IServerEnvironmentXHelperProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IServerEnvironmentXHelperProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void changeLogLevel(java.lang.String newLogLevel)
throws java.io.IOException,
AutomationException
changeLogLevel in interface IServerEnvironmentXHelpernewLogLevel - The newLogLevel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetJobID()
throws java.io.IOException,
AutomationException
resetJobID in interface IServerEnvironmentXHelperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setJobID(java.lang.String jobID)
throws java.io.IOException,
AutomationException
setJobID in interface IServerEnvironmentXHelperjobID - The jobID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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
addServerDirectory in interface IServerEnvironmentXHelperdirPath - 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.
public void removeServerDirectory(java.lang.String dirPath)
throws java.io.IOException,
AutomationException
removeServerDirectory in interface IServerEnvironmentXHelperdirPath - The dirPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserInfo(java.lang.String userInfo)
throws java.io.IOException,
AutomationException
setUserInfo in interface IServerEnvironmentXHelperuserInfo - The userInfo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnvProperties(IPropertySet ipProps)
throws java.io.IOException,
AutomationException
setEnvProperties in interface IServerEnvironmentXHelperipProps - 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 void addEnvProperty(java.lang.String name,
java.lang.String value)
throws java.io.IOException,
AutomationException
addEnvProperty in interface IServerEnvironmentXHelpername - The name (in)value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeEnvProperty(java.lang.String name)
throws java.io.IOException,
AutomationException
removeEnvProperty in interface IServerEnvironmentXHelpername - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void changeLogMachineName(java.lang.String newMachineName)
throws java.io.IOException,
AutomationException
changeLogMachineName in interface IServerEnvironmentXHelpernewMachineName - The newMachineName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void changeLogDirectory(java.lang.String newLogDirectory)
throws java.io.IOException,
AutomationException
changeLogDirectory in interface IServerEnvironmentXHelpernewLogDirectory - The newLogDirectory (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void changeMaxLogFileSize(int maxLogFileSize)
throws java.io.IOException,
AutomationException
changeMaxLogFileSize in interface IServerEnvironmentXHelpermaxLogFileSize - The maxLogFileSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enableCrashDumpGeneration(boolean bEnable)
throws java.io.IOException,
AutomationException
enableCrashDumpGeneration in interface IServerEnvironmentXHelperbEnable - 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 | ||||||||