|
|||||||||
| 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.IServerObjectConfigurationProxy
public class IServerObjectConfigurationProxy
Internal use class Proxy for COM Interface 'IServerObjectConfiguration'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description: 'Provides access to administrators to members that control the behavior and properties of a server object configuration.' 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| 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.IServerObjectConfiguration |
|---|
IID, IID832dab4c_a03d_429e_8c14_401e3f807284 |
| Constructor Summary | |
|---|---|
|
IServerObjectConfigurationProxy()
For internal use only |
|
IServerObjectConfigurationProxy(java.lang.Object obj)
|
protected |
IServerObjectConfigurationProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IServerObjectConfigurationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IServerObjectConfigurationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
java.lang.String |
getDescription()
Description of the server object configuration. |
int |
getIsolationLevel()
The isolation level of the server objects defined by the server object configuration. |
int |
getMaxInstances()
The maximum number of server object instances for a server object configuration. |
int |
getMinInstances()
The minimum number of server object instances for a server object configuration. |
java.lang.String |
getName()
Name of the server object configuration. |
IPropertySet |
getProperties()
Initialization parameters and properties for the server objects created by the server object configuration. |
IPropertySet |
getRecycleProperties()
The recycling properties for the server object configuration. |
int |
getStartupType()
The startup type for this server object configuration. |
java.lang.String |
getTypeName()
Type of the server object configuration (MapServer or GeocodeServer). |
int |
getUsageTimeout()
Maximum time (in seconds) a client can hold onto an instance of a server object for this server object configuration before releasing it back to the server. |
int |
getWaitTimeout()
Maximum time (in seconds) a client will wait for an instance of a server object for this server object configuration using the CreateServerContext method on IServerObjectManager before timing out. |
boolean |
isPooled()
Indicates whether the server objects defined by this configuration are pooled. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setDescription(java.lang.String desc)
Description of the server object configuration. |
void |
setIsolationLevel(int isoLevel)
The isolation level of the server objects defined by the server object configuration. |
void |
setIsPooled(boolean isPooled)
Indicates whether the server objects defined by this configuration are pooled. |
void |
setMaxInstances(int instances)
The maximum number of server object instances for a server object configuration. |
void |
setMinInstances(int instances)
The minimum number of server object instances for a server object configuration. |
void |
setName(java.lang.String name)
Name of the server object configuration. |
void |
setPropertiesByRef(IPropertySet props)
Initialization parameters and properties for the server objects created by the server object configuration. |
void |
setRecyclePropertiesByRef(IPropertySet props)
The recycling properties for the server object configuration. |
void |
setStartupType(int type)
The startup type for this server object configuration. |
void |
setTypeName(java.lang.String typeName)
Type of the server object configuration (MapServer or GeocodeServer). |
void |
setUsageTimeout(int pVal)
Maximum time (in seconds) a client can hold onto an instance of a server object for this server object configuration before releasing it back to the server. |
void |
setWaitTimeout(int pVal)
Maximum time (in seconds) a client will wait for an instance of a server object for this server object configuration using the CreateServerContext method on IServerObjectManager before timing out. |
| 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 IServerObjectConfigurationProxy(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 IServerObjectConfigurationProxy()
public IServerObjectConfigurationProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IServerObjectConfigurationProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IServerObjectConfigurationProxy(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 java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IServerObjectConfigurationname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTypeName()
throws java.io.IOException,
AutomationException
getTypeName in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTypeName(java.lang.String typeName)
throws java.io.IOException,
AutomationException
setTypeName in interface IServerObjectConfigurationtypeName - The typeName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String desc)
throws java.io.IOException,
AutomationException
setDescription in interface IServerObjectConfigurationdesc - The desc (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getProperties()
throws java.io.IOException,
AutomationException
getProperties in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPropertiesByRef(IPropertySet props)
throws java.io.IOException,
AutomationException
setPropertiesByRef in interface IServerObjectConfigurationprops - 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 IPropertySet getRecycleProperties()
throws java.io.IOException,
AutomationException
getRecycleProperties in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRecyclePropertiesByRef(IPropertySet props)
throws java.io.IOException,
AutomationException
setRecyclePropertiesByRef in interface IServerObjectConfigurationprops - 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 int getMinInstances()
throws java.io.IOException,
AutomationException
getMinInstances in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinInstances(int instances)
throws java.io.IOException,
AutomationException
setMinInstances in interface IServerObjectConfigurationinstances - The instances (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxInstances()
throws java.io.IOException,
AutomationException
getMaxInstances in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxInstances(int instances)
throws java.io.IOException,
AutomationException
setMaxInstances in interface IServerObjectConfigurationinstances - The instances (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPooled()
throws java.io.IOException,
AutomationException
isPooled in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsPooled(boolean isPooled)
throws java.io.IOException,
AutomationException
setIsPooled in interface IServerObjectConfigurationisPooled - The isPooled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getIsolationLevel()
throws java.io.IOException,
AutomationException
getIsolationLevel in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsolationLevel(int isoLevel)
throws java.io.IOException,
AutomationException
setIsolationLevel in interface IServerObjectConfigurationisoLevel - A com.esri.arcgis.server.esriServerIsolationLevel constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStartupType()
throws java.io.IOException,
AutomationException
getStartupType in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartupType(int type)
throws java.io.IOException,
AutomationException
setStartupType in interface IServerObjectConfigurationtype - A com.esri.arcgis.server.esriStartupType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getWaitTimeout()
throws java.io.IOException,
AutomationException
getWaitTimeout in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWaitTimeout(int pVal)
throws java.io.IOException,
AutomationException
setWaitTimeout in interface IServerObjectConfigurationpVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUsageTimeout()
throws java.io.IOException,
AutomationException
getUsageTimeout in interface IServerObjectConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUsageTimeout(int pVal)
throws java.io.IOException,
AutomationException
setUsageTimeout in interface IServerObjectConfigurationpVal - The pVal (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 | ||||||||