com.esri.arcgis.server
Class IServerContextProxy

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

public class IServerContextProxy
extends com.esri.arcgis.interop.Dispatch
implements IServerContext, Serializable

Internal use class Proxy for COM Interface 'IServerContext'. Generated 11/6/2008 5:44:26 PM from 'C:\ArcGIS\COM\esriServer.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to members for managing a server context, and the objects running within that server context.' 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 =

See Also:
Serialized Form

Field Summary
static 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.IServerContext
IID, IIDa87fdd99_6112_410c_b75e_fefff5eace35
 
Constructor Summary
  IServerContextProxy()
          For internal use only
  IServerContextProxy(Object obj)
           
protected IServerContextProxy(Object obj, String iid)
           
  IServerContextProxy(String CLSID, String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IServerContextProxy(String CLSID, String iid, String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 Object createObject(Class classDef)
          Create an instance of an ArcGIS Java extension in the server context whose class definition is specified by classDef.
 Object createObject(String cLSID)
          Create an object in the server context whose type is specified by the CLSID.
 Object getObject(String name)
          Get a reference to an object in the server context's object dictionary by its Name.
 IServerObject getServerObject()
          The map or geocode server object running in the server context.
 Object loadObject(String str)
          Create an object in the server context from a string that was created by saving an object using SaveObject.
 void releaseContext()
          Release the server context back to the server so it can be used by another client (if pooled), or so it can be destroyed (if non-pooled).
 void remove(String name)
          Remove an object from the server context's object dictionary.
 void removeAll()
          Remove all objects from the server context's object dictionary.
 void removeListener(String iidStr, Object theListener)
           
 String saveObject(Object obj)
          Save an object in the server context to a string.
 void setObject(String name, Object obj)
          Add an object running in the server context to the context's object dictionary.
 
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

targetClass

public static final Class targetClass
Constructor Detail

IServerContextProxy

public IServerContextProxy(String CLSID,
                           String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws UnknownHostException,
                           IOException
Throws:
UnknownHostException
IOException

IServerContextProxy

public IServerContextProxy()
For internal use only


IServerContextProxy

public IServerContextProxy(Object obj)
                    throws IOException
Throws:
IOException

IServerContextProxy

protected IServerContextProxy(Object obj,
                              String iid)
                       throws IOException
Throws:
IOException

IServerContextProxy

protected IServerContextProxy(String CLSID,
                              String iid,
                              String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       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

getServerObject

public IServerObject getServerObject()
                              throws IOException,
                                     AutomationException
The map or geocode server object running in the server context.

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

createObject

public Object createObject(String cLSID)
                    throws IOException,
                           AutomationException
Create an object in the server context whose type is specified by the CLSID.

Specified by:
createObject in interface IServerContext
Parameters:
cLSID - The cLSID (in)
Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createObject

public Object createObject(Class classDef)
                    throws IOException,
                           AutomationException
Create an instance of an ArcGIS Java extension in the server context whose class definition is specified by classDef.

Specified by:
createObject in interface IServerContext
Parameters:
classDef - The class definition of an ArcGIS Java extension (in)
Returns:
A reference to a remote instance of an ArcGIS Java extension
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadObject

public Object loadObject(String str)
                  throws IOException,
                         AutomationException
Create an object in the server context from a string that was created by saving an object using SaveObject.

Specified by:
loadObject in interface IServerContext
Parameters:
str - The str (in)
Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveObject

public String saveObject(Object obj)
                  throws IOException,
                         AutomationException
Save an object in the server context to a string.

Specified by:
saveObject in interface IServerContext
Parameters:
obj - A reference to another Object (IUnknown) (in)
Returns:
The str
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObject

public Object getObject(String name)
                 throws IOException,
                        AutomationException
Get a reference to an object in the server context's object dictionary by its Name.

Specified by:
getObject in interface IServerContext
Parameters:
name - The name (in)
Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObject

public void setObject(String name,
                      Object obj)
               throws IOException,
                      AutomationException
Add an object running in the server context to the context's object dictionary.

Specified by:
setObject in interface IServerContext
Parameters:
name - The name (in)
obj - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(String name)
            throws IOException,
                   AutomationException
Remove an object from the server context's object dictionary.

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

removeAll

public void removeAll()
               throws IOException,
                      AutomationException
Remove all objects from the server context's object dictionary.

Specified by:
removeAll in interface IServerContext
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

releaseContext

public void releaseContext()
                    throws IOException,
                           AutomationException
Release the server context back to the server so it can be used by another client (if pooled), or so it can be destroyed (if non-pooled).

Specified by:
releaseContext in interface IServerContext
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.