com.esri.arcgis.server
Class IServerInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerInfoProxy
All Implemented Interfaces:
IServerInfo, Externalizable, Serializable

public class IServerInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IServerInfo, Serializable

Provides access to members that define a SOM (Server Object Manager).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IServerInfoProxy()
           
  IServerInfoProxy(Object obj)
           
protected IServerInfoProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IIdentity getIdentity()
          The user identity of the client (httpHandler) adding the SOM.
 String getServerName()
          The name of the SOM.
 void removeListener(String iidStr, Object theListener)
           
 void setIdentity(IIdentity ppIdentity)
          The user identity of the client (httpHandler) adding the SOM.
 void setServerName(String serverName)
          The name of the SOM.
 
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

noncastable

public boolean noncastable
Constructor Detail

IServerInfoProxy

public IServerInfoProxy()

IServerInfoProxy

public IServerInfoProxy(Object obj)
                 throws IOException
Throws:
IOException

IServerInfoProxy

protected IServerInfoProxy(Object obj,
                           String iid)
                    throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

setServerName

public void setServerName(String serverName)
                   throws IOException,
                          AutomationException
The name of the SOM.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setServerName in interface IServerInfo
Parameters:
serverName - The serverName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerName

public String getServerName()
                     throws IOException,
                            AutomationException
The name of the SOM.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getServerName in interface IServerInfo
Returns:
The serverName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIdentity

public void setIdentity(IIdentity ppIdentity)
                 throws IOException,
                        AutomationException
The user identity of the client (httpHandler) adding the SOM.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setIdentity in interface IServerInfo
Parameters:
ppIdentity - A reference to a com.esri.arcgis.server.IIdentity (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIdentity

public IIdentity getIdentity()
                      throws IOException,
                             AutomationException
The user identity of the client (httpHandler) adding the SOM.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getIdentity in interface IServerInfo
Returns:
A reference to a com.esri.arcgis.server.IIdentity
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.