|
|||||||||
| 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.trackinganalyst.IServerConnection2Proxy
Description: 'Provides access to the methods and properties for a connector object to connect to a Tracking Server.' 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 =
public class IServerConnection2Proxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| 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.trackinganalyst.IServerConnection2 |
|---|
IID, IIDf6e2800d_d512_46c1_b92c_d66c1c432a0b |
| Constructor Summary | |
|---|---|
|
IServerConnection2Proxy()
Deprecated. For internal use only |
|
IServerConnection2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IServerConnection2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IServerConnection2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IServerConnection2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IPropSet |
getConnectionProperties()
Deprecated. Properties for the server connection. |
IPlugin |
getPlugIn()
Deprecated. Data link plugin information for the server connection. |
java.lang.Object |
getServerActions(boolean bForEditing)
Deprecated. Actions used on data in the server connection. |
ITrackingServiceDef |
getTrackingService(java.lang.String bstrName)
Deprecated. Gets tracking service for the server connection. |
java.lang.Object |
getTrackingServicesList()
Deprecated. List of tracking services. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
returnServerActions(boolean bSave,
java.lang.Object piActionCollection)
Deprecated. Actions used on data in the server connection. |
void |
returnTrackingService(ITrackingServiceDef piTrackingServiceDef)
Deprecated. Returns tracking service for the server connection. |
void |
setConnectionProperties(IPropSet ppiProperties)
Deprecated. Properties for the server connection. |
| 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
public boolean noncastable
| Constructor Detail |
|---|
public IServerConnection2Proxy(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.IOExceptionpublic IServerConnection2Proxy()
public IServerConnection2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IServerConnection2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IServerConnection2Proxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IPropSet getConnectionProperties()
throws java.io.IOException,
AutomationException
getConnectionProperties in interface IServerConnection2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConnectionProperties(IPropSet ppiProperties)
throws java.io.IOException,
AutomationException
setConnectionProperties in interface IServerConnection2ppiProperties - A reference to a com.esri.arcgis.trackinganalyst.IPropSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPlugin getPlugIn()
throws java.io.IOException,
AutomationException
getPlugIn in interface IServerConnection2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getTrackingServicesList()
throws java.io.IOException,
AutomationException
getTrackingServicesList in interface IServerConnection2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITrackingServiceDef getTrackingService(java.lang.String bstrName)
throws java.io.IOException,
AutomationException
getTrackingService in interface IServerConnection2bstrName - The bstrName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void returnTrackingService(ITrackingServiceDef piTrackingServiceDef)
throws java.io.IOException,
AutomationException
returnTrackingService in interface IServerConnection2piTrackingServiceDef - A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getServerActions(boolean bForEditing)
throws java.io.IOException,
AutomationException
getServerActions in interface IServerConnection2bForEditing - The bForEditing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void returnServerActions(boolean bSave,
java.lang.Object piActionCollection)
throws java.io.IOException,
AutomationException
returnServerActions in interface IServerConnection2bSave - The bSave (in)piActionCollection - A reference to another Object (IUnknown) (in)
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 | ||||||||