|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerConnection2
Provides access to the methods and properties for a connector object to connect to a Tracking Server.
| Method Summary | |
|---|---|
IPropSet |
getConnectionProperties()
Properties for the server connection. |
IPlugin |
getPlugIn()
Data link plugin information for the server connection. |
Object |
getServerActions(boolean bForEditing)
Actions used on data in the server connection. |
ITrackingServiceDef |
getTrackingService(String bstrName)
Gets tracking service for the server connection. |
Object |
getTrackingServicesList()
List of tracking services. |
void |
returnServerActions(boolean bSave,
Object piActionCollection)
Actions used on data in the server connection. |
void |
returnTrackingService(ITrackingServiceDef piTrackingServiceDef)
Returns tracking service for the server connection. |
void |
setConnectionProperties(IPropSet ppiProperties)
Properties for the server connection. |
| Method Detail |
|---|
IPropSet getConnectionProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConnectionProperties(IPropSet ppiProperties)
throws IOException,
AutomationException
ppiProperties - A reference to a com.esri.arcgis.trackinganalyst.IPropSet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPlugin getPlugIn()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getTrackingServicesList()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITrackingServiceDef getTrackingService(String bstrName)
throws IOException,
AutomationException
bstrName - The bstrName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void returnTrackingService(ITrackingServiceDef piTrackingServiceDef)
throws IOException,
AutomationException
piTrackingServiceDef - A reference to a com.esri.arcgis.trackinganalyst.ITrackingServiceDef (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getServerActions(boolean bForEditing)
throws IOException,
AutomationException
bForEditing - The bForEditing (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void returnServerActions(boolean bSave,
Object piActionCollection)
throws IOException,
AutomationException
bSave - The bSave (in)piActionCollection - A reference to another Object (IUnknown) (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 | ||||||||