|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.server.IServerObjectTypeProxy com.esri.arcgis.server.IServerObjectType2Proxy com.esri.arcgis.server.IServerObjectType3Proxy
public class IServerObjectType3Proxy
Provides access to methods, for administrators, that control the behavior and properties of a server object type.
This interface is new at ArcGIS 9.3. It supersedes IServerObjectType and IServerObjectType2.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IServerObjectType3Proxy()
|
|
IServerObjectType3Proxy(Object obj)
|
protected |
IServerObjectType3Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getConfigurationsLimit()
Limits the number of configurations that can be created of this server object type. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setConfigurationsLimit(int pVal)
Limits the number of configurations that can be created of this server object type. |
Methods inherited from class com.esri.arcgis.server.IServerObjectType2Proxy |
---|
getDisplayName, getIsolationLevel, setDisplayName, setIsolationLevel |
Methods inherited from class com.esri.arcgis.server.IServerObjectTypeProxy |
---|
getCLSID, getDescription, getName, setCLSID, setDescription, setName |
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 |
Methods inherited from interface com.esri.arcgis.server.IServerObjectType2 |
---|
getDisplayName, getIsolationLevel, setDisplayName, setIsolationLevel |
Methods inherited from interface com.esri.arcgis.server.IServerObjectType |
---|
getCLSID, getDescription, getName, setCLSID, setDescription, setName |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IServerObjectType3Proxy()
public IServerObjectType3Proxy(Object obj) throws IOException
IOException
protected IServerObjectType3Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IServerObjectType2Proxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IServerObjectType2Proxy
IOException
public int getConfigurationsLimit() throws IOException, AutomationException
getConfigurationsLimit
in interface IServerObjectType3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConfigurationsLimit(int pVal) throws IOException, AutomationException
setConfigurationsLimit
in interface IServerObjectType3
pVal
- The pVal (in)
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 |