public class IServerObjectConfigurationProxy extends com.esri.arcgis.interop.Dispatch implements IServerObjectConfiguration, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID832dab4c_a03d_429e_8c14_401e3f807284
Modifier | Constructor and Description |
---|---|
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
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.IOException
public 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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IServerObjectConfiguration
java.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 IServerObjectConfiguration
name
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
typeName
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
desc
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
props
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
props
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
instances
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
instances
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
isPooled
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
isoLevel
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
type
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
pVal
- 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 IServerObjectConfiguration
java.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 IServerObjectConfiguration
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.