|
|||||||||
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.IServerContextProxy
public class IServerContextProxy
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 =
Field Summary | |
---|---|
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.IServerContext |
---|
IID, IIDa87fdd99_6112_410c_b75e_fefff5eace35 |
Constructor Summary | |
---|---|
|
IServerContextProxy()
For internal use only |
|
IServerContextProxy(java.lang.Object obj)
|
protected |
IServerContextProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IServerContextProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IServerContextProxy(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.Object |
createObject(java.lang.Class classDef)
Create an instance of an ArcGIS Java extension in the server context whose class definition is specified by classDef. |
java.lang.Object |
createObject(java.lang.String cLSID)
Create an object in the server context whose type is specified by the CLSID. |
java.lang.Object |
getObject(java.lang.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. |
java.lang.Object |
loadObject(java.lang.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(java.lang.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(java.lang.String iidStr,
java.lang.Object theListener)
|
java.lang.String |
saveObject(java.lang.Object obj)
Save an object in the server context to a string. |
void |
setObject(java.lang.String name,
java.lang.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 |
---|
public static final java.lang.Class targetClass
Constructor Detail |
---|
public IServerContextProxy(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 IServerContextProxy()
public IServerContextProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IServerContextProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IServerContextProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IServerObject getServerObject() throws java.io.IOException, AutomationException
getServerObject
in interface IServerContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object createObject(java.lang.String cLSID) throws java.io.IOException, AutomationException
createObject
in interface IServerContext
cLSID
- The cLSID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object createObject(java.lang.Class classDef) throws java.io.IOException, AutomationException
createObject
in interface IServerContext
classDef
- The class definition of an ArcGIS Java extension (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object loadObject(java.lang.String str) throws java.io.IOException, AutomationException
loadObject
in interface IServerContext
str
- The str (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String saveObject(java.lang.Object obj) throws java.io.IOException, AutomationException
saveObject
in interface IServerContext
obj
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getObject(java.lang.String name) throws java.io.IOException, AutomationException
getObject
in interface IServerContext
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObject(java.lang.String name, java.lang.Object obj) throws java.io.IOException, AutomationException
setObject
in interface IServerContext
name
- The name (in)obj
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(java.lang.String name) throws java.io.IOException, AutomationException
remove
in interface IServerContext
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws java.io.IOException, AutomationException
removeAll
in interface IServerContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void releaseContext() throws java.io.IOException, AutomationException
releaseContext
in interface IServerContext
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 |